Introduce options definition the standard way. Do not uppercase first

letter in FILES section.
This commit is contained in:
Philippe Charnier 2003-06-09 19:35:56 +00:00
parent f88e6136c3
commit 23b03a1274
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116113

View File

@ -54,8 +54,8 @@ These strings are replaced with references to this common area.
This serves to implement shared constant strings, most useful if they
are also read-only.
.Pp
Available options:
.Bl -tag -width Ds
The following options are available:
.Bl -tag -width indent
.It Fl
Read from the standard input.
.It Fl c
@ -140,13 +140,13 @@ unless truly necessary.
.Sh FILES
.Bl -tag -width /tmp/xsxx* -compact
.It Pa strings
Data base of strings
data base of strings
.It Pa x.c
Massaged C source
massaged C source
.It Pa xs.c
C source for definition of array `xstr'
.It Pa /tmp/xs*
Temp file when `xstr name' doesn't touch
temp file when `xstr name' doesn't touch
.Pa strings
.El
.Sh SEE ALSO