diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2004-01-12 22:18:25 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2004-01-12 22:18:25 +0000 |
commit | b556a24e566cf6eba89e08a69e24e2739d6de862 (patch) | |
tree | a6d6dd358356e543c74b24eea8bb527263cc002b /share | |
parent | f24d8e0162ba300bdcc4f4a4577071b11ec6fefb (diff) |
utty[0-9a-f] -> /dev/ttyU[0-9a-zA-Z]; prompted by & ok deraadt@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/ucom.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/ucom.4 b/share/man/man4/ucom.4 index df419bf4a1f..d6fe9fa902f 100644 --- a/share/man/man4/ucom.4 +++ b/share/man/man4/ucom.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ucom.4,v 1.7 2003/04/09 04:29:03 jmc Exp $ +.\" $OpenBSD: ucom.4,v 1.8 2004/01/12 22:18:24 todd Exp $ .\" $NetBSD: ucom.4,v 1.3 2000/04/14 14:55:18 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -70,7 +70,7 @@ locator can be used to decide which port to use for devices that have multiple external ports. .Sh FILES .Bl -tag -width Pa -.It Pa /dev/utty? +.It Pa /dev/ttyU? .El .Sh SEE ALSO .Xr intro 4 , |