diff options
author | mpp <mpp@FreeBSD.org> | 1996-04-07 00:06:21 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-04-07 00:06:21 +0000 |
commit | 86b292ffbd52cf8fb3f73834b0571641724258fb (patch) | |
tree | a3ba6912210e1b413706c71ed63a536ccf343f46 /usr.bin/window | |
parent | 427df293eed445a29412d2cbcccd03a733389070 (diff) | |
download | FreeBSD-src-86b292ffbd52cf8fb3f73834b0571641724258fb.zip FreeBSD-src-86b292ffbd52cf8fb3f73834b0571641724258fb.tar.gz |
Correct some man page cross references and file location references.
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 8d91596..6f32797 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 |