diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-11 17:13:09 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-11 17:13:09 +0000 |
| commit | 749757ed33f642154dbc57f1803504993e123067 (patch) | |
| tree | 2c8899e0a846477ecf4dfd8b4bc0deaaae2ee63a /usr.bin | |
| parent | 86c8719212b6f95b7c99a627111967501ab7b485 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -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 7135fa2a6a674..9c2584640d870 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" |
