diff options
author | June McEnroe <june@causal.agency> | 2019-06-24 18:41:11 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-06-24 18:41:11 -0400 |
commit | ae49ab76619a175d6b28bfd330936e5c2913a93b (patch) | |
tree | af95f4dd4a2d57189e7e9a0b6e9d7d9ab9d4f325 /bin/catsh/catsh.1 | |
parent | Set LESS=FRX (diff) | |
download | src-ae49ab76619a175d6b28bfd330936e5c2913a93b.tar.gz src-ae49ab76619a175d6b28bfd330936e5c2913a93b.zip |
Consolidate catsh history documentation
Diffstat (limited to 'bin/catsh/catsh.1')
-rw-r--r-- | bin/catsh/catsh.1 | 34 |
1 files changed, 29 insertions, 5 deletions
diff --git a/bin/catsh/catsh.1 b/bin/catsh/catsh.1 index 59f22a3e..1bae0acb 100644 --- a/bin/catsh/catsh.1 +++ b/bin/catsh/catsh.1 @@ -32,7 +32,7 @@ .\" from: @(#)sh.1 8.6 (Berkeley) 5/4/95 .\" $FreeBSD: releng/12.0/bin/sh/sh.1 336483 2018-07-19 13:09:29Z 0mp $ . -.Dd January 10, 2019 +.Dd June 24, 2019 .Dt CATSH 1 .Os . @@ -3205,10 +3205,34 @@ license after the Bourne shell from .Pp The .Nm -utility is based on -.Xr sh 1 -from -.Fx 12.0 . +sources were imported from +.Fx 12.0 +.Xr sh 1 . +Bundled +.Xr editline 3 +sources were imported from +.Nx 8.0 . +. +.Ss Differences from sh +.Bl -bullet -compact +.It +.Va ENV +has a default value. +.It +Further prompt customization with +.Va PS0 , +.Va RPS1 , +.Va RPS2 , +.Va PSlit . +.It +.Va HOME +is shortened to +.Sq ~ +in prompt expansion. +.It +.Ic fc Fl s Ar = Ns Ar new +prefixes commands. +.El . .Sh AUTHORS .An -nosplit |