diff options
author | 2016-01-29 23:53:08 +0000 | |
---|---|---|
committer | 2016-01-29 23:53:08 +0000 | |
commit | a460fcd8642329ecca9f850a84d07e8f5292e25e (patch) | |
tree | ae89c1ffde915af431666fbf3fbd5fdecf882503 | |
parent | Remove leftover roaming dead code. ok djm markus. (diff) | |
download | wireguard-openbsd-a460fcd8642329ecca9f850a84d07e8f5292e25e.tar.xz wireguard-openbsd-a460fcd8642329ecca9f850a84d07e8f5292e25e.zip |
whitespace fixes; ok ajacoutot
-rw-r--r-- | usr.sbin/rcctl/rcctl.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/rcctl/rcctl.8 b/usr.sbin/rcctl/rcctl.8 index 308f5a7d620..f06c2b77489 100644 --- a/usr.sbin/rcctl/rcctl.8 +++ b/usr.sbin/rcctl/rcctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcctl.8,v 1.27 2016/01/29 20:14:08 ajacoutot Exp $ +.\" $OpenBSD: rcctl.8,v 1.28 2016/01/29 23:53:08 jmc Exp $ .\" .\" Copyright (c) 2014 Antoine Jacoutot <ajacoutot@openbsd.org> .\" @@ -184,9 +184,9 @@ Enable and set .Xr apmd 8 flags: .Bd -literal -offset indent -# rcctl set apmd status on +# rcctl set apmd status on # rcctl set apmd flags -A -# rcctl get apmd +# rcctl get apmd apmd_class=daemon apmd_flags=-A apmd_timeout=30 |