summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwl <wl>2007-02-02 23:07:39 +0000
committerwl <wl>2007-02-02 23:07:39 +0000
commit0cb1fce7996daae60e981610f28eb1dff158104f (patch)
tree42d5132e22a30abdb637e507c3b8d8d8e7d22ab2
parent04045e8368ae710cddc500046b4e3aeda5735772 (diff)
downloadgroff-0cb1fce7996daae60e981610f28eb1dff158104f.tar.gz
Use
'\" <word> not .\" <word> in first line to indicate the need for a preprocessor in man pages.
-rw-r--r--man/roff.man4
-rw-r--r--tmac/groff_man.man2
2 files changed, 3 insertions, 3 deletions
diff --git a/man/roff.man b/man/roff.man
index d35c5818..92d2285a 100644
--- a/man/roff.man
+++ b/man/roff.man
@@ -1,8 +1,8 @@
-.\" t
+'\" t
.ig
roff.man
-Last update: 30 Jan 2007
+Last update: 02 Feb 2007
This file is part of groff, the GNU roff type-setting system.
diff --git a/tmac/groff_man.man b/tmac/groff_man.man
index 985014eb..7b1b3e9c 100644
--- a/tmac/groff_man.man
+++ b/tmac/groff_man.man
@@ -692,7 +692,7 @@ is needed, it has become usage to make the first line of the
look like this:
.PP
.RS
-.BI .\e"\ word
+.BI '\e"\ word
.RE
.PP
Note the single space character after the double quote.