diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libc/string/strlen.3 | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/src/lib/libc/string/strlen.3 b/src/lib/libc/string/strlen.3 index 9db28cd184..759e724056 100644 --- a/src/lib/libc/string/strlen.3 +++ b/src/lib/libc/string/strlen.3 | |||
| @@ -33,7 +33,7 @@ | |||
| 33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 34 | .\" SUCH DAMAGE. | 34 | .\" SUCH DAMAGE. |
| 35 | .\" | 35 | .\" |
| 36 | .\" $OpenBSD: strlen.3,v 1.3 1999/06/04 19:14:56 aaron Exp $ | 36 | .\" $OpenBSD: strlen.3,v 1.4 2000/04/21 15:24:20 aaron Exp $ |
| 37 | .\" | 37 | .\" |
| 38 | .Dd June 29, 1991 | 38 | .Dd June 29, 1991 |
| 39 | .Dt STRLEN 3 | 39 | .Dt STRLEN 3 |
| @@ -48,22 +48,18 @@ | |||
| 48 | .Sh DESCRIPTION | 48 | .Sh DESCRIPTION |
| 49 | The | 49 | The |
| 50 | .Fn strlen | 50 | .Fn strlen |
| 51 | function | 51 | function computes the length of the string |
| 52 | computes the length of the string | ||
| 53 | .Fa s . | 52 | .Fa s . |
| 54 | .Sh RETURN VALUES | 53 | .Sh RETURN VALUES |
| 55 | The | 54 | The |
| 56 | .Fn strlen | 55 | .Fn strlen |
| 57 | function | 56 | function returns the number of characters that precede the terminating |
| 58 | returns | 57 | .Tn NUL |
| 59 | the number of characters that precede the | ||
| 60 | terminating NUL | ||
| 61 | character. | 58 | character. |
| 62 | .Sh SEE ALSO | 59 | .Sh SEE ALSO |
| 63 | .Xr string 3 | 60 | .Xr string 3 |
| 64 | .Sh STANDARDS | 61 | .Sh STANDARDS |
| 65 | The | 62 | The |
| 66 | .Fn strlen | 63 | .Fn strlen |
| 67 | function | 64 | function conforms to |
| 68 | conforms to | ||
| 69 | .St -ansiC . | 65 | .St -ansiC . |
