diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libc/string/rindex.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/string/rindex.3 b/src/lib/libc/string/rindex.3 index a1266b94ae..db7f8e1cd8 100644 --- a/src/lib/libc/string/rindex.3 +++ b/src/lib/libc/string/rindex.3 | |||
@@ -31,7 +31,7 @@ | |||
31 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 31 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
32 | .\" SUCH DAMAGE. | 32 | .\" SUCH DAMAGE. |
33 | .\" | 33 | .\" |
34 | .\" $OpenBSD: rindex.3,v 1.2 1996/08/19 08:34:08 tholo Exp $ | 34 | .\" $OpenBSD: rindex.3,v 1.3 1997/12/30 01:09:49 deraadt Exp $ |
35 | .\" | 35 | .\" |
36 | .Dd April 19, 1991 | 36 | .Dd April 19, 1991 |
37 | .Dt RINDEX 3 | 37 | .Dt RINDEX 3 |
@@ -54,7 +54,7 @@ matching | |||
54 | .Em char ) | 54 | .Em char ) |
55 | in the null-terminated string | 55 | in the null-terminated string |
56 | .Fa s . | 56 | .Fa s . |
57 | The character c is returned if it is found; otherwise NULL is returned. | 57 | If the character c is found, a pointer to it is returned; otherwise NULL is returned. |
58 | If | 58 | If |
59 | .Fa c | 59 | .Fa c |
60 | is | 60 | is |