(System Identification): Remove software-type, it doesn't
authorKevin Ryde <user42@zip.com.au>
Tue, 7 Sep 2004 01:02:12 +0000 (01:02 +0000)
committerKevin Ryde <user42@zip.com.au>
Tue, 7 Sep 2004 01:02:12 +0000 (01:02 +0000)
exist in the guile core.

doc/ref/posix.texi

index 84cad1c..a44544a 100644 (file)
@@ -2754,22 +2754,6 @@ only be used by the superuser.  The return value is not
 specified.
 @end deffn
 
-@c FIXME::martin: Not in libguile!
-@deffn {Scheme Procedure} software-type
-Return a symbol describing the current platform's operating system.
-This may be one of @samp{AIX}, @samp{VMS}, @samp{UNIX},
-@samp{COHERENT}, @samp{WINDOWS}, @samp{MS-DOS}, @samp{OS/2},
-@samp{THINKC}, @samp{AMIGA}, @samp{ATARIST}, @samp{MACH}, or
-@samp{ACORN}.
-
-Note that most varieties of Unix are considered to be simply @samp{UNIX}.
-That is because when a program depends on features that are not present
-on every operating system, it is usually better to test for the presence
-or absence of that specific feature.  The return value of
-@code{software-type} should only be used for this purpose when there is
-no other easy or unambiguous way of detecting such features.
-@end deffn
-
 @node Locales
 @subsection Locales