diff options
author | Shenghou Ma <minux.ma@gmail.com> | 2014-03-14 10:10:20 -0400 |
---|---|---|
committer | Shenghou Ma <minux.ma@gmail.com> | 2014-03-14 10:10:20 -0400 |
commit | c9ed9e13bff00f866feb122c96222d8db25c86b2 (patch) | |
tree | efb0a35b9588b1b60a6a1b3ed13a113e865b7802 /man/man1 | |
parent | 4030a6c905c99c48e7ca714fbe17a9b00fbff6fe (diff) | |
download | plan9port-c9ed9e13bff00f866feb122c96222d8db25c86b2.tar.gz plan9port-c9ed9e13bff00f866feb122c96222d8db25c86b2.tar.bz2 plan9port-c9ed9e13bff00f866feb122c96222d8db25c86b2.zip |
man/man1/0intro.1: update supported systems.
LGTM=rsc
R=rsc
https://codereview.appspot.com/71070050
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/0intro.1 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/man/man1/0intro.1 b/man/man1/0intro.1 index 52457255..1c1ac3b1 100644 --- a/man/man1/0intro.1 +++ b/man/man1/0intro.1 @@ -14,12 +14,14 @@ Plan 9 from User Space provides many of the ideas, applications, and services from Plan 9 on Unix-like systems. It runs on -FreeBSD (x86), -Linux (x86 and PowerPC), -Mac OS X (PowerPC), -OpenBSD (x86), +FreeBSD (x86, x86-64), +Linux (x86, x86-64, PowerPC and ARM), +Mac OS X (x86, x86-64, and PowerPC), +NetBSD (x86 and PowerPC), +OpenBSD (x86 and PowerPC), +Dragonfly BSD (x86-64), and -SunOS (Sparc). +SunOS (x86-64 and Sparc). .SS Commands Plan 9 from User Space expects its own directory tree, conventionally |