diff options
author | Minsoo Choo <minsoochoo0122@proton.me> | 2022-11-03 00:53:29 +0000 |
---|---|---|
committer | Pau Amma <pauamma@FreeBSD.org> | 2022-11-03 01:51:28 +0000 |
commit | be57bef7467b7ee4573aad3d2a34d55b54ff6abf (patch) | |
tree | 032fc14835d220fd33f0c2385e19e504def24013 | |
parent | d9fc0784a881811cef16d2bda321cd30b8499738 (diff) | |
download | doc-be57bef746.tar.gz doc-be57bef746.zip |
Update Apple descriptions in the handbook.
It has been a while since Apple changed their mac operating system's
name from 'OS X' to 'macOS'. Also, iOS, iPadOS, watchOS, tvOS, and
bridgeOS also use Apple Darwin, which borrowed some components from
FreeBSD.
Reviewed By: gjb, pauamma
Approved by: gjb
Differential Revision: https://reviews.freebsd.org/D34385
-rw-r--r-- | documentation/content/en/books/handbook/introduction/_index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/handbook/introduction/_index.adoc b/documentation/content/en/books/handbook/introduction/_index.adoc index bce4b94b21..db3923e71b 100644 --- a/documentation/content/en/books/handbook/introduction/_index.adoc +++ b/documentation/content/en/books/handbook/introduction/_index.adoc @@ -120,7 +120,7 @@ FreeBSD's advanced features, proven security, predictable release cycle, and per Many of the world's largest IT companies use FreeBSD: * link:http://www.apache.org/[Apache] - The Apache Software Foundation runs most of its public-facing infrastructure on FreeBSD, including possibly one of the largest SVN repositories in the world with over 1.4 million commits. -* link:http://www.apple.com/[Apple] - OS X borrows heavily from FreeBSD for the network stack, virtual file system, and many userland components. Apple iOS also contains elements borrowed from FreeBSD. +* link:https://www.apple.com/[Apple] - Modern operating systems produced by Apple borrow code from FreeBSD for the process model, network stack, virtual file system, libraries, manual pages, and command-line utilities. * link:http://www.cisco.com/[Cisco] - IronPort network security and anti-spam appliances run a modified FreeBSD kernel. * link:http://www.citrix.com/[Citrix] - The NetScaler line of security appliances provide layer 4-7 load balancing, content caching, application firewall, secure VPN, and mobile cloud network access, along with the power of a FreeBSD shell. * link:https://www.emc.com/isilon[Dell EMC Isilon] - Isilon's enterprise storage appliances are based on FreeBSD. The extremely liberal FreeBSD license allowed Isilon to integrate their intellectual property throughout the kernel and focus on building their product instead of an operating system. |