docs/91448: [patch] fdc(4) man page refers to non-existing device fd
Eugene Grosbein
eugen at grosbein.pp.ru
Sat Jan 7 09:50:04 UTC 2006
>Number: 91448
>Category: docs
>Synopsis: [patch] fdc(4) man page refers to non-existing device fd
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Sat Jan 07 09:50:02 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Eugene Grosbein
>Release: FreeBSD 6.0-RELEASE i386
>Organization:
Svyaz-Service JSC
>Environment:
System: FreeBSD grosbein.pp.ru 6.0-RELEASE FreeBSD 6.0-RELEASE #1: Fri Jan 6 20:35:37 KRAT 2006 root at grosbein.pp.ru:/mnt/usr/local/obj6/usr/src/sys/DADV i386
>Description:
man fdc mentions device fd in the SYNOPSIS section
>How-To-Repeat:
Try to include 'device fd' to the kernel config file.
make buildkernel fails:
config: Error: device "fd" is unknown
>Fix:
Apply this patch to src/share/man/man4/fdc.4
--- fdc.4.orig Sat Jan 7 16:11:54 2006
+++ fdc.4 Sat Jan 7 16:12:48 2006
@@ -27,7 +27,7 @@
.\"
.\" $FreeBSD: src/share/man/man4/fdc.4,v 1.34 2004/07/15 16:47:31 njl Exp $
.\"
-.Dd July 15, 2004
+.Dd January 7, 2006
.Dt FDC 4
.Os
.Sh NAME
@@ -35,7 +35,6 @@
.Nd "PC architecture floppy disk controller driver"
.Sh SYNOPSIS
.Cd device fdc
-.Cd device fd
.Pp
In
.Pa /boot/device.hints :
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list