diff options
author | ru <ru@FreeBSD.org> | 2001-01-10 14:18:12 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-01-10 14:18:12 +0000 |
commit | 34ee3c2d24d525074fb225aa7d7e5bc6dcbfb752 (patch) | |
tree | 58cd84201719983462d15c0273ccf0224e6ea1b7 /contrib/com_err | |
parent | 92c29403ab1106794a9b8735d962c2582869490b (diff) | |
download | FreeBSD-src-34ee3c2d24d525074fb225aa7d7e5bc6dcbfb752.zip FreeBSD-src-34ee3c2d24d525074fb225aa7d7e5bc6dcbfb752.tar.gz |
Prepare for mdoc(7)NG.
Diffstat (limited to 'contrib/com_err')
-rw-r--r-- | contrib/com_err/compile_et.1 | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/contrib/com_err/compile_et.1 b/contrib/com_err/compile_et.1 index 0910380..a144d7b 100644 --- a/contrib/com_err/compile_et.1 +++ b/contrib/com_err/compile_et.1 @@ -22,20 +22,18 @@ library. The source file name must end with a suffix of ``.et''; the file consists of a declaration supplying the name (up to four characters long) of the error-code table: - +.Pp .Em error_table name - +.Pp followed by up to 256 entries of the form: - +.Pp .Em error_code name , -" -.Em string -" - +.No \(dq Ns Em string Ns \(dq +.Pp and a final - +.Pp .Em end - +.Pp to indicate the end of the table. .Pp The name of the table is used to construct the name of a subroutine |