summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/popen.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/popen.3')
-rw-r--r--lib/libc/gen/popen.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/popen.3 b/lib/libc/gen/popen.3
index 0300d711144..1215be9d0c1 100644
--- a/lib/libc/gen/popen.3
+++ b/lib/libc/gen/popen.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: popen.3,v 1.12 2003/06/02 20:18:34 millert Exp $
+.\" $OpenBSD: popen.3,v 1.13 2005/02/25 03:12:43 cloder Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -54,7 +54,7 @@ the resulting stream is correspondingly read-only or write-only.
.Pp
The
.Fa command
-argument is a pointer to a null-terminated
+argument is a pointer to a NUL-terminated
string containing a shell command line.
This command is passed to
.Pa /bin/sh
@@ -63,7 +63,7 @@ using the
flag; interpretation, if any, is performed by the shell.
The
.Fa type
-argument is a pointer to a null-terminated
+argument is a pointer to a NUL-terminated
string which must be either
.Qq r
for reading