From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Newsgroups: gmane.lisp.guile.bugs Subject: bug#41621: [PATCH] Add missing documentation (canonicalize-path) Date: Wed, 17 Jun 2020 23:32:27 +0200 Message-ID: <87h7v9pedw.fsf@gnu.org> References: <0daa59cddf5e7964da1564897df6ff19@posteo.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="5713"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) Cc: 41621-done@debbugs.gnu.org To: "Ricardo G. Herdt" Original-X-From: bug-guile-bounces+guile-bugs=m.gmane-mx.org@gnu.org Wed Jun 17 23:42:07 2020 Return-path: Envelope-to: guile-bugs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jlfot-0001Ne-5i for guile-bugs@m.gmane-mx.org; Wed, 17 Jun 2020 23:42:07 +0200 Original-Received: from localhost ([::1]:60938 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jlfos-0007YZ-59 for guile-bugs@m.gmane-mx.org; Wed, 17 Jun 2020 17:42:06 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45482) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jlfg6-0000jx-SG for bug-guile@gnu.org; Wed, 17 Jun 2020 17:33:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:40773) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jlfg6-00053u-Gr for bug-guile@gnu.org; Wed, 17 Jun 2020 17:33:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jlfg6-0007VE-Du for bug-guile@gnu.org; Wed, 17 Jun 2020 17:33:02 -0400 Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: bug-guile@gnu.org Resent-Date: Wed, 17 Jun 2020 21:33:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 41621 X-GNU-PR-Package: guile X-GNU-PR-Keywords: patch Mail-Followup-To: 41621@debbugs.gnu.org, ludo@gnu.org, r.herdt@posteo.de Original-Received: via spool by 41621-done@debbugs.gnu.org id=D41621.159242955728794 (code D ref 41621); Wed, 17 Jun 2020 21:33:02 +0000 Original-Received: (at 41621-done) by debbugs.gnu.org; 17 Jun 2020 21:32:37 +0000 Original-Received: from localhost ([127.0.0.1]:52318 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jlffg-0007UM-Lh for submit@debbugs.gnu.org; Wed, 17 Jun 2020 17:32:36 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:59246) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jlffe-0007UA-Gf for 41621-done@debbugs.gnu.org; Wed, 17 Jun 2020 17:32:35 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:52128) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jlffZ-000524-9p; Wed, 17 Jun 2020 17:32:29 -0400 Original-Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=58724 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jlffY-0004XK-Pk; Wed, 17 Jun 2020 17:32:29 -0400 In-Reply-To: <0daa59cddf5e7964da1564897df6ff19@posteo.de> (Ricardo G. Herdt's message of "Sat, 30 May 2020 23:07:12 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guile@gnu.org 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-mx.org@gnu.org Original-Sender: "bug-guile" Xref: news.gmane.io gmane.lisp.guile.bugs:9797 Archived-At: Hi, "Ricardo G. Herdt" skribis: > From f899d43554f81bf1d20c22e07437a4e49e2bb400 Mon Sep 17 00:00:00 2001 > From: "Ricardo G. Herdt" > Date: Sat, 30 May 2020 22:50:16 +0200 > Subject: [PATCH] doc: Add missing canonicalize-path documentation. > > The documentation is copied over from libguile/filesys.c. I just added > "(absolute)" to the text to help users finding it, since this term is > more common in other languages. > > * doc/ref/posix.texi Applied, thanks! Ludo=E2=80=99.