summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2005-11-04 21:26:52 +0000
committerjmc <jmc@openbsd.org>2005-11-04 21:26:52 +0000
commit0fe7331c12785c7301479843a68e70a33a0a2878 (patch)
treefe87e1f6eaae18103140bfc7017651be65e9124a
parentdon't bother setting error in em_attach() since it's (diff)
downloadwireguard-openbsd-0fe7331c12785c7301479843a68e70a33a0a2878.tar.xz
wireguard-openbsd-0fe7331c12785c7301479843a68e70a33a0a2878.zip
update FILES, with some help from millert@;
-rw-r--r--usr.bin/window/window.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/window/window.1 b/usr.bin/window/window.1
index 3686e0a0bab..c6aa89b06d4 100644
--- a/usr.bin/window/window.1
+++ b/usr.bin/window/window.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: window.1,v 1.20 2005/08/26 08:00:19 jmc Exp $
+.\" $OpenBSD: window.1,v 1.21 2005/11/04 21:26:52 jmc Exp $
.\" $NetBSD: window.1,v 1.3 1995/09/28 10:35:05 tls Exp $
.\"
.\" Copyright (c) 1985, 1990, 1993
@@ -1042,10 +1042,10 @@ utilizes these environment variables:
.Ev TERMCAP ,
.Ev WINDOW_ID .
.Sh FILES
-.Bl -tag -width /dev/[pt]ty[pq]? -compact
+.Bl -tag -width "/dev/[pt]ty[p-zP-T][0-9a-zA-Z]?XX" -compact
.It Pa ~/.windowrc
startup command file
-.It Pa /dev/[pt]ty[pq]?
+.It Pa /dev/[pt]ty[p-zP-T][0-9a-zA-Z]?
pseudo-terminal devices
.El
.Sh HISTORY