summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/groff/soelim
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2000-04-09 08:25:27 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2000-04-09 08:25:27 +0000
commit08d1f4952f67f347db6a288b4a0187f8b0d7bbf7 (patch)
tree3a5d0117ff1b663915f042e1b1e031a6c931f6a8 /gnu/usr.bin/groff/soelim
parent098fe4a0b368c914c7d1f7ce086634958df8796a (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/soelim')
-rw-r--r--gnu/usr.bin/groff/soelim/Makefile.sub2
-rw-r--r--gnu/usr.bin/groff/soelim/soelim.1_in (renamed from gnu/usr.bin/groff/soelim/soelim.man)15
2 files changed, 15 insertions, 2 deletions
diff --git a/gnu/usr.bin/groff/soelim/Makefile.sub b/gnu/usr.bin/groff/soelim/Makefile.sub
index 7c873a6a9c2..c6696375ac3 100644
--- a/gnu/usr.bin/groff/soelim/Makefile.sub
+++ b/gnu/usr.bin/groff/soelim/Makefile.sub
@@ -1,5 +1,5 @@
PROG=soelim
-MAN1=soelim.n
+MAN1=soelim.1
XLIBS=$(LIBGROFF)
OBJS=soelim.o
CCSRCS=soelim.cc
diff --git a/gnu/usr.bin/groff/soelim/soelim.man b/gnu/usr.bin/groff/soelim/soelim.1_in
index d5139ad1833..7026f3ee381 100644
--- a/gnu/usr.bin/groff/soelim/soelim.man
+++ b/gnu/usr.bin/groff/soelim/soelim.1_in
@@ -1,5 +1,5 @@
.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
@@ -25,6 +25,9 @@ the original English.
.B \-Cv
]
[
+.BI \-I dir
+]
+[
.IR files \|.\|.\|.\|
]
.SH DESCRIPTION
@@ -53,6 +56,16 @@ Recognize
.B .so
even when followed by a character other than space or newline.
.TP
+.BI \-I dir
+This option may be used to specify a directory to search for
+files (both those on the command line and those named in
+.B \&.so
+lines).
+The current directory is always searched first.
+This option may be specified more than once,
+the directories will be searched in the order specified.
+No directory search is performed for files specified using an absolute path.
+.TP
.B \-v
Print the version number.
.SH "SEE ALSO"