CVSROOT:        /cvs
Module name:    src
Changes by:     k...@cvs.openbsd.org    2022/12/22 12:53:24

Modified files:
        share/man/man4 : ddb.4 
        bin/expr       : expr.1 
        sbin/route     : route.8 route.c 
        usr.bin/cdio   : cdio.1 cdio.c 
        usr.bin/csplit : csplit.1 csplit.c 
        usr.bin/doas   : doas.1 doas.c 
        usr.bin/mandoc : mandoc.1 
        usr.bin/openssl: openssl.1 
        usr.bin/su     : su.1 su.c 
        usr.bin/time   : time.1 
        usr.bin/timeout: timeout.1 timeout.c 
        usr.bin/tmux   : tmux.1 
        usr.bin/tput   : tput.1 tput.c 
        usr.sbin/bgpctl: bgpctl.8 
        usr.sbin/bgpd  : bgpd.conf.5 
        usr.sbin/btrace: btrace.8 
        usr.sbin/rcctl : rcctl.8 rcctl.sh 

Log message:
Denote multiple arguments with 'arg ...' not 'args'

A few programs used the plural in their synopsis which doesn't read as
clear as the obvious triple-dot notation.

mdoc(7) .Ar defaults to "file ..." if no arguments are given and consistent
use of 'arg ...' matches that behaviour.

Cleanup a few markups of the same argument so the text keeps reading
naturally;  omit unhelpful parts like 'if optional arguments are given,
they are passed along' for tools like time(1) and timeout(1) that obviously
execute commands with whatever arguments where given -- just like doas(1)
which doesn't mention arguments in its DESCRIPTION in the first place.

For expr(1) the difference between 'expressions' and 'expression ...' is
crucial, as arguments must be passed as individual words.

Feedback millert jmc schwarze deraadt
OK jmc

Reply via email to