From 1d7b6f95138f7fcbafa55a548d6e3daacab33bab Mon Sep 17 00:00:00 2001
From: Lawson Whitney <lawson_whitney@juno.com>
Date: Mon, 25 Dec 2000 23:48:54 +0000
Subject: [PATCH] Removed trailing garbage after [serialports] device name.

---
 documentation/samples/config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/samples/config b/documentation/samples/config
index 1ffcf72509a..b939f30b88e 100644
--- a/documentation/samples/config
+++ b/documentation/samples/config
@@ -144,7 +144,7 @@ WINE REGISTRY Version 2
 [serialports]
 "Com1" = "/dev/ttyS0"
 "Com2" = "/dev/ttyS1"
-"Com3" = "/dev/modem,38400"
+"Com3" = "/dev/ttyS2"
 "Com4" = "/dev/modem"
 
 [parallelports]
-- 
GitLab