diff options
author | deraadt <> | 1997-12-29 22:31:50 +0000 |
---|---|---|
committer | deraadt <> | 1997-12-29 22:31:50 +0000 |
commit | 64e66e5963c263bb30879f7e00d35285e4f6a942 (patch) | |
tree | a00c8195caf42a470553a80aea7090be0379bde5 | |
parent | 52c9fe19cdf4597e44d3e8149a885abe86456b24 (diff) | |
download | openbsd-64e66e5963c263bb30879f7e00d35285e4f6a942.tar.gz openbsd-64e66e5963c263bb30879f7e00d35285e4f6a942.tar.bz2 openbsd-64e66e5963c263bb30879f7e00d35285e4f6a942.zip |
NUL not NULL
-rw-r--r-- | src/lib/libc/string/strchr.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/string/strchr.3 b/src/lib/libc/string/strchr.3 index 806fe734da..c3bc2f8817 100644 --- a/src/lib/libc/string/strchr.3 +++ b/src/lib/libc/string/strchr.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: strchr.3,v 1.2 1996/08/19 08:34:11 tholo Exp $ | 36 | .\" $OpenBSD: strchr.3,v 1.3 1997/12/29 22:31:50 deraadt Exp $ |
37 | .\" | 37 | .\" |
38 | .Dd June 29, 1991 | 38 | .Dd June 29, 1991 |
39 | .Dt STRCHR 3 | 39 | .Dt STRCHR 3 |
@@ -53,7 +53,7 @@ function locates the first occurrence of | |||
53 | in the string pointed to by | 53 | in the string pointed to by |
54 | .Ar s . | 54 | .Ar s . |
55 | The terminating | 55 | The terminating |
56 | .Dv NULL | 56 | .Dv NUL |
57 | character is considered part of the string. | 57 | character is considered part of the string. |
58 | If | 58 | If |
59 | .Fa c | 59 | .Fa c |