Bug 123111

Summary: link only unidirectional between cpufreq(4) and powerd(8)
Product: Documentation Reporter: Andrew Hamilton-Wright <andrew>
Component: Books & ArticlesAssignee: Daniel Gerzo <danger>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Andrew Hamilton-Wright 2008-04-26 15:30:01 UTC
	

	On the powerd(8) man page there is a SEE ALSO link to
	cpufreq(4), however it would be very nice to have a
	pointer to powerd(8) for those reading at the device
	level.

Fix: 

add "powerd(8)" to the SEE ALSO list on the cpufreq(4) man
	page.
How-To-Repeat: 	
	man 8 powerd
	man 4 cpufreq
Comment 1 Andrew Hamilton-Wright 2008-04-28 00:21:03 UTC
Apologies -- I sent this a moment ago with a subject line
referring (incorrectly) to doc/12311, instead of doc/123111

Below is my my suggested one-line change to the roff source to
 	/usr/share/man/man4/cpufreq.4.gz


--- cpufreq.4.old	2008-04-27 19:33:55.000000000 -0300
+++ cpufreq.4.new	2008-04-27 19:33:41.000000000 -0300
@@ -286,6 +286,7 @@
.Dv CPUFREQ_VAL_UNKNOWN .
.Sh SEE ALSO
.Xr acpi 4 ,
+.Xr powerd 8 ,
.Xr sysctl 8
.Sh AUTHORS
.An Nate Lawson
Comment 2 Daniel Gerzo freebsd_committer freebsd_triage 2008-06-21 00:04:47 UTC
Responsible Changed
From-To: freebsd-doc->danger

Grab
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-06-21 00:04:51 UTC
danger      2008-06-20 23:04:34 UTC

  FreeBSD src repository

  Modified files:
    share/man/man4       cpufreq.4 
  Log:
  SVN rev 179903 on 2008-06-20 23:04:34Z by danger
  
  - link powerd(8) man page
  
  PR:             docs/123111
  MFC after:      3 days
  
  Revision  Changes    Path
  1.16      +1 -0      src/share/man/man4/cpufreq.4
_______________________________________________
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"
Comment 4 Daniel Gerzo freebsd_committer freebsd_triage 2008-06-21 00:05:03 UTC
State Changed
From-To: open->patched

I have linked powerd(8) as per your request. 
I will MFC this change after ca. 3 days.
Comment 5 dfilter service freebsd_committer freebsd_triage 2008-06-23 09:02:16 UTC
danger      2008-06-23 08:01:53 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    share/man/man4       ciss.4 cpufreq.4 
  Log:
  SVN rev 179948 on 2008-06-23 08:01:53Z by danger
  
  MFC rev. 179903: link powerd(8) man page
  
  PR:             docs/123111
  
  Revision  Changes    Path
  1.14.2.4  +0 -0      src/share/man/man4/ciss.4
  1.15.2.1  +1 -0      src/share/man/man4/cpufreq.4
_______________________________________________
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"
Comment 6 dfilter service freebsd_committer freebsd_triage 2008-06-23 09:07:18 UTC
danger      2008-06-23 08:06:55 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    share/man/man4       ciss.4 cpufreq.4 
  Log:
  SVN rev 179949 on 2008-06-23 08:06:55Z by danger
  
  - MFC rev 179903: link powerd(8) man page
  
  PR:             docs/123111
  
  Revision  Changes    Path
  1.11.2.6  +0 -0      src/share/man/man4/ciss.4
  1.10.2.5  +1 -0      src/share/man/man4/cpufreq.4
_______________________________________________
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"
Comment 7 Daniel Gerzo freebsd_committer freebsd_triage 2008-06-23 10:04:20 UTC
State Changed
From-To: patched->closed

The change has been MFC-ed to the -STABLE branches, so close this ticket.