mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
Fixed closing <pre> tag
- Was an opening tag, should have been a closing tag - Confused Doxygen 1.8.1.1 on my machine (OS X 10.7), resulting in the fish man pages not being installed at all
This commit is contained in:
parent
4ac01154d9
commit
aad27a7a68
1 changed files with 1 additions and 1 deletions
|
@ -33,4 +33,4 @@ Interactively delete commands with prefix "foo".
|
||||||
|
|
||||||
history --delete "foo"
|
history --delete "foo"
|
||||||
Delete command "foo" from history.
|
Delete command "foo" from history.
|
||||||
<pre>
|
</pre>
|
||||||
|
|
Loading…
Reference in a new issue