> On Apr 23, 2016, at 09:19, Lars Engels <[email protected]> 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?
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to