svn commit: r235716 - head/contrib/com_err

Stanislav Sedov stas at FreeBSD.org
Mon May 21 04:29:12 UTC 2012


Author: stas
Date: Mon May 21 04:29:11 2012
New Revision: 235716
URL: http://svn.freebsd.org/changeset/base/235716

Log:
  - On FreeBSD, com_err.h is installed into /usr/include, not /usr/include/krb5.
    Reflect that in the manpage.
  
  PR:		bin/167986
  Reported by:	truckman@

Modified:
  head/contrib/com_err/com_err.3

Modified: head/contrib/com_err/com_err.3
==============================================================================
--- head/contrib/com_err/com_err.3	Mon May 21 04:24:58 2012	(r235715)
+++ head/contrib/com_err/com_err.3	Mon May 21 04:29:11 2012	(r235716)
@@ -54,7 +54,7 @@ Common Error Library (libcom_err, -lcom_
 .Sh SYNOPSIS
 .Fd #include <stdio.h>
 .Fd #include <stdarg.h>
-.Fd #include <krb5/com_err.h>
+.Fd #include <com_err.h>
 .Fd #include \&"XXX_err.h\&"
 .Pp
 typedef void (*errf)(const char *, long, const char *, ...);


More information about the svn-src-head mailing list