| Summary: | /etc/disktab has incomplete duplication of manpage info | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Gary W. Swearingen <swear> | ||||
| Component: | conf | Assignee: | ru <ru> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 4.7-STABLE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Could someone please do SOMETHING with this PR which has been sitting in the DB with a patch for 2.5 years without a single followup. All it does is delete some poorly-maintained stuff that's better maintained in the file's manpage. ru 2006-10-14 16:39:04 UTC
FreeBSD src repository
Modified files:
etc disktab
Log:
Replace duplicate and not quite accurate capabilities
description with a reference to the disktab(5) manpage.
PR: doc/48105
Revision Changes Path
1.26 +1 -27 src/etc/disktab
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Responsible Changed From-To: freebsd-bugs->ru |
/etc/disktab has a list of field descriptions which is incomplete and which has slightly different descriptions of fields than the disktab(5) manpage. Having this info in this file is an extra maintenance task which is not worth the effort and it should be replaced with a reference to the manpage. ================ Fix: Apply this patch, based on # $FreeBSD: src/etc/etc.i386/disktab,v 1.20.2.2 2002/04/15 00:44:15 dougb Exp $ to two files: /usr/src/etc/etc.i386/disktab /usr/src/etc/etc.alpha/disktab How-To-Repeat: n/a ================