Skip to content

Commit 830a971

Browse files
committed
Replace all mentions to MacOS X to macOS
1 parent 8929a27 commit 830a971

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Additional Information
22
_The following information is very important in order to help us to help you. Omission of the following details may delay your support request or receive no attention at all._
3-
_Keep in mind that the commands we provide to retrieve information are oriented to GNU/Linux Distributions, so you could need to use others if you use s3fs on MacOS or BSD_
3+
_Keep in mind that the commands we provide to retrieve information are oriented to GNU/Linux Distributions, so you could need to use others if you use s3fs on macOS or BSD_
44

55
#### Version of s3fs being used (s3fs --version)
66
_example: 1.00_

INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ architecture at a time in the source code directory. After you have
124124
installed the package for one architecture, use `make distclean' before
125125
reconfiguring for another architecture.
126126

127-
On MacOS X 10.5 and later systems, you can create libraries and
127+
On macOS 10.5 and later systems, you can create libraries and
128128
executables that work on multiple system types--known as "fat" or
129129
"universal" binaries--by specifying multiple `-arch' options to the
130130
compiler but only a single `-arch' option to the preprocessor. Like

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
s3fs
22
====
33

4-
s3fs allows Linux and Mac OS X to mount an S3 bucket via FUSE.
4+
s3fs allows Linux and macOS to mount an S3 bucket via FUSE.
55
s3fs preserves the native object format for files, allowing use of other tools like [s3cmd](http://s3tools.org/s3cmd).
66
[![Build Status](https://travis-ci.org/s3fs-fuse/s3fs-fuse.svg?branch=master)](https://travis-ci.org/s3fs-fuse/s3fs-fuse)
77

@@ -47,7 +47,7 @@ Some systems provide pre-built packages:
4747
sudo yum install s3fs-fuse
4848
```
4949

50-
* On Mac OS X, install via [Homebrew](http://brew.sh/):
50+
* On macOS, install via [Homebrew](http://brew.sh/):
5151

5252
```ShellSession
5353
$ brew cask install osxfuse

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ AC_CHECK_HEADERS([sys/extattr.h])
3636
CXXFLAGS="$CXXFLAGS -Wall -D_FILE_OFFSET_BITS=64"
3737

3838
dnl ----------------------------------------------
39-
dnl For OSX
39+
dnl For macOS
4040
dnl ----------------------------------------------
4141
case "$target" in
4242
*-cygwin* )
@@ -237,7 +237,7 @@ dnl ----------------------------------------------
237237
dnl malloc_trim function
238238
AC_CHECK_FUNCS([malloc_trim])
239239

240-
dnl clock_gettime function(osx)
240+
dnl clock_gettime function(macos)
241241
AC_SEARCH_LIBS([clock_gettime],[rt posix4])
242242
AC_CHECK_FUNCS([clock_gettime])
243243

0 commit comments

Comments
 (0)