]> code.delx.au - gnu-emacs/commitdiff
(System Environment): Update the list of system-type values.
authorEli Zaretskii <eliz@gnu.org>
Fri, 27 Mar 2009 14:54:15 +0000 (14:54 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 27 Mar 2009 14:54:15 +0000 (14:54 +0000)
doc/lispref/ChangeLog
doc/lispref/os.texi

index 11565e9041e97bfa358af7104d63ae3fcdcad347..9540db663e75d7389fdc27293f3144c4766c2f22 100644 (file)
@@ -1,5 +1,8 @@
 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
 
+       * os.texi (System Environment): Update the list of system-type
+       values.
+
        * markers.texi (The Mark) <handle-shift-selection>: Update for
        removal of the optional argument DEACTIVATE.
 
index ddca40dc5d9994326c0e0564d7ce5a6b9fc71de0..2e37afe94a64d31029156c6c044dd4859292383b 100644 (file)
@@ -737,36 +737,45 @@ The value of this variable is a symbol indicating the type of operating
 system Emacs is operating on.  Here is a table of the possible values:
 
 @table @code
-@item aix-v3
-AIX.
+@item aix
+IBM's AIX.
 
 @item berkeley-unix
-Berkeley BSD.
+Berkeley BSD and its variants.
 
 @item cygwin
-Cygwin.
+Cygwin, a Posix layer on top of MS-Windows.
+
+@item darwin
+Darwin (Mac OS X).
 
 @item gnu
-the GNU system (using the GNU kernel, which consists of the HURD and Mach).
+The GNU system (using the GNU kernel, which consists of the HURD and Mach).
 
 @item gnu/linux
 A GNU/Linux system---that is, a variant GNU system, using the Linux
 kernel.  (These systems are the ones people often call ``Linux,'' but
 actually Linux is just the kernel, not the whole system.)
 
+@item gnu/kfreebsd
+A GNU (glibc-based) system with a FreeBSD kernel.
+
 @item hpux
 Hewlett-Packard HPUX operating system.
 
 @item irix
 Silicon Graphics Irix system.
 
+@item lynxos 3.0.1
+LynxOS-3.0.1.
+
 @item ms-dos
 Microsoft MS-DOS ``operating system.''  Emacs compiled with DJGPP for
 MS-DOS binds @code{system-type} to @code{ms-dos} even when you run it on
 MS-Windows.
 
 @item usg-unix-v
-AT&T System V.
+AT&T Unix System V.
 
 @item windows-nt
 Microsoft Windows NT and later.  The same executable supports Windows