diff options
author | ru <ru@FreeBSD.org> | 2002-12-11 17:13:09 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-12-11 17:13:09 +0000 |
commit | b3c21d79a5fbd1936beee4d0d8a27d8c7a1030f2 (patch) | |
tree | 2c8899e0a846477ecf4dfd8b4bc0deaaae2ee63a | |
parent | a5aece67b9c01885ac2df0332de05fbc487e8e20 (diff) | |
download | FreeBSD-src-b3c21d79a5fbd1936beee4d0d8a27d8c7a1030f2.zip FreeBSD-src-b3c21d79a5fbd1936beee4d0d8a27d8c7a1030f2.tar.gz |
mdoc(7) police: overhaul.
Approved by: re
-rw-r--r-- | usr.bin/xlint/lint1/makeman | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/xlint/lint1/makeman b/usr.bin/xlint/lint1/makeman index 7135fa2..9c25846 100644 --- a/usr.bin/xlint/lint1/makeman +++ b/usr.bin/xlint/lint1/makeman @@ -82,7 +82,7 @@ cat << \__EOF .Nm lint .Nd Lint error message list .Sh DESCRIPTION -The following is a list of message id's and messages produced by +The following is a list of message IDs and messages produced by .Xr lint 1 . It is intended to be used with .Fl X @@ -90,5 +90,5 @@ flag of .Xr lint 1 . .Bl -column -offset indent "Id#" "Message" __EOF -"$@" | sed -e 's/^/.It /' -e 's/\\/\\e/g' -e "s/'/\\'/" +"$@" | sed -e 's/\\/\\e/g' -e "s/'/\\'/" echo ".El" |