diff options
author | guido <guido@FreeBSD.org> | 2004-01-29 15:14:03 +0000 |
---|---|---|
committer | guido <guido@FreeBSD.org> | 2004-01-29 15:14:03 +0000 |
commit | 27e023aa19c09b649bda8df82a2b34f585783d64 (patch) | |
tree | cfa59f76cbe2d11c3b3931b65a546a711b8a51ad /sbin | |
parent | 85f33cbeb48bee77c2e7f04fbdc034bbc469bcd9 (diff) | |
download | FreeBSD-src-27e023aa19c09b649bda8df82a2b34f585783d64.zip FreeBSD-src-27e023aa19c09b649bda8df82a2b34f585783d64.tar.gz |
Style(9) option sorting
Submitted by: Ruslan Ermilov <ru@FreeBSD.org>
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/mount/mount.8 | 2 | ||||
-rw-r--r-- | sbin/mount/mount.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 7aac5db..04782b3 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -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 diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c index 3780925..e968786 100644 --- a/sbin/mount/mount.c +++ b/sbin/mount/mount.c @@ -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); } |