From 94563d5ad14a0eb6effefd4c2c42a7ac84e91230 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sun, 26 Sep 2021 08:43:44 +0000 Subject: 49445: docs: Clean up some subsection references. --- Doc/Zsh/calsys.yo | 2 +- Doc/Zsh/contrib.yo | 6 +++--- Doc/Zsh/expn.yo | 2 +- Doc/Zsh/intro.yo | 2 +- Doc/Zsh/jobs.yo | 2 +- Doc/Zsh/mod_newuser.yo | 2 +- Doc/Zsh/options.yo | 4 ++-- Doc/Zsh/params.yo | 2 +- Doc/Zsh/roadmap.yo | 2 +- Doc/Zsh/zle.yo | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) (limited to 'Doc') diff --git a/Doc/Zsh/calsys.yo b/Doc/Zsh/calsys.yo index c20c87e61..a8fd876a5 100644 --- a/Doc/Zsh/calsys.yo +++ b/Doc/Zsh/calsys.yo @@ -478,7 +478,7 @@ item(tt(calendar_add) [ tt(-BL) ] var(event) ...)( Adds a single event to the calendar in the appropriate location. The event can contain multiple lines, as described in ifnzman(noderef(Calendar File and Date Formats))\ -ifzman(the section Calendar File Format above). +ifzman(the section `Calendar File Format' above). Using this function ensures that the calendar file is sorted in date and time order. It also makes special arrangements for locking the file while it is altered. The old calendar is left in a file diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index cbd850231..e8311eb55 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -2341,7 +2341,7 @@ directly. ) tindex(bracketed-paste-magic) item(tt(bracketed-paste-magic))( -The tt(bracketed-paste) widget (see ifzman(subsection Miscellaneous in +The tt(bracketed-paste) widget (see ifzman(the subsection `Miscellaneous' in zmanref(zshzle))ifnzman(noderef(Miscellaneous) in noderef(Zle Widgets))) inserts pasted text literally into the editor buffer rather than interpret it as keystrokes. This disables some common usages where the self-insert @@ -3190,7 +3190,7 @@ investigate the command word found. The default is tt(whence -c). tindex(zcalc-auto-insert) item(tt(zcalc-auto-insert))( This function is useful together with the tt(zcalc) function described in -ifzman(the section Mathematical Functions)\ +ifzman(the section `Mathematical Functions')\ ifnzman(noderef(Mathematical Functions)). It should be bound to a key representing a binary operator such as `tt(PLUS())', `tt(-)', `tt(*)' or `tt(/)'. When running in zcalc, @@ -3664,7 +3664,7 @@ types even if they are executable. As this example shows, the complete file name is matched against the pattern, regardless of how the file was passed to the handler. The file is resolved to a full path using the tt(:P) modifier described in -ifzman(the subsection Modifiers in zmanref(zshexpn))\ +ifzman(the subsection `Modifiers' in zmanref(zshexpn))\ ifnzman(noderef(Modifiers)); this means that symbolic links are resolved where possible, so that links into other file systems behave in the correct fashion. diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index d40d1b439..00f93e402 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -1857,7 +1857,7 @@ has similar effects. To combine brace expansion with array expansion, see the tt(${^)var(spec)tt(}) form described -ifzman(in the section Parameter Expansion)\ +ifzman(in the section `Parameter Expansion')\ ifnzman(in noderef(Parameter Expansion)) above. diff --git a/Doc/Zsh/intro.yo b/Doc/Zsh/intro.yo index 75d25ce27..474e537c2 100644 --- a/Doc/Zsh/intro.yo +++ b/Doc/Zsh/intro.yo @@ -45,7 +45,7 @@ zsh most closely resembles bf(ksh) but includes many enhancements. It does not provide compatibility with POSIX or other shells in its default operating mode: see ifnzman(the section noderef(Compatibility))\ -ifzman(the section Compatibility below). +ifzman(the section `Compatibility' below). Zsh has command line editing, builtin spelling correction, programmable command completion, shell functions (with autoloading), a history diff --git a/Doc/Zsh/jobs.yo b/Doc/Zsh/jobs.yo index 331b91d8d..3ab0698ae 100644 --- a/Doc/Zsh/jobs.yo +++ b/Doc/Zsh/jobs.yo @@ -135,4 +135,4 @@ ifzman(the section PROCESS SUBSTITUTION in the zmanref(zshexpn) manual page)\ ifnzman(noderef(Process Substitution)), and the handler processes for multios, see ifzman(the section MULTIOS in the zmanref(zshmisc) manual page)\ -ifnzman(the section Multios in noderef(Redirection)). +ifnzman(the section em(Multios) in noderef(Redirection)). diff --git a/Doc/Zsh/mod_newuser.yo b/Doc/Zsh/mod_newuser.yo index 92a64a013..7937e43c3 100644 --- a/Doc/Zsh/mod_newuser.yo +++ b/Doc/Zsh/mod_newuser.yo @@ -44,4 +44,4 @@ even if the tt(zsh/newuser) module is disabled. Note, however, that if the module is not installed the function will not be installed either. The function is documented in ifnzman(noderef(User Configuration Functions))\ -ifzman(the section User Configuration Functions in zmanref(zshcontrib)). +ifzman(the section `User Configuration Functions' in zmanref(zshcontrib)). diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index 4a8b85e08..cf4600769 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -602,7 +602,7 @@ Substitutions using the tt(:s) and tt(:&) history modifiers are performed with pattern matching instead of string matching. This occurs wherever history modifiers are valid, including glob qualifiers and parameters. See -ifzman(the section Modifiers in zmanref(zshexpn))\ +ifzman(the section `Modifiers' in zmanref(zshexpn))\ ifnzman(noderef(Modifiers)). ) pindex(IGNORE_BRACES) @@ -1483,7 +1483,7 @@ The check is omitted if the commands run from the previous command line included a `tt(jobs)' command, since it is assumed the user is aware that there are background or suspended jobs. A `tt(jobs)' command run from one of the hook functions defined in -ifnzman(the section Special Functions in noderef(Functions))\ +ifnzman(the section `Special Functions' in noderef(Functions))\ ifzman(the section SPECIAL FUNCTIONS in zmanref(zshmisc)) is not counted for this purpose. ) diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo index 1f2f01f55..6b52d3b1c 100644 --- a/Doc/Zsh/params.yo +++ b/Doc/Zsh/params.yo @@ -106,7 +106,7 @@ may be in any order. Note that this syntax is strict: tt([) and tt(]=) must not be quoted, and var(key) may not consist of the unquoted string tt(]=), but is otherwise treated as a simple string. The enhanced forms of subscript expression that may be used when directly subscripting a -variable name, described in the section Array Subscripts below, are not +variable name, described in the section `Array Subscripts' below, are not available. The syntaxes with and without the explicit key may be mixed. An implicit diff --git a/Doc/Zsh/roadmap.yo b/Doc/Zsh/roadmap.yo index 3f9a122af..2db90889b 100644 --- a/Doc/Zsh/roadmap.yo +++ b/Doc/Zsh/roadmap.yo @@ -20,7 +20,7 @@ The function is designed to be self-explanatory. You can run it by hand with `tt(autoload -Uz zsh-newuser-install; zsh-newuser-install -f)'. See also ifnzman(noderef(User Configuration Functions))\ -ifzman(the section User Configuration Functions in zmanref(zshcontrib)). +ifzman(the section `User Configuration Functions' in zmanref(zshcontrib)). sect(Interactive Use) diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index 6d517b81b..70dfec333 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -50,7 +50,7 @@ argument causes the next command entered to be repeated the specified number of times, unless otherwise noted below; this is implemented by the tt(digit-argument) widget. See also ifzman(the em(Arguments) subsection of the em(Widgets) section )\ -ifnzman(noderef(Arguments) )\ +ifnzman(noderef(Arguments))\ for some other ways the numeric argument can be modified. startmenu() -- cgit 1.4.1