diff options
Diffstat (limited to 'src/lib/libc/string/index.3')
| -rw-r--r-- | src/lib/libc/string/index.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/string/index.3 b/src/lib/libc/string/index.3 index e6560cc805..d236a73a48 100644 --- a/src/lib/libc/string/index.3 +++ b/src/lib/libc/string/index.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: index.3,v 1.3 1997/07/10 23:54:34 millert Exp $ | 34 | .\" $OpenBSD: index.3,v 1.4 1997/12/30 01:09:49 deraadt Exp $ |
| 35 | .\" | 35 | .\" |
| 36 | .Dd April 19, 1991 | 36 | .Dd April 19, 1991 |
| 37 | .Dt INDEX 3 | 37 | .Dt INDEX 3 |
| @@ -54,9 +54,9 @@ locates the first character matching | |||
| 54 | in the null-terminated string | 54 | in the null-terminated string |
| 55 | .Fa s . | 55 | .Fa s . |
| 56 | .Sh RETURN VALUES | 56 | .Sh RETURN VALUES |
| 57 | The character | 57 | If the character |
| 58 | .Fa c | 58 | .Fa c |
| 59 | is returned if it is found; otherwise | 59 | is found, a pointer to it is returned; otherwise |
| 60 | .Dv NULL | 60 | .Dv NULL |
| 61 | is returned. | 61 | is returned. |
| 62 | If | 62 | If |
