summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorickc <ickc@users.noreply.github.com>2017-08-23 13:48:10 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-08-23 13:48:10 -0700
commit5c1d844e40b146dd16e88a662368fe1824c46888 (patch)
tree1df69a45aa73700b6f9c7683a0691c16755c2f7d /man
parentf297659d508fcb2ba68ff3b071b2a6e85b2f7e4c (diff)
Name change OSX -> macOS (#3869)
* Name change OSX -> macOS fix commit c96b64e This commit finishes remaining osx to macOS change, as well as replacing MacOS with macOS. The reason for the later one is because the "correct" casing of macOS is like that. Apple styles it to looks like iOS, watchOS, tvOS, etc. And unfortunately they all start with a lowercase letter, making propercasing (or even title-casing) odd. * fix casing of Linux, UNIX, and Windows
Diffstat (limited to 'man')
-rw-r--r--man/pandoc.16
1 files changed, 3 insertions, 3 deletions
diff --git a/man/pandoc.1 b/man/pandoc.1
index 574fc3b8e..6f870d784 100644
--- a/man/pandoc.1
+++ b/man/pandoc.1
@@ -304,7 +304,7 @@ If \f[I]FILE\f[] is \f[C]\-\f[], output will go to \f[I]stdout\f[].
Specify the user data directory to search for pandoc data files.
If this option is not specified, the default user data directory will be
used.
-This is, in Unix:
+This is, in UNIX:
.RS
.IP
.nf
@@ -638,7 +638,7 @@ Files in the user data directory are ignored.
.TP
.B \f[C]\-\-eol=crlf\f[]|\f[C]lf\f[]|\f[C]native\f[]
Manually specify line endings: \f[C]crlf\f[] (Windows), \f[C]lf\f[]
-(MacOS/linux/unix), or \f[C]native\f[] (line endings appropriate to the
+(macOS/Linux/UNIX), or \f[C]native\f[] (line endings appropriate to the
OS on which pandoc is being run).
The default is \f[C]native\f[].
.RS
@@ -760,7 +760,7 @@ Implies \f[C]\-\-standalone\f[].
.TP
.B \f[C]\-\-resource\-path=\f[]\f[I]SEARCHPATH\f[]
List of paths to search for images and other resources.
-The paths should be separated by \f[C]:\f[] on linux, unix, and MacOS
+The paths should be separated by \f[C]:\f[] on Linux, UNIX, and macOS
systems, and by \f[C];\f[] on Windows.
If \f[C]\-\-resource\-path\f[] is not specified, the default resource
path is the working directory.