Style(9) option sorting
Submitted by: Ruslan Ermilov <ru@FreeBSD.org>
This commit is contained in:
parent
f279a36c6e
commit
c14d21f6cf
@ -41,8 +41,8 @@
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl adfpruvw
|
||||
.Op Fl o Ar options
|
||||
.Op Fl F Ar fstab
|
||||
.Op Fl o Ar options
|
||||
.Op Fl t Ar ufs | external_type
|
||||
.Nm
|
||||
.Op Fl dfpruvw
|
||||
|
@ -706,7 +706,7 @@ usage()
|
||||
|
||||
(void)fprintf(stderr, "%s\n%s\n%s\n",
|
||||
"usage: mount [-dfpruvw] [-o options] [-t ufs | external_type] special node",
|
||||
" mount [-adfpruvw] [-o options] [ -F fstab] [-t ufs | external_type]",
|
||||
" mount [-adfpruvw] [ -F fstab] [-o options] [-t ufs | external_type]",
|
||||
" mount [-dfpruvw] special | node");
|
||||
exit(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user