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

Submitted by:	ru
This commit is contained in:
Ed Maste 2010-02-10 00:18:15 +00:00
parent 3a921aa75d
commit a0b96fd411
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203735
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);
}