diff options
author | ru <ru@FreeBSD.org> | 2001-02-01 16:38:02 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-02-01 16:38:02 +0000 |
commit | 8a6f8b5fe456b5b3a8f1d86173f81cfcae6cfe19 (patch) | |
tree | b428fc12404c6d6be2c1fce52490993ab3744097 /bin/sh/sh.1 | |
parent | 4923ae6c3fe2f82d94fec60b85ed2a6272b2fd67 (diff) | |
download | FreeBSD-src-8a6f8b5fe456b5b3a8f1d86173f81cfcae6cfe19.zip FreeBSD-src-8a6f8b5fe456b5b3a8f1d86173f81cfcae6cfe19.tar.gz |
mdoc(7) police: split punctuation characters + misc fixes.
Diffstat (limited to 'bin/sh/sh.1')
-rw-r--r-- | bin/sh/sh.1 | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index cc4b436..28e71db 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -1276,9 +1276,9 @@ these, a builtin version of the .Xr printf 1 command is provided for efficiency. .Bl -tag -width Ds -.It Ic : +.It Ic \&: A null command that returns a 0 (true) exit value. -.It Ic . Ar file +.It Ic \&. Ar file The commands in the specified file are read and executed by the shell. If .Ar file @@ -1290,9 +1290,11 @@ for the file. If it is not found in the .Ev PATH , it is sought in the current working directory. .It Ic alias Op Ar name ... -.It Ic alias Op Ar name=string ... +.It Ic alias Xo +.Op Ar name Ns = Ns Ar string ... +.Xc If -.Ar name=string +.Ar name Ns = Ns Ar string is specified, the shell defines the alias .Ar name with value @@ -1515,7 +1517,8 @@ Re-execute the command without invoking an editor. Select the commands to list or edit. The number of previous commands that can be accessed are determined by the value of the -.Ev HISTSIZE variable. +.Ev HISTSIZE +variable. The value of .Ar first or |