Minor fixes

This commit is contained in:
Michael Kerrisk 2006-05-22 19:59:23 +00:00
parent 9b33650560
commit 3721893add
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ It would be preferable to accept input strings much more
strictly, for example (using the extended regular
expression notation described in \fBregex\fP(7)):
\fB^([yY]|yes|YES)$\fP and \fB^([nN]|no|NO)$\fP.
.SH EXAMPLE PROGRAM
.SH EXAMPLE
The following program displays the results when
.BR rpmatch ()
is applied to the string given in the program's command-line argument.