Module Name: src Committed By: wiz Date: Wed Apr 6 13:41:14 UTC 2022
Modified Files: src/sbin/fsck_udf: fsck_udf.8 Log Message: New sentence, new line. Sort options. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sbin/fsck_udf/fsck_udf.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sbin/fsck_udf/fsck_udf.8 diff -u src/sbin/fsck_udf/fsck_udf.8:1.1 src/sbin/fsck_udf/fsck_udf.8:1.2 --- src/sbin/fsck_udf/fsck_udf.8:1.1 Wed Apr 6 13:35:50 2022 +++ src/sbin/fsck_udf/fsck_udf.8 Wed Apr 6 13:41:13 2022 @@ -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 @@ The options are as follows: .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. -.It Fl y +Preen the specified file systems. +.It Fl S Causes .Nm -to assume yes as the answer to all operator questions. +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 S +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 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. +to assume yes as the answer to all operator questions. .El .Sh SEE ALSO .Xr fsck 8 , @@ -111,5 +112,5 @@ utility appeared in .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.