From owner-svn-src-all@FreeBSD.ORG Sun Mar 25 09:20:15 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7AED11065672; Sun, 25 Mar 2012 09:20:15 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4C54E8FC1E; Sun, 25 Mar 2012 09:20:15 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q2P9KFOP073177; Sun, 25 Mar 2012 09:20:15 GMT (envelope-from joel@svn.freebsd.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q2P9KFMB073172; Sun, 25 Mar 2012 09:20:15 GMT (envelope-from joel@svn.freebsd.org) Message-Id: <201203250920.q2P9KFMB073172@svn.freebsd.org> From: Joel Dahl Date: Sun, 25 Mar 2012 09:20:15 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r233457 - in head/bin: kenv pwait sh stty X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Mar 2012 09:20:15 -0000 Author: joel (doc committer) Date: Sun Mar 25 09:20:14 2012 New Revision: 233457 URL: http://svn.freebsd.org/changeset/base/233457 Log: Remove superfluous paragraph macro. Modified: head/bin/kenv/kenv.1 head/bin/pwait/pwait.1 head/bin/sh/sh.1 head/bin/stty/stty.1 Modified: head/bin/kenv/kenv.1 ============================================================================== --- head/bin/kenv/kenv.1 Sun Mar 25 09:19:25 2012 (r233456) +++ head/bin/kenv/kenv.1 Sun Mar 25 09:20:14 2012 (r233457) @@ -84,7 +84,6 @@ everything after a '#' character, are ig 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 , Modified: head/bin/pwait/pwait.1 ============================================================================== --- head/bin/pwait/pwait.1 Sun Mar 25 09:19:25 2012 (r233456) +++ head/bin/pwait/pwait.1 Sun Mar 25 09:20:14 2012 (r233457) @@ -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. Modified: head/bin/sh/sh.1 ============================================================================== --- head/bin/sh/sh.1 Sun Mar 25 09:19:25 2012 (r233456) +++ head/bin/sh/sh.1 Sun Mar 25 09:20:14 2012 (r233457) @@ -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 Modified: head/bin/stty/stty.1 ============================================================================== --- head/bin/stty/stty.1 Sun Mar 25 09:19:25 2012 (r233456) +++ head/bin/stty/stty.1 Sun Mar 25 09:20:14 2012 (r233457) @@ -90,7 +90,6 @@ to restore the current terminal state as 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 t first rows, then columns. .El .Ss Compatibility Modes: -.Pp These modes remain for compatibility with the previous version of the .Nm