aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>1998-12-18 03:51:18 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>1998-12-18 03:51:18 +0000
commitc83e7c504142acc0a3d7008e7961c32c019fb962 (patch)
tree06a707838259d7208c34ae2d01790d71a01583c7 /bin
parente5bf7bf46c7f6f808f7dab9999edbacfa3500490 (diff)
downloadsrc-c83e7c504142acc0a3d7008e7961c32c019fb962.tar.gz
src-c83e7c504142acc0a3d7008e7961c32c019fb962.zip
Notes
Diffstat (limited to 'bin')
-rw-r--r--bin/sh/sh.15
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1
index d566ab8c27e8..cbc377e369a0 100644
--- a/bin/sh/sh.1
+++ b/bin/sh/sh.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)sh.1 8.6 (Berkeley) 5/4/95
-.\" $Id: sh.1,v 1.21 1998/07/30 04:47:56 jkoshy Exp $
+.\" $Id: sh.1,v 1.22 1998/12/02 23:20:11 billf Exp $
.\"
.Dd May 5, 1995
.Dt SH 1
@@ -1306,6 +1306,9 @@ Hitting <return> while in command mode will pass the line to the shell.
.Pp
Similarly, the 'set -o emacs' command can be used to enable a subset of
emacs-style commandline editing features.
+.Sh SEE ALSO
+.Xr expr 1 ,
+.Xr test 1
.Sh HISTORY
A
.Nm