diff options
author | Ian Dowse <iedowse@FreeBSD.org> | 2001-01-03 13:53:48 +0000 |
---|---|---|
committer | Ian Dowse <iedowse@FreeBSD.org> | 2001-01-03 13:53:48 +0000 |
commit | fefd74d87c78c2f2d261f31a145e809bac2b885b (patch) | |
tree | a099a3e8378d66446f11d4fe2311ac0544304f9a /sbin | |
parent | 3e27dc3164fb6c5f52568001279b89f095bb8793 (diff) | |
download | src-fefd74d87c78c2f2d261f31a145e809bac2b885b.tar.gz src-fefd74d87c78c2f2d261f31a145e809bac2b885b.zip |
Document fsck_ffs's new SIGINFO handler.
Reviewed by: sheldonh
Notes
Notes:
svn path=/head/; revision=70633
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/fsck_ffs/fsck_ffs.8 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sbin/fsck_ffs/fsck_ffs.8 b/sbin/fsck_ffs/fsck_ffs.8 index 3ebf01125685..df1c5027c417 100644 --- a/sbin/fsck_ffs/fsck_ffs.8 +++ b/sbin/fsck_ffs/fsck_ffs.8 @@ -129,6 +129,18 @@ This is useful when you want to finish the filesystem checks during an automatic reboot, but do not want the machine to come up multiuser after the checks complete. .Pp +If +.Nm +receives a +.Dv SIGINFO +(see the +.Dq status +argument for +.Xr stty 1 ) +signal, a line will be written to the standard output indicating +the name of the device currently being checked, the current phase +number and phase-specific progress information. +.Pp Without the .Fl p option, |