diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/util/et/ChangeLog | 4 | ||||
-rw-r--r-- | src/util/et/com_err.3 | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog index 87344e1df..7763e7057 100644 --- a/src/util/et/ChangeLog +++ b/src/util/et/ChangeLog @@ -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 diff --git a/src/util/et/com_err.3 b/src/util/et/com_err.3 index ee4375b02..3fb293e41 100644 --- a/src/util/et/com_err.3 +++ b/src/util/et/com_err.3 @@ -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; |