aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/sh.1
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-02-01 16:38:02 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-02-01 16:38:02 +0000
commitd0353b836e88609b9400851d32e0aa6645ff9be3 (patch)
treeaa7324a24491215cb462cf95382795f1649d10b6 /bin/sh/sh.1
parent1f56a9494c2616ff6794d652f38eff0f7f95bbb9 (diff)
downloadsrc-d0353b836e88609b9400851d32e0aa6645ff9be3.tar.gz
src-d0353b836e88609b9400851d32e0aa6645ff9be3.zip
mdoc(7) police: split punctuation characters + misc fixes.
Notes
Notes: svn path=/head/; revision=71895
Diffstat (limited to 'bin/sh/sh.1')
-rw-r--r--bin/sh/sh.113
1 files changed, 8 insertions, 5 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1
index cc4b4364c7ab..28e71db7571a 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