aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/printf.txt
Commit message (Collapse)AuthorAge
* update lexicon for latest docsGravatar Mark Griffiths2016-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #2699 Fixes issues with: * 'string' function synopsis * Redirection display issues * Better file & path detection * Rendering of % & @ chars in both html and man * @ symbol in tutorial Improves robustness by implementing an @EOL marker to prevent hold buffer dumping extra chars after the end of an expression. Added new '{{' and '}}' meta-chars for when you want curly braces in a regexp that was previously tripping up the lexicon. Improve man/html presentation consistency for * string * printf * prompt_pwd * type Use cli-styling for 'practical' examples. Add <bs> tag for presenting content with preceding backslash. Signed-off-by: Mark Griffiths <mark@thebespokepixel.com>
* fix several build warningsGravatar Kurtis Rader2016-01-28
| | | | | | | | | | | | | | | | | | This fixes all but one of the warnings documented in issue #2685. The sole remaining warning is from the string split '' abc example in doc_src/string.txt. That example results in the man page displaying string split {} abc I leave it to someone else to fix that problem (I'll open an issue specifically for it since it took some effort to track down the source of the warning). Resolves issue #2685.
* printf docs: Improve wordingGravatar Fabian Homborg2015-09-11
|
* Document printfGravatar Fabian Homborg2015-09-11
|
* Avoid generating man page and help section for printf (to fallback on system ↵Gravatar Siteshwar Vashisht2013-05-05
| | | | man page for printf)
* Added documentation for printfGravatar Siteshwar Vashisht2013-05-05
Fix for https://github.com/fish-shell/fish-shell/issues/488