git: 3a212cc66ad1 - main - sbin/{ffsinfo,mount,newfs}: reference ffs(4) in man pages
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Nov 2024 22:01:43 UTC
The branch main has been updated by fuz:
URL: https://cgit.FreeBSD.org/src/commit/?id=3a212cc66ad1b5d6c1dc97eb07143e919a123491
commit 3a212cc66ad1b5d6c1dc97eb07143e919a123491
Author: David Gilbert <dave@daveg.ca>
AuthorDate: 2024-11-25 21:57:20 +0000
Commit: Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-11-25 21:57:20 +0000
sbin/{ffsinfo,mount,newfs}: reference ffs(4) in man pages
PR: 282867
MFC: stable/14
Approved by: mhorne (via IRC)
---
sbin/ffsinfo/ffsinfo.8 | 3 ++-
sbin/mount/mount.8 | 3 ++-
sbin/newfs/newfs.8 | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/sbin/ffsinfo/ffsinfo.8 b/sbin/ffsinfo/ffsinfo.8
index 4d76acd0ba0a..6daa9a79c9e9 100644
--- a/sbin/ffsinfo/ffsinfo.8
+++ b/sbin/ffsinfo/ffsinfo.8
@@ -36,7 +36,7 @@
.\"
.\" $TSHeader: src/sbin/ffsinfo/ffsinfo.8,v 1.3 2000/12/12 19:30:55 tomsoft Exp $
.\"
-.Dd September 8, 2000
+.Dd November 19, 2024
.Dt FFSINFO 8
.Os
.Sh NAME
@@ -120,6 +120,7 @@ to
.Pa /var/tmp/ffsinfo
with all available information.
.Sh SEE ALSO
+.Xr ffs 4 ,
.Xr dumpfs 8 ,
.Xr fsck 8 ,
.Xr gpart 8 ,
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8
index ac04ba409ec6..7bb4eefe03ff 100644
--- a/sbin/mount/mount.8
+++ b/sbin/mount/mount.8
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd January 24, 2024
+.Dd November 19, 2024
.Dt MOUNT 8
.Os
.Sh NAME
@@ -568,6 +568,7 @@ support for a particular file system might be provided either on a static
.Xr cd9660 4 ,
.Xr devfs 4 ,
.Xr ext2fs 4 ,
+.Xr ffs 4 ,
.Xr mac 4 ,
.Xr procfs 4 ,
.Xr tarfs 4 ,
diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8
index 5be4b5d03f74..daf568fe6a33 100644
--- a/sbin/newfs/newfs.8
+++ b/sbin/newfs/newfs.8
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd May 18, 2024
+.Dd November 19, 2024
.Dt NEWFS 8
.Os
.Sh NAME
@@ -350,6 +350,7 @@ than the historical defaults
This large fragment size may lead to much wasted space
on file systems that contain many small files.
.Sh SEE ALSO
+.Xr ffs 4 ,
.Xr geom 4 ,
.Xr disktab 5 ,
.Xr fs 5 ,