Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/fsck_udf New sentence, new line. Sort options.
details: https://anonhg.NetBSD.org/src/rev/f9624ecb7363
branches: trunk
changeset: 364685:f9624ecb7363
user: wiz <wiz%NetBSD.org@localhost>
date: Wed Apr 06 13:41:13 2022 +0000
description:
New sentence, new line. Sort options.
diffstat:
sbin/fsck_udf/fsck_udf.8 | 55 ++++++++++++++++++++++++-----------------------
1 files changed, 28 insertions(+), 27 deletions(-)
diffs (106 lines):
diff -r 558efe696bcd -r f9624ecb7363 sbin/fsck_udf/fsck_udf.8
--- a/sbin/fsck_udf/fsck_udf.8 Wed Apr 06 13:39:06 2022 +0000
+++ b/sbin/fsck_udf/fsck_udf.8 Wed Apr 06 13:41:13 2022 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: fsck_udf.8,v 1.1 2022/04/06 13:35:50 reinoud Exp $
+.\" $NetBSD: fsck_udf.8,v 1.2 2022/04/06 13:41:13 wiz Exp $
.\"
.\" Copyright (C) 2022 Reinoud Zandijk
.\" Based on fsck_msdos(8) by
@@ -31,32 +31,32 @@
.Os
.Sh NAME
.Nm fsck_udf
-.Nd Universal Disk Format filesystem consistency checker
+.Nd Universal Disk Format file system consistency checker
.Sh SYNOPSIS
.Nm
.Fl p
.Op Fl fH
-.Ar filesystem ...
+.Ar file system ...
.Nm
-.Op Fl sSynfH
-.Ar filesystem ...
+.Op Fl fHnSsy
+.Ar file system ...
.Sh DESCRIPTION
The
.Nm
utility verifies and repairs
.Tn Universal Disk Format
-filesystems (more commonly known as
+file systems (more commonly known as
.Tn UDF
-filesystems).
+file systems).
.Pp
The first form of
.Nm
-preens the specified filesystems.
+preens the specified file systems.
It is normally started by
.Xr fsck 8
run from
.Pa /etc/rc
-during automatic reboot, when an UDF filesystem is detected.
+during automatic reboot, when an UDF file system is detected.
When preening file systems,
.Nm
will fix common inconsistencies non-interactively.
@@ -75,30 +75,31 @@
.Bl -tag -width XXXoptions
.It Fl f
Force detailed checking even when file system is marked closed.
+.It Fl H
+Enables heuristic repair options repairing known corruptions in the wild
+caused by bugs.
.It Fl n
Causes
.Nm
-to assume no as the answer to all operator
-questions.
+to assume no as the answer to all operator questions.
.It Fl p
-Preen the specified filesystems.
+Preen the specified file systems.
+.It Fl S
+Causes
+.Nm
+to scan for older VAT tables on recordable media.
+This allows older snapshots of the file system on recordable media to
+be recovered.
+.It Fl s Ar session
+Select session
+.Ar session
+to be checked on recordable media.
+This allows older sessions of the file system on recordable media to
+be recovered.
.It Fl y
Causes
.Nm
to assume yes as the answer to all operator questions.
-.It Fl s Ar session
-Select session
-.Ar session
-to be checked on recordable media. This allows older sessions
-of the file system on recordable media to be recovered.
-.It Fl S
-Causes
-.Nm
-to scan for older VAT tables on recordable media. This allows older snapshots
-of the file system on recordable media to be recovered.
-.It Fl H
-Enables heuristic repair options repairing known corruptions in the wild
-caused by bugs.
.El
.Sh SEE ALSO
.Xr fsck 8 ,
@@ -111,5 +112,5 @@
.Nx 10.0 .
.Sh BUGS
.Nm
-is still under construction. Not all possible reparations are implemented.
-
+is still under construction.
+Not all possible reparations are implemented.
Home |
Main Index |
Thread Index |
Old Index