Module Name:    src
Committed By:   gutteridge
Date:           Sun Mar 27 00:32:15 UTC 2022

Modified Files:
        src/lib/libc/gen: popen.3

Log Message:
popen.3: revert s/null-/nul-/ change, this is subject to debate


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/lib/libc/gen/popen.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/gen/popen.3
diff -u src/lib/libc/gen/popen.3:1.23 src/lib/libc/gen/popen.3:1.24
--- src/lib/libc/gen/popen.3:1.23	Thu Mar 24 01:55:15 2022
+++ src/lib/libc/gen/popen.3	Sun Mar 27 00:32:15 2022
@@ -1,4 +1,4 @@
-.\"	$NetBSD: popen.3,v 1.23 2022/03/24 01:55:15 gutteridge Exp $
+.\"	$NetBSD: popen.3,v 1.24 2022/03/27 00:32:15 gutteridge Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -71,7 +71,7 @@ is now implemented using sockets, the
 may request a bidirectional data flow.
 The
 .Fa type
-argument is a pointer to a nul-terminated string
+argument is a pointer to a null-terminated string
 which must be
 .Ql r
 for reading,
@@ -88,7 +88,7 @@ string, the file descriptor used interna
 .Pp
 The
 .Fa command
-argument is a pointer to a nul-terminated string
+argument is a pointer to a null-terminated string
 containing a shell command line.
 This command is passed to
 .Pa /bin/sh

Reply via email to