Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 2020 10:56:15 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r362538 - head/usr.sbin/service
Message-ID:  <202006231056.05NAuFEJ045523@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp (doc,ports committer)
Date: Tue Jun 23 10:56:15 2020
New Revision: 362538
URL: https://svnweb.freebsd.org/changeset/base/362538

Log:
  Fix a typo and sort options
  
  MFC after:	1 week

Modified:
  head/usr.sbin/service/service.8

Modified: head/usr.sbin/service/service.8
==============================================================================
--- head/usr.sbin/service/service.8	Tue Jun 23 10:27:41 2020	(r362537)
+++ head/usr.sbin/service/service.8	Tue Jun 23 10:56:15 2020	(r362538)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006231056.05NAuFEJ045523>