aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/FORMATTING.md
diff options
context:
space:
mode:
authorGravatar Mark Griffiths <mark@thebespokepixel.com>2014-09-07 17:43:58 +0100
committerGravatar Mark Griffiths <mark@thebespokepixel.com>2014-09-07 17:43:58 +0100
commit47f97bbdd5c9e17879e6913fc523fdf24150dca4 (patch)
treecd75c65c6fec4f06f88507fabb9e11eb9d236e85 /doc_src/FORMATTING.md
parent2e034e767f28a0971e69e960ef1744f0d6d7b20b (diff)
Fixed a couple of typos
Diffstat (limited to 'doc_src/FORMATTING.md')
-rw-r--r--doc_src/FORMATTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc_src/FORMATTING.md b/doc_src/FORMATTING.md
index 4cf2405d..0a44f355 100644
--- a/doc_src/FORMATTING.md
+++ b/doc_src/FORMATTING.md
@@ -44,7 +44,7 @@ Each page, section and subsection id _must_ be unique across the whole of the do
While Doxygen has support for \\code..\\endcode blocks with enhanced markup and syntax colouring, it only understands the core Doxygen languages: C, C++, Objective C, Java, PHP, Python, Tcl and Fortran. To enhance Fish's syntax presentation, use the special \\fish..\\endfish blocks instead.
-Text placed in this block will be parsed by Doxygen using the included lexicon filter (see lexicon_filter.in) and a Doxygen input filter. The filter is built during make so that it can pick up information on builtins, functions and shell commands mentioned in completions and apply markup to keywords found inside the \\fish block.
+Text placed in this block will be parsed by Doxygen using the included lexicon filter (see lexicon_filter.in) as a Doxygen input filter. The filter is built during make so that it can pick up information on builtins, functions and shell commands mentioned in completions and apply markup to keywords found inside the \\fish block.
Basically, preformatted plain text inside the \\fish block is fed through the filter and is returned marked up so that Doxygen aliases can convert it back to a presentable form, according to the output document type.
@@ -224,7 +224,7 @@ As fish ships with pre-built documentation, I don't see this as an issue.
### Man page output
-- Tested on Ubuntu 14.04, CentOS 6.5 and Max OS X 10.9.
+- Tested on Ubuntu 14.04, CentOS 6.5 and Mac OS X 10.9.
- Output is substantially cleaner.
- Tested in cat, less, more and most pagers using the following fish script: