1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 05:50:26 +02:00
This commit is contained in:
Kevin Ryde 2005-10-23 21:57:08 +00:00
parent 72e3dae1e3
commit 7381c1de51

View file

@ -11,7 +11,7 @@
@menu @menu
* Conventions:: Conventions employed by the POSIX interface. * Conventions:: Conventions employed by the POSIX interface.
* Ports and File Descriptors:: Scheme ``ports'' and Unix file descriptors * Ports and File Descriptors:: Scheme ``ports'' and Unix file descriptors
have different representations. have different representations.
* File System:: stat, chown, chmod, etc. * File System:: stat, chown, chmod, etc.
* User Information:: Retrieving a user's GECOS (/etc/passwd) entry. * User Information:: Retrieving a user's GECOS (/etc/passwd) entry.
* Time:: gettimeofday, localtime, strftime, etc. * Time:: gettimeofday, localtime, strftime, etc.