Deleted Added
full compact
79c79
< .TH TCSH 1 "19 November 2000" "Astron 6.10.00"
---
> .TH TCSH 1 "2 September 2001" "Astron 6.11.00"
210a211,213
> For examples of startup files, please consult
> \fIhttp://tcshrc.sourceforge.net\fR.
> .PP
1885c1888,1889
< The \fIbeepcmd\fR, \fIcwdcmd\fR, \fIperiodic\fR, \fIprecmd\fR, and \fIpostcmd\fR
---
> The \fIbeepcmd\fR, \fIcwdcmd\fR, \fIperiodic\fR, \fIprecmd\fR, \fIpostcmd\fR,
> and \fIjobcmd\fR
1888c1892,1894
< minutes, before each prompt, and before each command gets executed.
---
> minutes, before each prompt, before each command gets executed, after each
> command gets executed, and when a job is started or is brought into the
> foreground.
2851d2856
< .B kill \fR[\fB\-\fIsignal\fR] \fB%\fIjob\fR|\fIpid\fR ...
2853a2859,2861
> .B kill \fR[\fB\-s \fIsignal\fR] \fB%\fIjob\fR|\fIpid\fR ...
> .PD 0
> .TP 8
2855,2856c2863,2864
< The first form sends the specified \fIsignal\fR (or, if none is given,
< the TERM (terminate) signal) to the specified jobs or processes.
---
> The first and second forms sends the specified \fIsignal\fR (or, if none
> is given, the TERM (terminate) signal) to the specified jobs or processes.
2865c2873
< The second form lists the signal names.
---
> The third form lists the signal names.
3425a3434,3443
> .B jobcmd
> Runs before each command gets executed, or when the command changes state.
> This is similar to \fIpostcmd\fR, but it does not print builtins.
> .RS +8
> .IP "" 4
> > alias jobcmd 'echo \-n "^[]2\e;\e!#^G"'
> .PP
> then executing \fIvi foo.c\fR will put the command string in the xterm title bar.
> .RE
> .TP 8
3617a3636
> If set to `big5', it enables display and editing Big5(Chinese) code.
3782a3802,3814
> .B killdup \fR(+)
> Controls handling of duplicate entries in the kill ring. If set to
> `all' only unique strings are entered in the kill ring. If set to
> `prev' and the last killed string is the same as the current killed
> string, then the current string is not entered in the ring. If set
> to `erase' and the same string is found in the kill ring, the old
> string is erased and the current one is inserted.
> .TP 8
> .B killring \fR(+)
> Indicates the number of killed strings to keep in memory. Set to `30'
> by default. If unset or set to less than `2', the shell will only
> keep the most recently killed string.
> .TP 8
4170c4202
< > ln \-s from/src to/dist
---
> > ln \-s from/src to/dst
4174c4206
< > cd /tmp/to/dist; echo $cwd
---
> > cd /tmp/to/dst; echo $cwd
4176c4208
< /tmp/to/dist
---
> /tmp/to/dst
4194c4226
< > cd /tmp/to/dist; echo $cwd
---
> > cd /tmp/to/dst; echo $cwd
4204c4236
< > cd /tmp/to/dist; echo $cwd
---
> > cd /tmp/to/dst; echo $cwd
4212c4244
< > cd /tmp/to/dist; echo $cwd
---
> > cd /tmp/to/dst; echo $cwd
4972c5004
< This manual documents tcsh 6.10.00 (Astron) 2000-11-19.
---
> This manual documents tcsh 6.11.00 (Astron) 2001-09-02.