summary refs log tree commit diff
path: root/Doc/Zsh/builtins.yo
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2020-07-12 18:06:50 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2020-07-13 14:05:37 +0000
commitfa51a38955d7d2cf4d38c0a74f35f271e338d7c0 (patch)
treecd49c99e9a8209517108edbbe9972963436e4501 /Doc/Zsh/builtins.yo
parentb5f24592adf1bcca0f238e55c04d184d36599420 (diff)
downloadzsh-fa51a38955d7d2cf4d38c0a74f35f271e338d7c0.tar.gz
zsh-fa51a38955d7d2cf4d38c0a74f35f271e338d7c0.tar.xz
zsh-fa51a38955d7d2cf4d38c0a74f35f271e338d7c0.zip
46240: Make the expansion of manref()() in ztexi.yo match its expansion in zman.yo.
The difference was mostly harmless in the common case "(see manref(foo)(42))",
which expanded to "(see man page foo(42))" under ztexi.yo, but in other
contexts the ztexi.yo expansion was was nonsensical; for example:

    "the BSD manref(echo)(1) command"

    "the string returned by the manref(getlogin)(3) system call"

    "advisory file locking (via the manref(fcntl)(2) system call)"

    "this is the exact opposite from manref(ls)(1),"

While there, copyedit some uses of manref()().
Diffstat (limited to 'Doc/Zsh/builtins.yo')
-rw-r--r--Doc/Zsh/builtins.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index d35cad182..4b91db1fe 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -2300,7 +2300,7 @@ findex(umask)
 cindex(umask)
 item(tt(umask) [ tt(-S) ] [ var(mask) ])(
 The umask is set to var(mask).  var(mask) can be either
-an octal number or a symbolic value as described in manref(chmod)(1).
+an octal number or a symbolic value as described in the manref(chmod)(1) man page.
 If var(mask) is omitted, the current value is printed.  The tt(-S)
 option causes the mask to be printed as a symbolic value.  Otherwise,
 the mask is printed as an octal number.  Note that in