NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: misc/37958 (iic(4) manpage(s) missing.)



The following reply was made to PR misc/37958; it has been noted by GNATS.

From: "Martin S. Weber" <Ephaeton%gmx.net@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: misc/37958 (iic(4) manpage(s) missing.)
Date: Thu, 25 Feb 2010 11:44:54 -0500

 --/04w6evG8XlLl3ft
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 After wiz@ made me aware of some issues with my patch, here's
 another one.  This time I kept the sorted sections; did not add a
 period at the end of referenced man pages; found another one that
 is referenced from iic(4) but not vice versa (amdpm); found another
 one that should refer to iic(4) (dbcool).  Also Thomas asked why
 the link to iic(9) should be *replaced* by iic(4) instead the latter
 being added. My answer was two-fold - 1) prior art (compare pcmcia(4)
 and its devices - the latter do not refer to pcmcia(9) but to (4))
 and 2) imho it makes more sense - section 4 is for kernel
 options/configs, section 9 is for kernel internals. The audience
 is different - 4 is the general user who is building her own kernel,
 while 9 is the hacker who is building her own device drivers or
 learning from NetBSD to improve apple internals ;)
 
 -Martin
 
 
 --/04w6evG8XlLl3ft
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename=p
 
 Index: amdpm.4
 ===================================================================
 RCS file: /cvsroot/src/share/man/man4/amdpm.4,v
 retrieving revision 1.6
 diff -w -u -i -t -r1.6 amdpm.4
 --- amdpm.4    30 Apr 2008 13:10:53 -0000      1.6
 +++ amdpm.4    25 Feb 2010 16:40:02 -0000
 @@ -41,6 +41,7 @@
  provides support for the AMD768 Power Management Controller
  and for the AMD8111 System Management Controller.
  .Sh SEE ALSO
 +.Xr iic 4 ,
  .Xr pci 4 ,
  .Xr rnd 4
  .Sh HISTORY
 Index: cuda.4
 ===================================================================
 RCS file: /cvsroot/src/share/man/man4/cuda.4,v
 retrieving revision 1.4
 diff -w -u -i -t -r1.4 cuda.4
 --- cuda.4     9 Mar 2009 19:24:28 -0000       1.4
 +++ cuda.4     25 Feb 2010 16:40:02 -0000
 @@ -48,4 +48,4 @@
  .Xr obio 4 ,
  .Xr pmu 4 ,
  .Xr sgsmix 4 ,
 -.Xr iic 9
 +.Xr iic 4
 Index: dbcool.4
 ===================================================================
 RCS file: /cvsroot/src/share/man/man4/dbcool.4,v
 retrieving revision 1.5
 diff -w -u -i -t -r1.5 dbcool.4
 --- dbcool.4   25 Feb 2010 02:19:28 -0000      1.5
 +++ dbcool.4   25 Feb 2010 16:40:02 -0000
 @@ -255,6 +255,7 @@
  .Ed
  .Sh SEE ALSO
  .Xr envsys 4 ,
 +.Xr iic 4 ,
  .Xr envstat 8 ,
  .Xr powerd 8 ,
  .Xr sysctl 8
 Index: rs5c372rtc.4
 ===================================================================
 RCS file: /cvsroot/src/share/man/man4/rs5c372rtc.4,v
 retrieving revision 1.2
 diff -w -u -i -t -r1.2 rs5c372rtc.4
 --- rs5c372rtc.4       15 Sep 2005 15:14:37 -0000      1.2
 +++ rs5c372rtc.4       25 Feb 2010 16:40:02 -0000
 @@ -45,6 +45,7 @@
  interface defined in
  .Xr todr 9 .
  .Sh SEE ALSO
 +.Xr iic 4 ,
  .Xr todr 9
  .Sh HISTORY
  The
 Index: seeprom.4
 ===================================================================
 RCS file: /cvsroot/src/share/man/man4/seeprom.4,v
 retrieving revision 1.2
 diff -w -u -i -t -r1.2 seeprom.4
 --- seeprom.4  27 May 2009 19:24:00 -0000      1.2
 +++ seeprom.4  25 Feb 2010 16:40:02 -0000
 @@ -39,6 +39,8 @@
  available from a variety of vendors.
  .Pp
  Access to the contents of the memory is through a character device.
 +.Sh SEE ALSO
 +.Xr iic 4
  .Sh HISTORY
  The
  .Nm
 Index: sgsmix.4
 ===================================================================
 RCS file: /cvsroot/src/share/man/man4/sgsmix.4,v
 retrieving revision 1.3
 diff -w -u -i -t -r1.3 sgsmix.4
 --- sgsmix.4   9 Mar 2009 19:24:28 -0000       1.3
 +++ sgsmix.4   25 Feb 2010 16:40:02 -0000
 @@ -47,4 +47,4 @@
  .Sh SEE ALSO
  .Xr awacs 4 ,
  .Xr cuda 4 ,
 -.Xr iic 9
 +.Xr iic 4
 
 --/04w6evG8XlLl3ft--
 


Home | Main Index | Thread Index | Old Index