summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/popen.3
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2003-06-08 10:01:52 +0000
committercharnier <charnier@FreeBSD.org>2003-06-08 10:01:52 +0000
commit9f754871d1df357b51c172b0fc6c530f236fd199 (patch)
treee77bb095b2277e42f7dfff1b777e44af370de021 /lib/libc/gen/popen.3
parent0d5348f9eaec7c207d5ef35e652ebf4c5bd97705 (diff)
downloadFreeBSD-src-9f754871d1df357b51c172b0fc6c530f236fd199.zip
FreeBSD-src-9f754871d1df357b51c172b0fc6c530f236fd199.tar.gz
Add or correct section number in .Xr. Use .Vt or .Fn
instead of .Xr when needed
Diffstat (limited to 'lib/libc/gen/popen.3')
-rw-r--r--lib/libc/gen/popen.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/popen.3 b/lib/libc/gen/popen.3
index 4793db4..50132a2 100644
--- a/lib/libc/gen/popen.3
+++ b/lib/libc/gen/popen.3
@@ -122,7 +122,7 @@ The
function waits for the associated process to terminate
and returns the exit status of the command
as returned by
-.Fn wait4 .
+.Xr wait4 2 .
.Sh RETURN VALUES
The
.Fn popen
@@ -147,7 +147,7 @@ command, if
already
.Dq pclosed ,
or if
-.Xr wait4
+.Xr wait4 2
returns an error.
.Sh ERRORS
The
OpenPOWER on IntegriCloud