Bug 36010

Summary: [PATCH] rename COMx: to COMx
Product: Documentation Reporter: Martin Heinen <martin>
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 Martin Heinen 2002-03-17 15:00:03 UTC
	Some parts of the documentation are using COM1:
	instead of COM1 to describe the first serial interface
	in MS-DOS.  The device name should be COM1, ':' was used
	as separator by the mode command.

	Used 's/(COM[0-9]):/$1/g' to strip off the trailing colons.

How-To-Repeat: 	Read the chapters 'Installing FreeBSD', 'Serial Communications',
	the 'Pedantic PPP Primer', and an old DOS manual (if you
	still have one :)
Comment 1 dd freebsd_committer freebsd_triage 2002-03-24 04:07:02 UTC
State Changed
From-To: open->closed

Applied, thanks.