svn commit: r298515 - in head: etc share/examples/csh share/man/man8

NGie Cooper yaneurabeya at gmail.com
Sat Apr 23 17:04:16 UTC 2016


> On Apr 23, 2016, at 09:19, Lars Engels <lme at FreeBSD.org> wrote:
> 
> Author: lme (ports committer)
> Date: Sat Apr 23 16:19:34 2016
> New Revision: 298515
> URL: https://svnweb.freebsd.org/changeset/base/298515
> 
> 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
> 
>  Approved by:    bapt
>  Sponsored by:    Essen Linuxhotel Hackathon 2016
>  Differential Revision:    D452
> 
> Modified:
>  head/etc/rc.subr
>  head/share/examples/csh/dot.cshrc
>  head/share/man/man8/rc.8

...

> Modified: head/share/man/man8/rc.8
> ==============================================================================
> --- 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?


More information about the svn-src-all mailing list