diff options
author | nik <nik@FreeBSD.org> | 2001-02-12 17:50:14 +0000 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 2001-02-12 17:50:14 +0000 |
commit | 64c001d954b285cf694f4623d48a8e6a4d96e78c (patch) | |
tree | 3330c33329bd385ec52c433eb73f8ca52e5afaff | |
parent | 9952429b5f43462101168dac1d96930c7d80281a (diff) | |
download | FreeBSD-src-64c001d954b285cf694f4623d48a8e6a4d96e78c.zip FreeBSD-src-64c001d954b285cf694f4623d48a8e6a4d96e78c.tar.gz |
Use ".Nm fsck_ffs", so that this turns up in whatis(1), and others.
Add .Xr to fsck.
Prompted by: JM Jr's script that shows binaries with no whatis info
Reviewed by: adrian
-rw-r--r-- | sbin/fsck_ffs/fsck_ffs.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/fsck_ffs/fsck_ffs.8 b/sbin/fsck_ffs/fsck_ffs.8 index df1c502..bc2863f 100644 --- a/sbin/fsck_ffs/fsck_ffs.8 +++ b/sbin/fsck_ffs/fsck_ffs.8 @@ -34,10 +34,11 @@ .\" $FreeBSD$ .\" .Dd November 15, 1996 -.Dt FSCK 8 +.Dt FSCK_FFS 8 .Os BSD 4 .Sh NAME -.Nm fsck +.Nm fsck_ffs , +.Nm fsck_ufs .Nd filesystem consistency check and interactive repair .Sh SYNOPSIS .Nm @@ -329,6 +330,7 @@ are fully enumerated and explained in Appendix A of .Sh SEE ALSO .Xr fs 5 , .Xr fstab 5 , +.Xr fsck 8 , .Xr fsdb 8 , .Xr newfs 8 , .Xr reboot 8 |