1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 21:10:27 +02:00

(System Identification): Remove software-type, it doesn't

exist in the guile core.
This commit is contained in:
Kevin Ryde 2004-09-07 01:02:12 +00:00
parent 633acbe208
commit 01357a75f0

View 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