diff options
| author | Štěpán Němec <stepnem@smrk.net> | 2026-06-29 21:50:32 +0200 |
|---|---|---|
| committer | dana <dana@dana.is> | 2026-06-30 19:12:55 -0500 |
| commit | ce7645ffeec157fdd7eb9361db11e4044e8dc4b9 (patch) | |
| tree | 9d786911bdd574a0402a258e1578e6f5dccb7dd7 /Doc | |
| parent | 54869: compsys.yo: move 'expl' index annotation to (more) proper place(s) (diff) | |
| download | zsh-ce7645ffeec157fdd7eb9361db11e4044e8dc4b9.tar zsh-ce7645ffeec157fdd7eb9361db11e4044e8dc4b9.tar.gz zsh-ce7645ffeec157fdd7eb9361db11e4044e8dc4b9.tar.bz2 zsh-ce7645ffeec157fdd7eb9361db11e4044e8dc4b9.tar.lz zsh-ce7645ffeec157fdd7eb9361db11e4044e8dc4b9.tar.xz zsh-ce7645ffeec157fdd7eb9361db11e4044e8dc4b9.tar.zst zsh-ce7645ffeec157fdd7eb9361db11e4044e8dc4b9.zip | |
54870: Fix some doc typos
Diffstat (limited to 'Doc')
| -rw-r--r-- | Doc/Zsh/builtins.yo | 2 | ||||
| -rw-r--r-- | Doc/Zsh/compsys.yo | 4 | ||||
| -rw-r--r-- | Doc/Zsh/options.yo | 2 | ||||
| -rw-r--r-- | Doc/intro.ms | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index dbd96c6c0..ca9ba996b 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -1745,7 +1745,7 @@ If the tt(-m) flag is given the arguments are taken as patterns options with names matching these patterns are set. Note that a bad option name does not cause execution of subsequent shell -code to be aborted; this is behaviour is different from that of `tt(set +code to be aborted; this behaviour is different from that of `tt(set -o)'. This is because tt(set) is regarded as a special builtin by the POSIX standard, but tt(setopt) is not. ) diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 8d2d6680f..563833f7b 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -32,7 +32,7 @@ enditemize() A full context specification contains other elements, as we shall describe. -Besides commands names and contexts, the system employs two more +Besides command names and contexts, the system employs two more concepts, em(styles) and em(tags). These provide ways for the user to configure the system's behaviour. @@ -775,7 +775,7 @@ for color names kindex(commands, completion tag) item(tt(commands))( for names of external commands. Also used by complex commands such as -tt(cvs) when completing names subcommands. +tt(cvs) when completing names of subcommands. ) kindex(contexts, completion tag) item(tt(contexts))( diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index 3e3d9392a..6f3bef189 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -1194,7 +1194,7 @@ This option is only used if the option tt(CLOBBER) is not set: note that it is set by default. If this option is set, then regular files of zero length may be -ovewritten (`clobbered'). Note that it is possible another process +overwritten (`clobbered'). Note that it is possible another process has written to the file between this test and use of the file by the current process. This option should therefore not be used in cases where files to be clobbered may be written to asynchronously. diff --git a/Doc/intro.ms b/Doc/intro.ms index a6f5d5ea5..60aa01a19 100644 --- a/Doc/intro.ms +++ b/Doc/intro.ms @@ -6,7 +6,7 @@ .if "\*(.T"html" .nr HTML 1 .nr De \n[.ss] .\} -.\" ----- macro defintions ----- +.\" ----- macro definitions ----- .\" Ds/De: start/end of example .\" Sh: section header .\" XXX: It seems we can't use the same definition for both pdf and html |
