diff options
author | joel <joel@FreeBSD.org> | 2012-03-25 09:20:14 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2012-03-25 09:20:14 +0000 |
commit | 2f38aba47ae977c9f96e941fffeeb0f3ef374e94 (patch) | |
tree | 6692ad3a2de20400886fa86d06c77e88404d512a /bin/stty | |
parent | 1d7fe3f6fd1eb03e429f84b4263d872e33a511fc (diff) | |
download | FreeBSD-src-2f38aba47ae977c9f96e941fffeeb0f3ef374e94.zip FreeBSD-src-2f38aba47ae977c9f96e941fffeeb0f3ef374e94.tar.gz |
Remove superfluous paragraph macro.
Diffstat (limited to 'bin/stty')
-rw-r--r-- | bin/stty/stty.1 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/stty/stty.1 b/bin/stty/stty.1 index d2741ed..11d64fe 100644 --- a/bin/stty/stty.1 +++ b/bin/stty/stty.1 @@ -90,7 +90,6 @@ to restore the current terminal state as per The following arguments are available to set the terminal characteristics: .Ss Control Modes: -.Pp Control mode flags affect hardware characteristics associated with the terminal. This corresponds to the c_cflag in the termios structure. @@ -256,7 +255,6 @@ Do not (do) output CRs at column zero. On the terminal NL performs (does not perform) the CR function. .El .Ss Local Modes: -.Pp Local mode flags (lflags) affect various and sundry characteristics of terminal processing. Historically the term "local" pertained to new job control features @@ -513,7 +511,6 @@ The size of the terminal is printed as two numbers on a single line, first rows, then columns. .El .Ss Compatibility Modes: -.Pp These modes remain for compatibility with the previous version of the .Nm |