From ffcdc347696d1a69af1e6159c72763a8b4df6062 Mon Sep 17 00:00:00 2001 From: Guy Helmer Date: Mon, 10 Nov 2003 22:04:51 +0000 Subject: [PATCH] Remove ',' accidentally added after ".Xr fork 2". --- lib/libc/gen/daemon.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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