diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1998-12-18 03:51:18 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1998-12-18 03:51:18 +0000 |
commit | 50a4f62af0dc5bd1146bff35f9c6f4550da291a4 (patch) | |
tree | a724359201b177a18964783c52aface1f4443ed7 /bin/sh/sh.1 | |
parent | 1f0db97d01657b18e9e16eff3a6e41454b36682e (diff) | |
download | FreeBSD-src-50a4f62af0dc5bd1146bff35f9c6f4550da291a4.zip FreeBSD-src-50a4f62af0dc5bd1146bff35f9c6f4550da291a4.tar.gz |
Add references to test(1) and expr(1).
Diffstat (limited to 'bin/sh/sh.1')
-rw-r--r-- | bin/sh/sh.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index d566ab8..cbc377e 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 |