diff options
author | wlemb <wlemb> | 2000-04-08 05:36:27 +0000 |
---|---|---|
committer | wlemb <wlemb> | 2000-04-08 05:36:27 +0000 |
commit | d95743b91b48594b69c628e9009f90c77c5459e7 (patch) | |
tree | 78cb7a7e53a1380a4f3c4d05f960b874bdbf6a6c /src/preproc/refer/refer.man | |
parent | 5642c94185b68366c7654a55c522938a83328362 (diff) | |
download | groff-d95743b91b48594b69c628e9009f90c77c5459e7.tar.gz |
* doc/Makefile (clean): Include more index files.
Add rule texinfo->dvi.
* doc/groff.texinfo: Added new index `op' for operators. More
info on end of sentence characters. More use of @Deffn.
* */*.man: Adding a note that a whitespace can be inserted between
a command line option and its parameter -- we are using GNU getopt.
* src/roff/groff/groff.man: Add example of `-m mandoc'.
Correct anachronism of calling the man macro file with `-man'
instead of `-m man' etc.
* tmac/tmac.man, tmac/tmac.mandoc, tmac/tmac.markup, tmac/tmac.mdoc,
tmac/tmac.me, tmac/tmac.ms: New files tmac.m<package> which simply
load tmac.<package>.
* tmac/Makefile.sub: Updated. Take care of $(tmac_an_prefix) etc.
* NEWS: Updated.
* doc/groff.texinfo: Updated.
* tmac/groff_man.man: Copyright added.
(I've basically taken groff_man.man). Introducing new indices `ma'
Diffstat (limited to 'src/preproc/refer/refer.man')
-rw-r--r-- | src/preproc/refer/refer.man | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/preproc/refer/refer.man b/src/preproc/refer/refer.man index 6b09c973..13708cf0 100644 --- a/src/preproc/refer/refer.man +++ b/src/preproc/refer/refer.man @@ -1,5 +1,5 @@ .ig \"-*- nroff -*- -Copyright (C) 1989-1995 Free Software Foundation, Inc. +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 @@ -58,6 +58,9 @@ the original English. .RI [\ filename \|.\|.\|.\ ] .br .ad \na +.PP +It is possible to have whitespace between a command line option and its +parameter. .SH DESCRIPTION This file documents the GNU version of .BR refer , |