CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2011/04/17 14:32:33
Modified files:
usr.sbin/user : useradd.8
Log message:
improve line breaking in the SYNOPSIS section.
as noted by schwarze@, the semantics of the .Bk macro is slightly
different now to conform with modern groff releases; using a
command-line option (.Op) macro, instead of its multiline version,
while preserving the .Bk/.Ek block makes our manual pages compatible
with mandoc, new groff and even groff-1.15.
ok jmc@, schwarze@