diff options
author | phantom <phantom@FreeBSD.org> | 1999-09-13 19:16:47 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 1999-09-13 19:16:47 +0000 |
commit | 167f52768b0c86277d20f1b46457a6859e342221 (patch) | |
tree | 04751bec9006bdcafd6c78a453e6358a9003fbf0 | |
parent | 1ee886d2fdc5ab4886746eefebad1385ee314cda (diff) | |
download | FreeBSD-src-167f52768b0c86277d20f1b46457a6859e342221.zip FreeBSD-src-167f52768b0c86277d20f1b46457a6859e342221.tar.gz |
Fix SEE ALSO section:
. add printenv(1)
. correct reference to "CSH introduction"
Reviewed by: mpp
-rw-r--r-- | bin/csh/csh.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index a6f1dd0..9ec757d 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -2142,6 +2142,7 @@ substitutions on a single line to 20. .Xr login 1 , .Xr nice 1 , .Xr nohup 1 , +.Xr printenv 1 , .Xr printf 1 , .Xr sh 1 , .Xr su 1 , @@ -2159,8 +2160,9 @@ substitutions on a single line to 20. .Xr tty 4 , .Xr a.out 5 , .Xr environ 7 -.br -.Em An introduction to the C shell +.Rs +.%T "An introduction to the C shell" +.Re .Sh HISTORY .Nm Csh appeared in |