diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1996-04-07 00:06:21 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1996-04-07 00:06:21 +0000 |
| commit | 906c1e27fc15d09fe630e425166401aaea7020a5 (patch) | |
| tree | a3ba6912210e1b413706c71ed63a536ccf343f46 /usr.bin/window | |
| parent | d9fb9dd03eadc5ebc521f0cbfc9c773cf90efe8a (diff) | |
Notes
Diffstat (limited to 'usr.bin/window')
| -rw-r--r-- | usr.bin/window/window.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/window/window.1 b/usr.bin/window/window.1 index 8d9159678ba3..6f3279737594 100644 --- a/usr.bin/window/window.1 +++ b/usr.bin/window/window.1 @@ -128,12 +128,12 @@ itself. With each newly created window, a shell program is spawned with its 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 ) +a pseudo-terminal (see +.Xr pty 4 ) or a .Ux -domain socket -.Xr (socketpair 4 ) . +domain socket (see +.Xr socketpair 2 ) . If a pseudo-terminal is used, then its special characters and modes (see .Xr stty 1 ) @@ -141,8 +141,8 @@ are copied from the physical terminal. A .Xr termcap 5 entry tailored to this window is created -and passed as environment -.Xr (environ 7 ) +and passed as environment (see +.Xr environ 7 ) variable .Ev TERMCAP . The termcap entry contains the window's size and |
