From f65fde0474a1d03a8c40f4d66c269ddf90ebb822 Mon Sep 17 00:00:00 2001 From: Larry Snizek Date: Fri, 6 Oct 2017 17:44:40 +0100 Subject: [PATCH] Change "OS X" to "macOS" in documentation --- module_dfu/doc/building_xmos_dfu.rst | 4 ++-- module_dfu/doc/index.rst | 4 ++-- module_dfu/doc/xmos_dfu.rst | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/module_dfu/doc/building_xmos_dfu.rst b/module_dfu/doc/building_xmos_dfu.rst index fe34c9e0..db177023 100644 --- a/module_dfu/doc/building_xmos_dfu.rst +++ b/module_dfu/doc/building_xmos_dfu.rst @@ -1,7 +1,7 @@ .. _usb_audiosec_building_xmos_dfu: -Building the XMOS DFU loader - OS X -=================================== +Building the XMOS DFU loader - macOS +==================================== The XMOS DFU loader is provided as source as part of the USB Audio framework, located in sc_usb_audio/module_dfu/host/xmos_dfu_osx. diff --git a/module_dfu/doc/index.rst b/module_dfu/doc/index.rst index 045a0a27..bb185281 100644 --- a/module_dfu/doc/index.rst +++ b/module_dfu/doc/index.rst @@ -6,5 +6,5 @@ DFU loader for XMOS USB AUDIO devices Overview Creating factory and upgrade images with XFLASH Using the DFU loader - Windows (via the Thesycon driver) - Using the DFU loader - OS X (via the XMOS DFU loader) - Building the XMOS DFU loader - OS X + Using the DFU loader - macOS (via the XMOS DFU loader) + Building the XMOS DFU loader - macOS diff --git a/module_dfu/doc/xmos_dfu.rst b/module_dfu/doc/xmos_dfu.rst index 086939c8..f32b79bb 100644 --- a/module_dfu/doc/xmos_dfu.rst +++ b/module_dfu/doc/xmos_dfu.rst @@ -1,5 +1,5 @@ -Using the DFU loader - OS X (via the XMOS DFU loader) -===================================================== +Using the DFU loader - macOS (via the XMOS DFU loader) +====================================================== The XMOS DFU loader is provided as source as part of the XMOS USB Audio software framework, see :ref:`usb_audiosec_building_xmos_dfu`.