From: John Gilmore Date: Tue, 28 Feb 1995 09:35:54 +0000 (+0000) Subject: * com_err.3: Document "com_err.h" rather than X-Git-Tag: krb5-1.0-beta5~652 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=37589453d69dbf558d9c1fb9a792c1ca755baeb4;p=krb5.git * com_err.3: Document "com_err.h" rather than git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5018 dc483132-0cff-0310-8789-dd5450dbe970 --- 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 . + 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 + #include "com_err.h" .PP void com_err (whoami, code, format, ...); const char *whoami;