summaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-12-29 22:31:51 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-12-29 22:31:51 +0000
commiteefcb6372e92205d38ed68bedc0c7d995cb21464 (patch)
treeab9fd67a00b9898fa8c26ab2dab8498d6e66b488 /lib/libc/string
parent247d9291cb6ad112905c000166015a4ff3e0cd0b (diff)
NUL not NULL
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/strchr.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/strchr.3 b/lib/libc/string/strchr.3
index 806fe734da9..c3bc2f88174 100644
--- a/lib/libc/string/strchr.3
+++ b/lib/libc/string/strchr.3
@@ -33,7 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: strchr.3,v 1.2 1996/08/19 08:34:11 tholo Exp $
+.\" $OpenBSD: strchr.3,v 1.3 1997/12/29 22:31:50 deraadt Exp $
.\"
.Dd June 29, 1991
.Dt STRCHR 3
@@ -53,7 +53,7 @@ function locates the first occurrence of
in the string pointed to by
.Ar s .
The terminating
-.Dv NULL
+.Dv NUL
character is considered part of the string.
If
.Fa c