diff options
author | yar <yar@FreeBSD.org> | 2007-05-24 09:43:41 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2007-05-24 09:43:41 +0000 |
commit | 60ab7af6256302e2cc03ba7b3d298ecb6ba36d85 (patch) | |
tree | cc745fac9cd3e43bbb19dc1f3d386169c9872c5b /share/man/man4/pty.4 | |
parent | 83a9e56e14485bb2c967b00f6c1e0122a0b3a026 (diff) | |
download | FreeBSD-src-60ab7af6256302e2cc03ba7b3d298ecb6ba36d85.zip FreeBSD-src-60ab7af6256302e2cc03ba7b3d298ecb6ba36d85.tar.gz |
Fix a formatting error: the list of control packets ends earlier.
Diffstat (limited to 'share/man/man4/pty.4')
-rw-r--r-- | share/man/man4/pty.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/pty.4 b/share/man/man4/pty.4 index aa4a51f..868c710 100644 --- a/share/man/man4/pty.4 +++ b/share/man/man4/pty.4 @@ -118,6 +118,7 @@ is .It Dv TIOCPKT_NOSTOP whenever the start and stop characters are not .Ql ^S/^Q . +.El .Pp While this mode is in use, the presence of control status information to be read from the master side may be detected by a @@ -133,7 +134,6 @@ to implement a remote-echoed, locally flow-controlled remote login with proper back-flushing of output; it can be used by other similar programs. -.El .It Dv TIOCUCNTL Enable/disable a mode that allows a small number of simple user .Xr ioctl 2 |