diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-05-04 02:00:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-05-04 02:00:06 +0000 |
commit | 52e47df806c457b930079097d1625d3af3ceed75 (patch) | |
tree | 6b4d388192b30b977d0039f50298e59a03310c7a /lib/libc/string | |
parent | 8e166bd52b4d765a2531d91a5cc1463d5ab22e88 (diff) |
s/NULL/NUL/
Diffstat (limited to 'lib/libc/string')
-rw-r--r-- | lib/libc/string/strmode.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/strmode.3 b/lib/libc/string/strmode.3 index 61233ee5811..4dbbdd09573 100644 --- a/lib/libc/string/strmode.3 +++ b/lib/libc/string/strmode.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strmode.3,v 1.4 1997/08/20 03:52:44 millert Exp $ +.\" $OpenBSD: strmode.3,v 1.5 1998/05/04 02:00:05 deraadt Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -54,7 +54,7 @@ converts a file into a symbolic string which is stored in the location referenced by .Fa bp . This stored string is eleven characters in length plus a trailing -.Dv NULL . +.Dv NUL . .Pp The first character is the inode type, and will be one of the following: .Pp |