Date: Sat, 23 Apr 2016 10:04:14 -0700 From: NGie Cooper <yaneurabeya@gmail.com> To: Lars Engels <lme@FreeBSD.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r298515 - in head: etc share/examples/csh share/man/man8 Message-ID: <C3921472-1E2E-473E-9CB1-8BD387E48FA8@gmail.com> In-Reply-To: <201604231619.u3NGJYKD030657@repo.freebsd.org> References: <201604231619.u3NGJYKD030657@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> On Apr 23, 2016, at 09:19, Lars Engels <lme@FreeBSD.org> wrote: >=20 > Author: lme (ports committer) > Date: Sat Apr 23 16:19:34 2016 > New Revision: 298515 > URL: https://svnweb.freebsd.org/changeset/base/298515 >=20 > Log: > - Add two new subcommands to rc.subr: > "describe" shows an rc script's description > "extracommands" shows an rc script's non-standard commands like "reload= ", "configtest", "keygen", etc > - Update the rc(8) manpage and the tcsh(1) completion examples to reflect= these changes >=20 > Approved by: bapt > Sponsored by: Essen Linuxhotel Hackathon 2016 > Differential Revision: D452 >=20 > Modified: > head/etc/rc.subr > head/share/examples/csh/dot.cshrc > head/share/man/man8/rc.8 ... > Modified: head/share/man/man8/rc.8 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D > --- head/share/man/man8/rc.8 Sat Apr 23 16:10:54 2016 (r298514) > +++ head/share/man/man8/rc.8 Sat Apr 23 16:19:34 2016 (r298515) > @@ -323,6 +323,10 @@ If the script starts a process (rather t > operation), show the status of the process. > Otherwise it is not necessary to support this argument. > Defaults to displaying the process ID of the program (if running). > +.It Cm describe > +Print a short description of what the script does. > +.It Cm extracommands > +Print the script's non-standard commands. > .It Cm poll > If the script starts a process (rather than performing a one-off > operation), wait for the command to exit. Bump .Dd?=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C3921472-1E2E-473E-9CB1-8BD387E48FA8>