77 lines
1.9 KiB
Groff
77 lines
1.9 KiB
Groff
.ig \"-*- nroff -*-
|
|
Copyright (C) 1989-2000 Free Software Foundation, Inc.
|
|
|
|
Permission is granted to make and distribute verbatim copies of
|
|
this manual provided the copyright notice and this permission notice
|
|
are preserved on all copies.
|
|
|
|
Permission is granted to copy and distribute modified versions of this
|
|
manual under the conditions for verbatim copying, provided that the
|
|
entire resulting derived work is distributed under the terms of a
|
|
permission notice identical to this one.
|
|
|
|
Permission is granted to copy and distribute translations of this
|
|
manual into another language, under the above conditions for modified
|
|
versions, except that this permission notice may be included in
|
|
translations approved by the Free Software Foundation instead of in
|
|
the original English.
|
|
..
|
|
.TH @G@SOELIM @MAN1EXT@ "@MDATE@" "Groff Version @VERSION@"
|
|
.SH NAME
|
|
@g@soelim \- interpret .so requests in groff input
|
|
.SH SYNOPSIS
|
|
.B @g@soelim
|
|
[
|
|
.B \-Cv
|
|
]
|
|
[
|
|
.BI \-I dir
|
|
]
|
|
[
|
|
.IR files \|.\|.\|.\|
|
|
]
|
|
.PP
|
|
It is possible to have whitespace between the
|
|
.B \-I
|
|
command line option and its parameter.
|
|
.SH DESCRIPTION
|
|
.B @g@soelim
|
|
reads
|
|
.I files
|
|
and replaces lines of the form
|
|
.IP
|
|
.BI .so\ file
|
|
.LP
|
|
by the contents of
|
|
.IR file .
|
|
It is useful if files included with
|
|
.B so
|
|
need to be preprocessed.
|
|
Normally,
|
|
.B @g@soelim
|
|
should be invoked with the
|
|
.B \-s
|
|
option of
|
|
.BR groff .
|
|
.SH OPTIONS
|
|
.TP
|
|
.B \-C
|
|
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"
|
|
.BR groff (@MAN1EXT@)
|