diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2022-07-13 13:36:13 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2022-07-13 13:36:13 +0000 |
commit | 8c14c85935e357fcafc56fcccbe6ae18412d3a51 (patch) | |
tree | 1e47fcdef7f60f2361bb112e8b7a8b26a978e146 /usr.sbin | |
parent | 9341274f0f9fc022fed6b4ea26fe801ee1826987 (diff) |
Fix apmd_flags example.
Diffstat (limited to 'usr.sbin')
-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 31c5ec19005..80e9e515731 100644 --- a/usr.sbin/rcctl/rcctl.8 +++ b/usr.sbin/rcctl/rcctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcctl.8,v 1.40 2022/05/26 11:27:03 ajacoutot Exp $ +.\" $OpenBSD: rcctl.8,v 1.41 2022/07/13 13:36:12 ajacoutot Exp $ .\" .\" Copyright (c) 2014 Antoine Jacoutot <ajacoutot@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 26 2022 $ +.Dd $Mdocdate: July 13 2022 $ .Dt RCCTL 8 .Os .Sh NAME @@ -208,7 +208,7 @@ flags: # rcctl get apmd apmd_class=daemon apmd_execdir= -apmd_flags=NO +apmd_flags=-A apmd_logger= apmd_rtable=0 apmd_timeout=30 |