diff options
author | iedowse <iedowse@FreeBSD.org> | 2001-01-03 13:53:48 +0000 |
---|---|---|
committer | iedowse <iedowse@FreeBSD.org> | 2001-01-03 13:53:48 +0000 |
commit | 05f978a26a923bcae7ae2e8a3c9f62815f8eda1b (patch) | |
tree | e1b9a6f9be9aa71bfdce17561192b68fb060c867 | |
parent | a722f848127c59d14cbeb56f48f9a00189e1409f (diff) | |
download | FreeBSD-src-05f978a26a923bcae7ae2e8a3c9f62815f8eda1b.zip FreeBSD-src-05f978a26a923bcae7ae2e8a3c9f62815f8eda1b.tar.gz |
Document fsck_ffs's new SIGINFO handler.
Reviewed by: sheldonh
-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 3ebf011..df1c502 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, |