emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/lispref os.texi


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs/doc/lispref os.texi
Date: Fri, 27 Mar 2009 14:53:25 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    09/03/27 14:53:25

Modified files:
        doc/lispref    : os.texi 

Log message:
        (System Environment): Update the list of system-type values.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/os.texi?cvsroot=emacs&r1=1.22&r2=1.23

Patches:
Index: os.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/lispref/os.texi,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- os.texi     24 Jan 2009 16:23:15 -0000      1.22
+++ os.texi     27 Mar 2009 14:53:25 -0000      1.23
@@ -737,36 +737,45 @@
 system Emacs is operating on.  Here is a table of the possible values:
 
 @table @code
address@hidden aix-v3
-AIX.
address@hidden 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.
+
address@hidden 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.)
 
address@hidden gnu/kfreebsd
+A GNU (glibc-based) system with a FreeBSD kernel.
+
 @item hpux
 Hewlett-Packard HPUX operating system.
 
 @item irix
 Silicon Graphics Irix system.
 
address@hidden 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]