diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-09 08:25:27 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-09 08:25:27 +0000 |
commit | 08d1f4952f67f347db6a288b4a0187f8b0d7bbf7 (patch) | |
tree | 3a5d0117ff1b663915f042e1b1e031a6c931f6a8 /gnu/usr.bin/groff/man | |
parent | 098fe4a0b368c914c7d1f7ce086634958df8796a (diff) |
groff 1.15 plus local changes (insomnia strikes):
o moved *.man to *.$section_in and generate *.$section not *.n for bsd.man.mk
o modified groff Makefiles to not install man pages (we do it ourselves)
o use mkstemp everywhere
o don't install groff versions on mdoc macros, we want our own ones
Diffstat (limited to 'gnu/usr.bin/groff/man')
-rw-r--r-- | gnu/usr.bin/groff/man/Makefile.sub | 4 | ||||
-rw-r--r-- | gnu/usr.bin/groff/man/groff_char.7_in (renamed from gnu/usr.bin/groff/man/groff_char.man) | 0 | ||||
-rw-r--r-- | gnu/usr.bin/groff/man/groff_font.5_in (renamed from gnu/usr.bin/groff/man/groff_font.man) | 0 | ||||
-rw-r--r-- | gnu/usr.bin/groff/man/groff_out.5_in (renamed from gnu/usr.bin/groff/man/groff_out.man) | 4 |
4 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/groff/man/Makefile.sub b/gnu/usr.bin/groff/man/Makefile.sub index 9b871148e85..fb7abbbb984 100644 --- a/gnu/usr.bin/groff/man/Makefile.sub +++ b/gnu/usr.bin/groff/man/Makefile.sub @@ -1,2 +1,2 @@ -MAN5=groff_font.n groff_out.n -MAN7=groff_char.n +MAN5=groff_font.5 groff_out.5 +MAN7=groff_char.7 diff --git a/gnu/usr.bin/groff/man/groff_char.man b/gnu/usr.bin/groff/man/groff_char.7_in index 18085dce7ab..18085dce7ab 100644 --- a/gnu/usr.bin/groff/man/groff_char.man +++ b/gnu/usr.bin/groff/man/groff_char.7_in diff --git a/gnu/usr.bin/groff/man/groff_font.man b/gnu/usr.bin/groff/man/groff_font.5_in index 97b6480274b..97b6480274b 100644 --- a/gnu/usr.bin/groff/man/groff_font.man +++ b/gnu/usr.bin/groff/man/groff_font.5_in diff --git a/gnu/usr.bin/groff/man/groff_out.man b/gnu/usr.bin/groff/man/groff_out.5_in index 9b421aeeac8..203f2d476d8 100644 --- a/gnu/usr.bin/groff/man/groff_out.man +++ b/gnu/usr.bin/groff/man/groff_out.5_in @@ -1,6 +1,6 @@ '\" e .ig \"-*- nroff -*- -Copyright (C) 1989-1995 Free Software Foundation, Inc. +Copyright (C) 1989-1999 Free Software Foundation, Inc. Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice @@ -77,7 +77,7 @@ and Note that single characters can have the eighth bit set, as can the names of fonts and special characters. .LP -The names of characters and fonts an be of arbitrary length; drivers +The names of characters and fonts can be of arbitrary length; drivers should not assume that they will be only two characters long. .LP When a character is to be printed, that character will always be |