Bug 67719

Summary: share/man/man4: Inconsistent use of 'mbps' and 'Mbps'
Product: Documentation Reporter: Linh Pham <question+freebsdpr>
Component: Books & ArticlesAssignee: Colin Percival <cperciva>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
mbps2Mbps.diff none

Description Linh Pham 2004-06-08 17:40:23 UTC
When looking through some of the man pages on Ethernet devices, I noticed that
the use of 'mbps' and 'Mbps' were inconsistent, even within the same man page.

The majority of the man pages uses 'Mbps' over 'mbps', so the patch below
replaces instances of 'mbps' with 'Mbps'.

How-To-Repeat: cd /usr/src/share/man/man4
grep -l 'mbps' *
grep -l 'Mbps' *
Comment 1 Colin Percival freebsd_committer freebsd_triage 2004-06-12 22:47:54 UTC
State Changed
From-To: open->patched

Fixed in -current.  I'll MFC in a week. 


Comment 2 Colin Percival freebsd_committer freebsd_triage 2004-06-12 22:47:54 UTC
Responsible Changed
From-To: freebsd-doc->cperciva

Fixed in -current.  I'll MFC in a week.
Comment 3 Colin Percival freebsd_committer freebsd_triage 2004-06-19 02:53:05 UTC
State Changed
From-To: patched->closed

MFC done