diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-10 15:37:31 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-10 15:37:31 +0000 |
commit | 9ed5e52c3e2b916370dea9e103c4f14113e6b175 (patch) | |
tree | 2406878a9633d6674d328f02ff7d72bb2a17e34f /usr.bin/window/window.1 | |
parent | 2dc13aa46d1530f4d4e87d647b30cc017f2776a5 (diff) |
these pages all had bad section numbers in the .Xr's;
lots of help and ok millert@
Diffstat (limited to 'usr.bin/window/window.1')
-rw-r--r-- | usr.bin/window/window.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/window/window.1 b/usr.bin/window/window.1 index 4809d2d7af9..ed9f30d814a 100644 --- a/usr.bin/window/window.1 +++ b/usr.bin/window/window.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: window.1,v 1.13 2003/01/16 18:28:10 millert Exp $ +.\" $OpenBSD: window.1,v 1.14 2003/03/10 15:37:30 jmc Exp $ .\" $NetBSD: window.1,v 1.3 1995/09/28 10:35:05 tls Exp $ .\" .\" Copyright (c) 1985, 1990, 1993 @@ -143,11 +143,11 @@ process environment tailored to that window. Its standard input, output, and diagnostic file descriptors are bound to one end of either a pseudo-terminal -.Xr (pty 4 ) +.Pq Xr pty 4 or a .Ux domain socket -.Xr (socketpair 4 ) . +.Pq Xr socketpair 2 . If a pseudo-terminal is used, then its special characters and modes (see .Xr stty 1 ) @@ -157,7 +157,7 @@ A .Xr termcap 5 entry tailored to this window is created and passed as environment -.Xr (environ 5 ) +.Pq Xr environ 7 variable .Ev TERMCAP . The termcap entry contains the window's size and |