summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2020-06-30 11:47:18 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2020-06-30 11:47:18 +0000
commitbb1ff7b8b91684ee8a5bfa39ca70c2b87eb1e836 (patch)
tree832b659bf36cb8badf3c05bcf04ae09aa9bad0bf /usr.sbin
parentf714427a09d5f810691333cd5a74736bdfd00697 (diff)
downloadsrc-test2-bb1ff7b8b91684ee8a5bfa39ca70c2b87eb1e836.tar.gz
src-test2-bb1ff7b8b91684ee8a5bfa39ca70c2b87eb1e836.zip
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/service/service.88
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/service/service.8 b/usr.sbin/service/service.8
index dcc07e2f64ea..27d3948ed62e 100644
--- a/usr.sbin/service/service.8
+++ b/usr.sbin/service/service.8
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 31, 2018
+.Dd June 23, 2020
.Dt SERVICE 8
.Os
.Sh NAME
@@ -92,14 +92,14 @@ this is usually
.Pa /usr/local/etc/rc.d .
All files will be listed whether they are an actual
rc.d script or not.
+.It Fl R
+Restart all enabled local services.
.It Fl r
Generate the
.Xr rcorder 8
as in
.Fl e
above, but list all of the files, not just what is enabled.
-.It Fl R
-Restart all enabled local services.
.It Fl v
Be slightly more verbose.
.El
@@ -129,7 +129,7 @@ service -j dns named status
service -rv
.Ed
.Pp
-The following programmable completion entry can be use in
+The following programmable completion entry can be used in
.Xr bash 1
for the names of the rc.d scripts:
.Bd -literal -offset -ident