about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2021-04-14 14:20:23 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2021-04-15 16:27:52 +0000
commitd07c945e747241f2b10935698880340480ad38e7 (patch)
treebf2c9c4246b0f6df2212e16adc62d536e7c85558 /Doc
parent32336eab92e7b639c08b05ccfadf4a936e0ad3f6 (diff)
downloadzsh-d07c945e747241f2b10935698880340480ad38e7.tar.gz
zsh-d07c945e747241f2b10935698880340480ad38e7.tar.xz
zsh-d07c945e747241f2b10935698880340480ad38e7.zip
45583/0002 (tweaked): docs: Fix rendering of an example in the man page output
The texi output was unaffected.  However, in the man page on my system,
everything after the example() was underlined and not indented.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/contrib.yo2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index 586ac06f5..55ea06f34 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -2028,7 +2028,9 @@ disabled.
 item(Declare cleanup)(
 If your function makes any other changes that should be undone when the
 theme is disabled, your setup function may call
+
 example(prompt_cleanup var(command))
+
 where var(command) should be suitably quoted.  If your theme is ever
 disabled or replaced by another, var(command) is executed with tt(eval).
 You may declare more than one such cleanup hook.