diff options
author | 2017-07-27 07:49:05 +0000 | |
---|---|---|
committer | 2017-07-27 07:49:05 +0000 | |
commit | e887a21112efa962e9a66cd8ca227ca7c73dd152 (patch) | |
tree | 66f3b957ed37c6c560eca54bfec978b405c1c140 | |
parent | SEQ16_* macros weren't able to compare properly if one of the sequences is (diff) | |
download | wireguard-openbsd-e887a21112efa962e9a66cd8ca227ca7c73dd152.tar.xz wireguard-openbsd-e887a21112efa962e9a66cd8ca227ca7c73dd152.zip |
The -d flag prevents redirection of stdout (not stdin) and stderr
to /dev/null.
noticed by Matthew <chohag () jtan ! com>
-rw-r--r-- | share/man/man8/rc.d.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man8/rc.d.8 b/share/man/man8/rc.d.8 index a9635344f4a..0f46f49a4ff 100644 --- a/share/man/man8/rc.d.8 +++ b/share/man/man8/rc.d.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rc.d.8,v 1.33 2017/05/27 13:51:52 ajacoutot Exp $ +.\" $OpenBSD: rc.d.8,v 1.34 2017/07/27 07:49:05 tb Exp $ .\" .\" Copyright (c) 2011 Robert Nagy, Antoine Jacoutot, Ingo Schwarze .\" All rights reserved. @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 27 2017 $ +.Dd $Mdocdate: July 27 2017 $ .Dt RC.D 8 .Os .Sh NAME @@ -59,7 +59,7 @@ The options are as follows: Setting this option will print the function names as they are called and prevent the .Xr rc.subr 8 -framework from redirecting stdin and stderr to /dev/null. +framework from redirecting stdout and stderr to /dev/null. This is used to allow debugging of failed .Ar actions . .It Fl f |