diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2022-04-11 00:18:04 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2022-04-11 00:18:04 +0200 |
commit | 31bcc5c263aea983e967426e2b94269e7605dcd4 (patch) | |
tree | 7b48ad9d7799afe09b7d7d8adc980bd5db935bdf /Doc/zshzftpsys.1 | |
parent | 5086b5356abcef8849dc8a09902b7c55f01db3c0 (diff) | |
parent | b09f4483416c54c1782824633dfabaf2ec0265b6 (diff) | |
download | zsh-31bcc5c263aea983e967426e2b94269e7605dcd4.tar.gz zsh-31bcc5c263aea983e967426e2b94269e7605dcd4.zip |
Update upstream source from tag 'upstream/5.8.1.2-test'
Update to upstream version '5.8.1.2-test'
with Debian dir b380d582bf51cd93149e4dea28fffa1ad85db4f5
Diffstat (limited to 'Doc/zshzftpsys.1')
-rw-r--r-- | Doc/zshzftpsys.1 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Doc/zshzftpsys.1 b/Doc/zshzftpsys.1 index 7cb73b798..627d66564 100644 --- a/Doc/zshzftpsys.1 +++ b/Doc/zshzftpsys.1 @@ -1,4 +1,4 @@ -.TH "ZSHZFTPSYS" "1" "February 12, 2022" "zsh 5\&.8\&.1" +.TH "ZSHZFTPSYS" "1" "April 9, 2022" "zsh 5\&.8\&.1\&.2-test" .SH "NAME" zshzftpsys \- zftp function front\-end .\" Yodl file: Zsh/zftpsys.yo @@ -515,13 +515,11 @@ command `\fBzstyle \&':zftp:*'\fP \fIstyle\fP \fIvalue\fP \&.\&.\&.'\&. defines the \fIstyle\fP to have value \fIvalue\fP; more than one value may be given, although that is not useful in the cases described here\&. These values will then be used throughout the zftp function system\&. For more -precise control, the first argument, which gives a context in which the +precise control, the first argument, which gives a pattern that matches \fIcontexts\fP in which the style applies, can be modified to include a particular function, as for example `\fB:zftp:zfget\fP\&': the style will then have the given value only -in the \fBzfget\fP function\&. Values for the same style in different contexts -may be set; the most specific function will be used, where -strings are held to be more specific than patterns, and longer patterns and -shorter patterns\&. Note that only the top level function name, as called by +in the \fBzfget\fP function, and will override styles set under `\fB:zftp:*\fP\&'\&. +Note that only the top level function name, as called by the user, is used; calling of lower level functions is transparent to the user\&. Hence modifications to the title bar in \fBzftp_chpwd\fP use the contexts \fB:zftp:zfopen\fP, \fB:zftp:zfcd\fP, etc\&., depending where it was |