- 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@
This commit is contained in:
Stanislav Sedov 2012-05-21 04:29:11 +00:00
parent e5db213663
commit 50c9ba2c76

View File

@ -54,7 +54,7 @@ Common Error Library (libcom_err, -lcom_err)
.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 *, ...);