diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-12-30 01:09:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-12-30 01:09:50 +0000 |
commit | d4fd260b9993a9631ba920d93a71104e5a8f00b2 (patch) | |
tree | a63bfe5506dbc5146044ca964ea1d5e13e59142c /lib/libc/string/rindex.3 | |
parent | b4d51b0b9890b0f08f2485bda4d8269402ec7fe3 (diff) |
correct description
Diffstat (limited to 'lib/libc/string/rindex.3')
-rw-r--r-- | lib/libc/string/rindex.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/rindex.3 b/lib/libc/string/rindex.3 index a1266b94ae6..db7f8e1cd82 100644 --- a/lib/libc/string/rindex.3 +++ b/lib/libc/string/rindex.3 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: rindex.3,v 1.2 1996/08/19 08:34:08 tholo Exp $ +.\" $OpenBSD: rindex.3,v 1.3 1997/12/30 01:09:49 deraadt Exp $ .\" .Dd April 19, 1991 .Dt RINDEX 3 @@ -54,7 +54,7 @@ matching .Em char ) in the null-terminated string .Fa s . -The character c is returned if it is found; otherwise NULL is returned. +If the character c is found, a pointer to it is returned; otherwise NULL is returned. If .Fa c is |