Bug 148697

Summary: [patch] u3g.4 duplicate "Is"
Product: Documentation Reporter: Warren Block <wblock>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Warren Block 2010-07-17 00:10:07 UTC
Duplicate "is" in u3g.4

Fix: Apply attached patch.

Patch attached with submission follows:
How-To-Repeat: % man 4 u3g | less "+/3G device is"
Comment 1 dfilter service freebsd_committer freebsd_triage 2010-07-17 01:29:52 UTC
Author: maxim
Date: Sat Jul 17 00:29:38 2010
New Revision: 210181
URL: http://svn.freebsd.org/changeset/base/210181

Log:
  o Fix typo: "is is" -> "is".
  
  PR:		docs/148697
  Submitted by:	Warren Block
  MFC after:	1 week

Modified:
  head/share/man/man4/u3g.4

Modified: head/share/man/man4/u3g.4
==============================================================================
--- head/share/man/man4/u3g.4	Sat Jul 17 00:12:41 2010	(r210180)
+++ head/share/man/man4/u3g.4	Sat Jul 17 00:29:38 2010	(r210181)
@@ -93,7 +93,7 @@ device will attach temporarily to a 3G d
 force it to switch to modem mode,
 The attach and detach of
 .Xr u3gstub
-and any driver disk device present on the 3G device is is hidden, unless the
+and any driver disk device present on the 3G device is hidden, unless the
 machine was booted in verbose mode (see
 .Xr boot 8 ) .
 To temporarily unhide the device, set
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 2 Maxim Konovalov freebsd_committer freebsd_triage 2010-07-17 01:30:10 UTC
State Changed
From-To: open->patched

Fixed.  Thanks!
Comment 3 Maxim Konovalov freebsd_committer freebsd_triage 2010-08-30 08:11:19 UTC
State Changed
From-To: patched->closed

Merged to RELENG_8.