Module Name: src
Committed By: dholland
Date: Mon Dec 30 08:42:00 UTC 2013
Modified Files:
src/share/man/man4: fd.4
Log Message:
Add cross reference to mount_fdesc(8), as noted a while back in PR 45694.
Also add a note that the floppy driver is documented in fdc(4). Bump date.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/fd.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/fd.4
diff -u src/share/man/man4/fd.4:1.5 src/share/man/man4/fd.4:1.6
--- src/share/man/man4/fd.4:1.5 Thu Aug 7 10:31:02 2003
+++ src/share/man/man4/fd.4 Mon Dec 30 08:42:00 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: fd.4,v 1.5 2003/08/07 10:31:02 agc Exp $
+.\" $NetBSD: fd.4,v 1.6 2013/12/30 08:42:00 dholland Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)fd.4 8.1 (Berkeley) 6/9/93
.\"
-.Dd June 9, 1993
+.Dd December 29, 2013
.Dt FD 4
.Os
.Sh NAME
@@ -86,4 +86,11 @@ are ignored.
.It Pa /dev/stderr
.El
.Sh SEE ALSO
-.Xr tty 4
+.Xr tty 4 ,
+.Xr mount_fdesc 8
+.Ss NOTE
+The floppy disk driver on some ports is also called
+.Nm fd ;
+see
+.Xr fdc 4
+for its documentation.