diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-01 00:02:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-01 00:02:24 +0000 |
commit | 4f215f167e35940141001f7f31bfce350266d153 (patch) | |
tree | 24ce6b26ac4c85c58de893a9ee7f839bbf39c7f7 /lib/libc/gen/fts.3 | |
parent | 003fb3696040f470a6af533bcf2e26ba84a2d8bf (diff) |
s/NULL/NUL/ in the right places; jraynard
Diffstat (limited to 'lib/libc/gen/fts.3')
-rw-r--r-- | lib/libc/gen/fts.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/fts.3 b/lib/libc/gen/fts.3 index 212e8037d57..68d57e380ab 100644 --- a/lib/libc/gen/fts.3 +++ b/lib/libc/gen/fts.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fts.3,v 1.4 1997/09/01 02:48:46 millert Exp $ +.\" $OpenBSD: fts.3,v 1.5 1998/03/01 00:02:23 deraadt Exp $ .\" .\" Copyright (c) 1989, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -316,7 +316,7 @@ Therefore, the and .Fa fts_accpath fields are guaranteed to be -.Dv NULL Ns -terminated +.Dv NUL Ns -terminated .Em only for the file most recently returned by .Fn fts_read . @@ -334,7 +334,7 @@ are attempted. The .Fa fts_name field is always -.Dv NULL Ns -terminated. +.Dv NUL Ns -terminated. .Sh FTS_OPEN The .Fn fts_open |