Add new -o option (r203042) to manpage synopsis and usage().

Submitted by:	ru
This commit is contained in:
emaste 2010-02-10 00:18:15 +00:00
parent 3d4c1b73b9
commit aee409aeac
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
.Nd display information about the system
.Sh SYNOPSIS
.Nm
.Op Fl aimnprsv
.Op Fl aimnoprsv
.Sh DESCRIPTION
The
.Nm

View File

@ -245,6 +245,6 @@ NATIVE_SYSCTLNAME_GET(ident, "kern.ident") {
void
usage(void)
{
fprintf(stderr, "usage: uname [-aimnprsv]\n");
fprintf(stderr, "usage: uname [-aimnoprsv]\n");
exit(1);
}