diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/csh/csh.1 | 24 | ||||
-rw-r--r-- | bin/ksh/ksh.1 | 6 | ||||
-rw-r--r-- | bin/ksh/sh.1 | 12 | ||||
-rw-r--r-- | bin/pax/pax.1 | 6 | ||||
-rw-r--r-- | bin/pax/tar.1 | 6 | ||||
-rw-r--r-- | bin/ps/ps.1 | 6 | ||||
-rw-r--r-- | bin/stty/stty.1 | 6 |
7 files changed, 33 insertions, 33 deletions
diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index 04d0b4f072e..25b0cec1534 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: csh.1,v 1.85 2021/03/08 02:47:25 jsg Exp $ +.\" $OpenBSD: csh.1,v 1.86 2022/03/31 17:27:13 naddy Exp $ .\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)csh.1 8.2 (Berkeley) 1/21/94 .\" -.Dd $Mdocdate: March 8 2021 $ +.Dd $Mdocdate: March 31 2022 $ .Dt CSH 1 .Os .Sh NAME @@ -197,7 +197,7 @@ a line of command input is read and broken into This sequence of words is placed on the command history list and parsed. Finally each command in the current line is executed. .Pp -When a login shell terminates it executes commands from the files +When a login shell terminates, it executes commands from the files .Pa .logout in the user's home directory and .Pa /etc/csh.logout . @@ -727,7 +727,7 @@ but break into words at blanks, tabs, and newlines. .El .Pp Unless preceded by a -.Ql g +.Ql g , the change is applied only to the first modifiable word. With substitutions, it is an error for no word to be applicable. @@ -958,7 +958,7 @@ a variable whose value consists of multiple words expands to separated by blanks. When the .Ql :q -modifier is applied to a substitution +modifier is applied to a substitution, the variable will expand to multiple words with each word separated by a blank and quoted to prevent later command or filename substitution. .Pp @@ -996,9 +996,9 @@ number or two numbers separated by a .Ql \- . The first word of a variable's value is numbered .Ql 1 . -If the first number of a range is omitted it defaults to +If the first number of a range is omitted, it defaults to .Ql 1 . -If the last number of a range is omitted it defaults to +If the last number of a range is omitted, it defaults to .Ql $#name . The selector .Ql * @@ -1675,7 +1675,7 @@ When this command is read from the terminal, the loop is read once prompting with .Ql \&? before any statements in the loop are executed. -If you make a mistake typing in a loop at the terminal you can rub it out. +If you make a mistake typing in a loop at the terminal, you can rub it out. .Pp .It Ic glob Ar wordlist Like @@ -2200,7 +2200,7 @@ the .It Ic time Ar command With no argument, a summary of time used by this shell and its children is printed. -If arguments are given +If arguments are given, the specified simple command is timed and a time summary as described under the .Ic time @@ -2444,7 +2444,7 @@ The filename expansion of .Dq Pa ~ refers to this variable. .It Ic ignoreeof -If set the shell ignores +If set, the shell ignores end-of-file from input devices which are terminals. This prevents shells from accidentally being killed by control-Ds. .It Ic mail @@ -2533,7 +2533,7 @@ The string that is printed before each command is read from an interactive terminal input. If a .Ql \&! -appears in the string it will be replaced by the current event number +appears in the string, it will be replaced by the current event number unless a preceding .Ql \e is given. @@ -2585,7 +2585,7 @@ command-line option, causes the words of each command to be printed after history substitution. .El .Ss Non-built-in command execution -When a command to be executed is found to not be a built-in command +When a command to be executed is found to not be a built-in command, the shell attempts to execute the command via .Xr execve 2 . Each word in the variable diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index b87dcf926a8..2b29b0d7733 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,8 +1,8 @@ -.\" $OpenBSD: ksh.1,v 1.215 2021/05/04 21:03:30 naddy Exp $ +.\" $OpenBSD: ksh.1,v 1.216 2022/03/31 17:27:14 naddy Exp $ .\" .\" Public Domain .\" -.Dd $Mdocdate: May 4 2021 $ +.Dd $Mdocdate: March 31 2022 $ .Dt KSH 1 .Os .Sh NAME @@ -4012,7 +4012,7 @@ Times are reported to standard error; the format of the output is: .Pp If the .Fl p -option is given the output is slightly longer: +option is given, the output is slightly longer: .Bd -literal -offset indent real 0.00 user 0.00 diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1 index 48543693596..326fb8e0c99 100644 --- a/bin/ksh/sh.1 +++ b/bin/ksh/sh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sh.1,v 1.153 2021/05/04 21:03:31 naddy Exp $ +.\" $OpenBSD: sh.1,v 1.154 2022/03/31 17:27:14 naddy Exp $ .\" .\" Copyright (c) 2015 Jason McIntyre <jmc@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 4 2021 $ +.Dd $Mdocdate: March 31 2022 $ .Dt SH 1 .Os .Sh NAME @@ -1052,9 +1052,9 @@ argument is ignored for the commands .Ic 0 , ^ , $ , and .Ic c . -If the motion moves towards the beginning of the line +If the motion moves towards the beginning of the line, the character under the cursor is not deleted; -if it moves towards the end of the line +if it moves towards the end of the line, it is deleted. .It Ic C Delete the characters between the cursor and the line end, @@ -1089,7 +1089,7 @@ placing them in the save buffer. A special motion command, .Ic d , may be used to delete the entire line. -If the motion moves towards the beginning of the line +If the motion moves towards the beginning of the line, the character under the cursor is not deleted. .It Oo Ar count Oc Ns Ic D Delete the characters between the cursor and the line end, @@ -1100,7 +1100,7 @@ placing them in the save buffer. A special motion command, .Ic y , may be used to yank the entire line. -If the motion moves towards the beginning of the line +If the motion moves towards the beginning of the line, the character under the cursor is not yanked. .It Oo Ar count Oc Ns Ic Y Yank (copy) the characters between the cursor and the line end, diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index d146a966abe..dda8e2abfb6 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pax.1,v 1.75 2020/01/16 16:46:46 schwarze Exp $ +.\" $OpenBSD: pax.1,v 1.76 2022/03/31 17:27:14 naddy Exp $ .\" $NetBSD: pax.1,v 1.3 1995/03/21 09:07:37 cgd Exp $ .\" .\" Copyright (c) 1992 Keith Muller. @@ -34,7 +34,7 @@ .\" .\" @(#)pax.1 8.4 (Berkeley) 4/18/94 .\" -.Dd $Mdocdate: January 16 2020 $ +.Dd $Mdocdate: March 31 2022 $ .Dt PAX 1 .Os .Sh NAME @@ -160,7 +160,7 @@ operands are specified, a list of files to copy with one per line is read from the standard input. When a .Ar file -operand is also a directory the entire file +operand is also a directory, the entire file hierarchy rooted at that directory will be included. The effect of the .Em copy diff --git a/bin/pax/tar.1 b/bin/pax/tar.1 index c4346a526ee..0bdb0e2652a 100644 --- a/bin/pax/tar.1 +++ b/bin/pax/tar.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tar.1,v 1.63 2020/10/05 05:52:19 jmc Exp $ +.\" $OpenBSD: tar.1,v 1.64 2022/03/31 17:27:14 naddy Exp $ .\" .\" Copyright (c) 1996 SigmaSoft, Th. Lockert .\" All rights reserved. @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 5 2020 $ +.Dd $Mdocdate: March 31 2022 $ .Dt TAR 1 .Os .Sh NAME @@ -304,7 +304,7 @@ Path in which to store temporary files. Default tape device to use instead of .Pa /dev/rst0 . If set to hyphen -.Pq Sq - +.Pq Sq - , standard output is used. .El .Sh FILES diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 1e64816e754..7328d30fd73 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.124 2022/02/15 23:16:00 rob Exp $ +.\" $OpenBSD: ps.1,v 1.125 2022/03/31 17:27:14 naddy Exp $ .\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -30,7 +30,7 @@ .\" .\" @(#)ps.1 8.3 (Berkeley) 4/18/94 .\" -.Dd $Mdocdate: February 15 2022 $ +.Dd $Mdocdate: March 31 2022 $ .Dt PS 1 .Os .Sh NAME @@ -186,7 +186,7 @@ Alias: The CPU utilization of the process; this is a decaying average over up to a minute of previous (real) time. Since the time base over which this is computed varies (since processes may -be very young) it is possible for the sum of all +be very young), it is possible for the sum of all .Cm %cpu fields to exceed 100%. .It Cm %mem diff --git a/bin/stty/stty.1 b/bin/stty/stty.1 index 9faa65de2d5..e7ffbaf07d6 100644 --- a/bin/stty/stty.1 +++ b/bin/stty/stty.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stty.1,v 1.48 2020/01/16 16:46:46 schwarze Exp $ +.\" $OpenBSD: stty.1,v 1.49 2022/03/31 17:27:14 naddy Exp $ .\" $NetBSD: stty.1,v 1.10 1995/09/07 06:57:14 jtc Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -33,7 +33,7 @@ .\" .\" @(#)stty.1 8.5 (Berkeley) 6/1/94 .\" -.Dd $Mdocdate: January 16 2020 $ +.Dd $Mdocdate: March 31 2022 $ .Dt STTY 1 .Os .Sh NAME @@ -393,7 +393,7 @@ If string is the two character sequence .Ql ^- or the string -.Dq undef +.Dq undef , the control character is disabled (i.e. set to .Brq Dv _POSIX_VDISABLE ) . |