diff options
-rw-r--r-- | usr.sbin/rcctl/rcctl.8 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/usr.sbin/rcctl/rcctl.8 b/usr.sbin/rcctl/rcctl.8 index 924204f71fe..603c9bf7bfc 100644 --- a/usr.sbin/rcctl/rcctl.8 +++ b/usr.sbin/rcctl/rcctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcctl.8,v 1.1 2014/08/19 14:08:20 ajacoutot Exp $ +.\" $OpenBSD: rcctl.8,v 1.2 2014/08/19 16:05:02 schwarze Exp $ .\" .\" Copyright (c) 2014 Antoine Jacoutot <ajacoutot@openbsd.org> .\" @@ -40,7 +40,6 @@ scripts. The following .Ar actions are available. -.Pp .Bl -tag -width disable .It Cm enable Enable @@ -78,7 +77,7 @@ script with the .Ar action argument. .El -.Pp +.Pp These services have no corresponding .Xr rc.d 8 script and have no @@ -100,7 +99,6 @@ utility exits 0 on success, and >0 if an error occurs. Disable .Xr ntpd 8 and check its status: -.Pp .Bd -literal -offset indent # rcctl disable ntpd # rcctl status ntpd @@ -112,7 +110,6 @@ NO Enable and set .Xr ntpd 8 flags: -.Pp .Bd -literal -offset indent # rcctl enable ntpd flags -s # rcctl status ntpd @@ -124,7 +121,6 @@ flags: Start .Xr ntpd 8 and check that it is running: -.Pp .Bd -literal -offset indent # rcctl start ntpd ntpd(ok) |