summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorderaadt <>1998-05-04 02:00:05 +0000
committerderaadt <>1998-05-04 02:00:05 +0000
commitf5a1192458713aa61f02e2c7dff0706ef99167e4 (patch)
treeb6db3403f934e2d107a39d1b12bf500c7995d20f
parent3447d918d7e480a081c7fddda521eb9b0515d888 (diff)
downloadopenbsd-f5a1192458713aa61f02e2c7dff0706ef99167e4.tar.gz
openbsd-f5a1192458713aa61f02e2c7dff0706ef99167e4.tar.bz2
openbsd-f5a1192458713aa61f02e2c7dff0706ef99167e4.zip
s/NULL/NUL/
-rw-r--r--src/lib/libc/string/strmode.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/string/strmode.3 b/src/lib/libc/string/strmode.3
index 61233ee581..4dbbdd0957 100644
--- a/src/lib/libc/string/strmode.3
+++ b/src/lib/libc/string/strmode.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: strmode.3,v 1.4 1997/08/20 03:52:44 millert Exp $ 1.\" $OpenBSD: strmode.3,v 1.5 1998/05/04 02:00:05 deraadt Exp $
2.\" 2.\"
3.\" Copyright (c) 1990, 1991, 1993 3.\" Copyright (c) 1990, 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
@@ -54,7 +54,7 @@ converts a file
54into a symbolic string which is stored in the location referenced by 54into a symbolic string which is stored in the location referenced by
55.Fa bp . 55.Fa bp .
56This stored string is eleven characters in length plus a trailing 56This stored string is eleven characters in length plus a trailing
57.Dv NULL . 57.Dv NUL .
58.Pp 58.Pp
59The first character is the inode type, and will be one of the following: 59The first character is the inode type, and will be one of the following:
60.Pp 60.Pp