mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-24 07:40:52 +00:00
Fix some 'SYNOPSIS' and 'usage' messages.
This commit is contained in:
parent
abec7762ba
commit
5af4935a22
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=102464
@ -94,7 +94,7 @@ By default, the same output file name is used for each volume
|
||||
after prompting the operator to change media.
|
||||
.Pp
|
||||
The file system to be dumped is specified by the argument
|
||||
.Ar file system
|
||||
.Ar filesystem
|
||||
as either its device-special file or its mount point
|
||||
(if that is in a standard entry in
|
||||
.Pa /etc/fstab ) .
|
||||
|
@ -46,7 +46,7 @@
|
||||
.Op Fl b Ar block#
|
||||
.Op Fl c Ar level
|
||||
.Op Fl m Ar mode
|
||||
.Ar file system
|
||||
.Ar filesystem
|
||||
.Ar ...
|
||||
.Sh DESCRIPTION
|
||||
The specified disk partitions and/or file systems are checked.
|
||||
|
@ -42,10 +42,10 @@
|
||||
.Nm
|
||||
.Fl p
|
||||
.Op Fl f
|
||||
.Ar file system ...
|
||||
.Ar filesystem ...
|
||||
.Nm
|
||||
.Op Fl fny
|
||||
.Ar file system ...
|
||||
.Ar filesystem ...
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
|
@ -59,7 +59,7 @@ static void usage(void) __dead2;
|
||||
static void
|
||||
usage()
|
||||
{
|
||||
errexit("usage: fsck_msdos [-fnpy] file system ... \n");
|
||||
errexit("usage: fsck_msdos [-fnpy] filesystem ... \n");
|
||||
}
|
||||
|
||||
int
|
||||
|
@ -41,7 +41,7 @@
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl NU
|
||||
.Op Fl O Ar file system-type
|
||||
.Op Fl O Ar filesystem-type
|
||||
.Op Fl S Ar sector-size
|
||||
.Op Fl T Ar disktype
|
||||
.Op Fl a Ar maxcontig
|
||||
@ -85,7 +85,7 @@ For backward compatibility.
|
||||
.It Fl N
|
||||
Cause the file system parameters to be printed out
|
||||
without really creating the file system.
|
||||
.It Fl O Ar file system-type
|
||||
.It Fl O Ar filesystem-type
|
||||
Use 1 to specify that a UFS1 format file system be built;
|
||||
use 2 to specify that a UFS2 format file system be built.
|
||||
The default is UFS1 format, but will eventually be changed to UFS2.
|
||||
|
@ -46,7 +46,7 @@
|
||||
.Op Fl g
|
||||
.Op Fl u
|
||||
.Op Fl v
|
||||
.Ar file system
|
||||
.Ar filesystem
|
||||
.Ar
|
||||
.Nm
|
||||
.Op Fl g
|
||||
|
@ -217,7 +217,7 @@ usage()
|
||||
{
|
||||
(void)fprintf(stderr, "%s\n%s\n",
|
||||
"usage: quotacheck -a [-guv]",
|
||||
" quotacheck [-guv] filesys ...");
|
||||
" quotacheck [-guv] filesystem ...");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
@ -49,7 +49,7 @@
|
||||
.Op Fl o Cm space | time
|
||||
.Op Fl p
|
||||
.Op Fl s Ar avgfpdir
|
||||
.Ar special | file system
|
||||
.Ar special | filesystem
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
|
Loading…
Reference in New Issue
Block a user