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 *, ...); _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"