From 3721893add6f928be8c923d52a28b7e07d1a90da Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 22 May 2006 19:59:23 +0000 Subject: [PATCH] Minor fixes --- man3/rpmatch.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/rpmatch.3 b/man3/rpmatch.3 index 3b2788382..3cea0baf5 100644 --- a/man3/rpmatch.3 +++ b/man3/rpmatch.3 @@ -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.