Small rewording under EXAMPLE.

This commit is contained in:
Michael Kerrisk 2006-01-16 19:48:56 +00:00
parent 736e551b25
commit 48a1cb4903
1 changed files with 2 additions and 2 deletions

View File

@ -71,8 +71,8 @@ and
For one example of use, see the example under
.BR bsearch (3).
The following example program sorts the strings given
in its command-line arguments:
Another example is the following example program,
which sorts the strings given in its command-line arguments:
.sp
.nf
#include <stdio.h>