diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-07-08 06:17:11 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-07-08 06:17:11 +0000 |
commit | 5fc66aadd0b77ccf660e2d5a128350e59ca8640c (patch) | |
tree | 2b100a07c6e798526940f40ccfefad6e2aa0cc09 /lib/libfuse/fuse_daemonize.3 | |
parent | eabf5087b362e8a207fe4dfbd89c19e9e764e30a (diff) |
mop up;
Diffstat (limited to 'lib/libfuse/fuse_daemonize.3')
-rw-r--r-- | lib/libfuse/fuse_daemonize.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libfuse/fuse_daemonize.3 b/lib/libfuse/fuse_daemonize.3 index d4a81b32be2..d71ef4c353d 100644 --- a/lib/libfuse/fuse_daemonize.3 +++ b/lib/libfuse/fuse_daemonize.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fuse_daemonize.3,v 1.1 2018/07/08 02:28:42 helg Exp $ +.\" $OpenBSD: fuse_daemonize.3,v 1.2 2018/07/08 06:17:10 jmc Exp $ .\" .\" Copyright (c) 2018 Helg Bredow <helg@openbsd.org> .\" @@ -30,13 +30,13 @@ If is 1, .Fn fuse_daemonize will detach from the controlling terminal and run in the background as a -system daemon. Otherwise, the process will continue to run in the -foreground. +system daemon. +Otherwise, the process will continue to run in the foreground. .Pp -The current working directory is changed to the root (/) and standard input, +The current working directory is changed to the root (/) and standard input; standard output and standard error are redirected to /dev/null. .Sh RETURN VALUES -Upon success, +Upon success, .Fn fuse_daemonize returns 0; otherwise -1 is returned. .Sh ERRORS |