On 2014/02/24 10:46, Ted Unangst wrote:
> CVSROOT:      /cvs
> Module name:  src
> Changes by:   [email protected]    2014/02/24 10:46:37
> 
> Modified files:
>       etc            : man.conf 
> 
> Log message:
> default to locale awareness. safer than changing internal mandoc defaults.
> 

btw, this has fun effects on some manpages. try gindent from packages.

       If no input files are named, the standard input is read for input.
       Also, if a filename named ̀-́ is specified, then the standard input is
       read.

       As an example, each of the following commands will input the program
       ̀slithy_toves.ć and write its indented text to ̀slithy_toves.out́:

...

       Most other options to indent control how programs are formatted.  As of
       version 1.2, indent also recognizes a long name for each option name.
       Long options are prefixed by either ̀--́ or ̀+́.  [ ̀+́ is being 
superseded
       by ̀--́ to maintain consistency with the POSIX standard.]

...

       Numbered backup versions of a file ̀momeraths.ć look like
       ̀momeraths.c.~23~́, where 23 is the version of this particular backup.
       When making a numbered backup of the file ̀src/momeraths.ć, the backup
       file will be named ̀src/momeraths.c.~V~́, where V is one greater than the
       highest version currently existing in the directory ̀srć.  The
       environment variable VERSION_WIDTH controls the number of digits, using
       left zero padding when necessary.  For instance, setting this variable
       to "2" will lead to the backup file being named ̀momeraths.c.~04~́.

Reply via email to