From 7381c1de512a5a32a70d2c996c79b70d53ed07ba Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sun, 23 Oct 2005 21:57:08 +0000 Subject: [PATCH] Untabify --- doc/ref/posix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/posix.texi b/doc/ref/posix.texi index 4311487b3..51ca01f58 100644 --- a/doc/ref/posix.texi +++ b/doc/ref/posix.texi @@ -11,7 +11,7 @@ @menu * Conventions:: Conventions employed by the POSIX interface. * Ports and File Descriptors:: Scheme ``ports'' and Unix file descriptors - have different representations. + have different representations. * File System:: stat, chown, chmod, etc. * User Information:: Retrieving a user's GECOS (/etc/passwd) entry. * Time:: gettimeofday, localtime, strftime, etc.