Add references to test(1) and expr(1).

This commit is contained in:
Joseph Koshy 1998-12-18 03:51:18 +00:00
parent e5bf7bf46c
commit c83e7c5041

View File

@ -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