Age | Commit message (Collapse) | Author |
|
|
|
|
|
outside the tree)
|
|
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
|
|
When you give command examples in a manual page prefix them with
$ command
or
# command
deraadt@ ok
|
|
millert@ ok
|
|
|
|
|
|
|
|
|
|
|
|
sysadmin@astro.su.se
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
is used instead; kwesterback@home.com
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
glob(3) accepts backslash quoting by default.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use err/errx and warn/warnx where it makes sense.
Some sprintf -> snprintf, strcpy -> strncpy, and strcat -> strncat.
Honor $TMPDIR (based on changes from NetBSD)
Use __progname not "restore" (we could be called as rrestore).
Some -Wall happiness.
|
|
|
|
From Guy Harris <guy@netapp.com> via Kirk McKusick <mckusick@McKusick.COM>.
|
|
Fix rmt -> rst in man page and change ".Nm restore" -> ".Nm"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|