From 5c1d844e40b146dd16e88a662368fe1824c46888 Mon Sep 17 00:00:00 2001 From: ickc Date: Wed, 23 Aug 2017 13:48:10 -0700 Subject: 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 --- man/pandoc.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'man') 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. -- cgit v1.2.3