guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 02/03: Remove duplicate documentation


From: Andy Wingo
Subject: [Guile-commits] 02/03: Remove duplicate documentation
Date: Tue, 30 Aug 2016 21:40:42 +0000 (UTC)

wingo pushed a commit to branch master
in repository guile.

commit 4256e0655f6b2aae53c3345196288c92423ff277
Author: Andy Wingo <address@hidden>
Date:   Sun Aug 28 22:13:59 2016 +0200

    Remove duplicate documentation
    
    * doc/ref/posix.texi (Ports and File Descriptors): Remove duplicate
      documentation for port-mode and setvbuf.
---
 doc/ref/posix.texi |   27 ---------------------------
 1 file changed, 27 deletions(-)

diff --git a/doc/ref/posix.texi b/doc/ref/posix.texi
index 7383278..da14b83 100644
--- a/doc/ref/posix.texi
+++ b/doc/ref/posix.texi
@@ -419,13 +419,6 @@ is made to move away ports which are using @var{newfd}.
 The return value is unspecified.
 @end deffn
 
address@hidden {Scheme Procedure} port-mode port
-Return the port modes associated with the open port @var{port}.
-These will not necessarily be identical to the modes used when
-the port was opened, since modes such as ``append'' which are
-used only during port creation are not retained.
address@hidden deffn
-
 @deffn {Scheme Procedure} port-for-each proc
 @deffnx {C Function} scm_port_for_each (SCM proc)
 @deffnx {C Function} scm_c_port_for_each (void (*proc)(void *, SCM), void 
*data)
@@ -443,26 +436,6 @@ a pointer to a C function and passes along a arbitrary 
@var{data}
 cookie.
 @end deffn
 
address@hidden {Scheme Procedure} setvbuf port mode [size]
address@hidden {C Function} scm_setvbuf (port, mode, size)
address@hidden port buffering
-Set the buffering mode for @var{port}.  @var{mode} can be one of the
-following symbols:
-
address@hidden @code
address@hidden none
-non-buffered
address@hidden line
-line buffered
address@hidden block
-block buffered, using a newly allocated buffer of @var{size} bytes.
-If @var{size} is omitted, a default size will be used.
address@hidden table
-
-Only certain types of ports are supported, most importantly
-file ports.
address@hidden deffn
-
 @deffn {Scheme Procedure} fcntl port/fd cmd [value]
 @deffnx {C Function} scm_fcntl (object, cmd, value)
 Apply @var{cmd} on @var{port/fd}, either a port or file descriptor.



reply via email to

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