From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Rouben Rostamian" Newsgroups: gmane.lisp.guile.bugs Subject: garbled documentation Date: Wed, 31 Dec 2003 13:25:11 -0500 Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Message-ID: <200312311825.hBVIPB42016073@pc18.math.umbc.edu> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1072895342 29816 80.91.224.253 (31 Dec 2003 18:29:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 31 Dec 2003 18:29:02 +0000 (UTC) Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Dec 31 19:28:58 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Abl5V-0002it-00 for ; Wed, 31 Dec 2003 19:28:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Abm1j-0006yB-GH for guile-bugs@m.gmane.org; Wed, 31 Dec 2003 14:29:07 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Abm1d-0006xr-R5 for bug-guile@gnu.org; Wed, 31 Dec 2003 14:29:01 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Abm16-0006S6-UT for bug-guile@gnu.org; Wed, 31 Dec 2003 14:29:00 -0500 Original-Received: from [130.85.145.85] (helo=pc18.math.umbc.edu) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1Abm16-0006QP-IE for bug-guile@gnu.org; Wed, 31 Dec 2003 14:28:28 -0500 Original-Received: from pc18.math.umbc.edu (localhost.localdomain [127.0.0.1]) by pc18.math.umbc.edu (8.12.8/8.12.8) with ESMTP id hBVIPBvs016075 for ; Wed, 31 Dec 2003 13:25:11 -0500 Original-Received: (from rouben@localhost) by pc18.math.umbc.edu (8.12.8/8.12.8/Submit) id hBVIPB42016073 for bug-guile@gnu.org; Wed, 31 Dec 2003 13:25:11 -0500 X-Mailer: Mail User's Shell (7.2.6 beta(5) 10/07/98) Original-To: bug-guile@gnu.org X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Bug reports for GUILE, GNU's Ubiquitous Extension Language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.bugs:1054 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:1054 I hope that this bug report is addressed to the right place. Please let me know if it is otherwise. Version: guile--1.6.4 Guile reference manual: both "info" and TeX formats: In the section titled "Bit Vectors": In the description of bit-set*! we read: - Scheme Procedure: bit-set*! v kv obj - C Function: scm_bit_set_star_x (v, kv, obj) If uve is a bit-vector BV and uve must be of the same length. If BOOL is `#t', uve is OR'ed into BV; If BOOL is `#f', the inversion of uve is AND'ed into BV. If uve is a unsigned long integer vector all the elements of uve must be between 0 and the `length' of BV. The bits of BV corresponding to the indexes in uve are set to BOOL. The return value is unspecified. This description is garbled. The procedure arguments are listed as "v kv obj" while the description refers to "uve, BV, BOOL", etc. In fact, most descriptions under the section "Bit Vectors" suffer from the same problem. -- Rouben Rostamian _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://mail.gnu.org/mailman/listinfo/bug-guile