aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/daemon.3
diff options
context:
space:
mode:
authorGuy Helmer <ghelmer@FreeBSD.org>2003-11-10 22:04:51 +0000
committerGuy Helmer <ghelmer@FreeBSD.org>2003-11-10 22:04:51 +0000
commitffcdc347696d1a69af1e6159c72763a8b4df6062 (patch)
treebaac39bacd3feee8f3c1378b1df8e1159f83fc6d /lib/libc/gen/daemon.3
parent8b2b22e84def6de2172ba8a9fbc9d41d0444d202 (diff)
downloadsrc-ffcdc347696d1a69af1e6159c72763a8b4df6062.tar.gz
src-ffcdc347696d1a69af1e6159c72763a8b4df6062.zip
Remove ',' accidentally added after ".Xr fork 2".
Notes
Notes: svn path=/head/; revision=122443
Diffstat (limited to 'lib/libc/gen/daemon.3')
-rw-r--r--lib/libc/gen/daemon.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/daemon.3 b/lib/libc/gen/daemon.3
index 97025e6c29a4..5b4a5e03e976 100644
--- a/lib/libc/gen/daemon.3
+++ b/lib/libc/gen/daemon.3
@@ -71,7 +71,7 @@ The
function may fail and set
.Va errno
for any of the errors specified for the library functions
-.Xr fork 2 ,
+.Xr fork 2
and
.Xr setsid 2 .
.Sh SEE ALSO