From 5220f2416331912a0f46594c0c0d9b7de0d30a6a Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Thu, 1 Aug 2019 18:51:06 +0000 Subject: [PATCH] Fix formatting. MFC after: 3 days --- 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 7d95dd8c2a2c..f4129fc47144 100644 --- a/lib/libc/gen/daemon.3 +++ b/lib/libc/gen/daemon.3 @@ -93,7 +93,7 @@ function may fail and set .Va errno for any of the errors specified for the library functions .Xr fork 2 -.Xr open 2, +.Xr open 2 , and .Xr setsid 2 . .Sh SEE ALSO