From 37589453d69dbf558d9c1fb9a792c1ca755baeb4 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Tue, 28 Feb 1995 09:35:54 +0000 Subject: [PATCH] * com_err.3: Document "com_err.h" rather than git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5018 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/et/ChangeLog | 4 ++++ src/util/et/com_err.3 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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; -- 2.26.2