Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 May 2012 04:29:11 +0000 (UTC)
From:      Stanislav Sedov <stas@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r235716 - head/contrib/com_err
Message-ID:  <201205210429.q4L4TBEw037262@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 *, ...);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205210429.q4L4TBEw037262>