summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/xlint/lint1/makeman4
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"
OpenPOWER on IntegriCloud