* com_err.3: Document "com_err.h" rather than <com_err.h>
authorJohn Gilmore <gnu@toad.com>
Tue, 28 Feb 1995 09:35:54 +0000 (09:35 +0000)
committerJohn Gilmore <gnu@toad.com>
Tue, 28 Feb 1995 09:35:54 +0000 (09:35 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5018 dc483132-0cff-0310-8789-dd5450dbe970

src/util/et/ChangeLog
src/util/et/com_err.3

index 87344e1df410031cb22dd487c4a2e590a5bb0c02..7763e705750dc154b2ed33ac54c21cb6ed7443eb 100644 (file)
@@ -1,3 +1,7 @@
+Tue Feb 28 01:35:14 1995  John Gilmore  (gnu at toad.com)
+
+       * com_err.3:  Document "com_err.h" rather than <com_err.h>.
+
 Fri Feb  3 08:11:26 1995  Theodore Y. Ts'o  (tytso@dcl)
 
        * com_err.h: All routines defined in the com_err library should
index ee4375b0262ead57d85585e3cd5f17655777fcf0..3fb293e4168269a3465fa8d3072cae4edd1b015c 100644 (file)
@@ -8,7 +8,7 @@
 com_err \- common error display routine
 .SH SYNOPSIS
 .nf
- #include <com_err.h>
+ #include "com_err.h"
 .PP
 void com_err (whoami, code, format, ...);
        const char *whoami;