diff options
| author | 2016-05-08 02:15:47 +0100 | |
|---|---|---|
| committer | 2016-05-08 02:34:20 +0100 | |
| commit | cfab43d4f685c1fda71893024cc420d316dcfa62 (patch) | |
| tree | f34e565bf5a5328241f52ca280b8a07018e740b1 /src/modules/help/libkvihelp.cpp | |
| parent | Merge pull request #1973 from un1versal/The-Emperor's-New-Clothes (diff) | |
| download | KVIrc-cfab43d4f685c1fda71893024cc420d316dcfa62.tar.gz KVIrc-cfab43d4f685c1fda71893024cc420d316dcfa62.tar.bz2 KVIrc-cfab43d4f685c1fda71893024cc420d316dcfa62.zip | |
documentation minor formatting fixes
Diffstat (limited to 'src/modules/help/libkvihelp.cpp')
| -rw-r--r-- | src/modules/help/libkvihelp.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/modules/help/libkvihelp.cpp b/src/modules/help/libkvihelp.cpp index d526c77a5..03dc93b3a 100644 --- a/src/modules/help/libkvihelp.cpp +++ b/src/modules/help/libkvihelp.cpp @@ -72,11 +72,11 @@ KviPointerList<HelpWindow> * g_pHelpWindowList = nullptr; if there are other help browsers already open.[br] @examples: [example] - help.open /home/pragma/myfile.html //absolute path - help.open cmd_snd.play.html //relative path - help.open "Binding operator" //keyword search, remember quoting - help.open OnNickServAuth //keyword search for an event - help.open \$my.user //keyword search, $ needs to be escaped + help.open /home/pragma/myfile.html //absolute path + help.open cmd_snd.play.html //relative path + help.open "Binding operator" //keyword search, remember quoting + help.open OnNickServAuth //keyword search for an event + help.open \$my.user //keyword search, $ needs to be escaped [/example] */ |
