diff options
author | ru <ru@FreeBSD.org> | 2005-06-16 20:51:10 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-06-16 20:51:10 +0000 |
commit | 5bf67d482fb4a35921d38916b7225df1c9456493 (patch) | |
tree | ceed8b28295f9ad74d0ff7abf6e2b1226e4c419c /contrib/com_err/compile_et.1 | |
parent | caab8c754921f9dca4efa027b66a431abd8ad67f (diff) | |
download | FreeBSD-src-5bf67d482fb4a35921d38916b7225df1c9456493.zip FreeBSD-src-5bf67d482fb4a35921d38916b7225df1c9456493.tar.gz |
Markup fixes.
Approved by: re (blanket)
Diffstat (limited to 'contrib/com_err/compile_et.1')
-rw-r--r-- | contrib/com_err/compile_et.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/com_err/compile_et.1 b/contrib/com_err/compile_et.1 index f432655..e7c3fb6 100644 --- a/contrib/com_err/compile_et.1 +++ b/contrib/com_err/compile_et.1 @@ -3,7 +3,7 @@ .\" .\" $FreeBSD$ .\" -.Dd November 22, 1988 +.Dd November 22, 1988 .Os .Dt COMPILE_ET 1 .Sh NAME @@ -54,7 +54,8 @@ preprocessor directives defining them as integer constants of up to .Pp A C source file is also generated which should be compiled and linked with the object files which reference these error codes; it contains -the text of the messages and the initialization subroutine. Both C +the text of the messages and the initialization subroutine. +Both C files have names derived from that of the original source file, with the ``.et'' suffix replaced by ``.c'' and ``.h''. .Pp |