summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2012-03-25 09:20:14 +0000
committerjoel <joel@FreeBSD.org>2012-03-25 09:20:14 +0000
commit2f38aba47ae977c9f96e941fffeeb0f3ef374e94 (patch)
tree6692ad3a2de20400886fa86d06c77e88404d512a /bin
parent1d7fe3f6fd1eb03e429f84b4263d872e33a511fc (diff)
downloadFreeBSD-src-2f38aba47ae977c9f96e941fffeeb0f3ef374e94.zip
FreeBSD-src-2f38aba47ae977c9f96e941fffeeb0f3ef374e94.tar.gz
Remove superfluous paragraph macro.
Diffstat (limited to 'bin')
-rw-r--r--bin/kenv/kenv.11
-rw-r--r--bin/pwait/pwait.11
-rw-r--r--bin/sh/sh.11
-rw-r--r--bin/stty/stty.13
4 files changed, 0 insertions, 6 deletions
diff --git a/bin/kenv/kenv.1 b/bin/kenv/kenv.1
index b4a9cb3..b31802b 100644
--- a/bin/kenv/kenv.1
+++ b/bin/kenv/kenv.1
@@ -84,7 +84,6 @@ everything after a '#' character, are ignored. Almost any printable
character except '=' is acceptable as part of a name. Quotes
are optional and necessary only if the value contains
whitespace.
-.Pp
.Sh SEE ALSO
.Xr kenv 2 ,
.Xr config 5 ,
diff --git a/bin/pwait/pwait.1 b/bin/pwait/pwait.1
index f36090d..b7e389c 100644
--- a/bin/pwait/pwait.1
+++ b/bin/pwait/pwait.1
@@ -54,7 +54,6 @@ The following option is available:
Print the exit status when each process terminates.
.El
.Sh DIAGNOSTICS
-.Pp
The
.Nm
utility returns 0 on success, and >0 if an error occurs.
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1
index 9376842..a4154fe 100644
--- a/bin/sh/sh.1
+++ b/bin/sh/sh.1
@@ -1027,7 +1027,6 @@ or
.Pp
The first form executes the commands in a subshell environment.
A subshell environment has its own copy of:
-.Pp
.Bl -enum
.It
The current working directory as set by
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
OpenPOWER on IntegriCloud