Style(9) option sorting

Submitted by:	Ruslan Ermilov <ru@FreeBSD.org>
This commit is contained in:
Guido van Rooij 2004-01-29 15:14:03 +00:00
parent f279a36c6e
commit c14d21f6cf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125200
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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);
}