From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Maxime Devos Newsgroups: gmane.lisp.guile.devel Subject: [PATCH v2 06/14] =?UTF-8?q?Correct=20documentation=20of=20?= =?UTF-8?q?=E2=80=98mkdir=E2=80=99=20w.r.t.=20the=20umask.?= Date: Tue, 16 Nov 2021 11:06:29 +0000 Message-ID: <20211116110637.125579-7-maximedevos@telenet.be> References: <175c3a6572e832d84927937b309a3095cadf5702.camel@telenet.be> <20211116110637.125579-1-maximedevos@telenet.be> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27352"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Maxime Devos To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Tue Nov 16 12:16:10 2021 Return-path: Envelope-to: guile-devel@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 1mmwRe-0006r0-56 for guile-devel@m.gmane-mx.org; Tue, 16 Nov 2021 12:16:10 +0100 Original-Received: from localhost ([::1]:47226 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mmwRd-0006uV-7O for guile-devel@m.gmane-mx.org; Tue, 16 Nov 2021 06:16:09 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:34246) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mmwRJ-0006rZ-1U for guile-devel@gnu.org; Tue, 16 Nov 2021 06:15:49 -0500 Original-Received: from leibniz.telenet-ops.be ([195.130.137.77]:48538) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mmwRH-0006W7-DW for guile-devel@gnu.org; Tue, 16 Nov 2021 06:15:48 -0500 Original-Received: from baptiste.telenet-ops.be (baptiste.telenet-ops.be [IPv6:2a02:1800:120:4::f00:13]) by leibniz.telenet-ops.be (Postfix) with ESMTPS id 4Htjtg5m6vzMrHtX for ; Tue, 16 Nov 2021 12:06:51 +0100 (CET) Original-Received: from localhost.localdomain ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a]) by baptiste.telenet-ops.be with bizsmtp id Jz6j2600Q4UW6Th01z6qJ4; Tue, 16 Nov 2021 12:06:50 +0100 X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211116110637.125579-1-maximedevos@telenet.be> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r21; t=1637060810; bh=4aup0GtGM1eyPg2t35+IhtXpP3QbrIeKJbR9dwDJe8U=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=OKGpD6cAQWF1+sNp/aEg7GtH6YlZPhHgHRyoozyxHL54ZOCy5//TnI2Yni8SV0lNT i5fpbZ9VLv27TbhC5ZWkDpncVNwYyApotIehHPUPoCNlVI5hze9urBJn+72aPNsvTb 161wtr2Rh6OHfVREDTOfHBsjzOslQtifruJveefW4kdLz1iXsqcdpNsukZOzM2B2m8 mGN78oOLCwm2bBaXUi5zEPcRPa6YSNd9LSghPuMgFkLJd21yKdIsz7qQ8gU0NJt7jH Sx15yIoQ1l0R3EqeKM4BDIPG0jIBeaPHLsvtQHUUwPxyHLajjkSrHNrP4JdXheik/h m9PZnCVHQxz1Q== Received-SPF: pass client-ip=195.130.137.77; envelope-from=maximedevos@telenet.be; helo=leibniz.telenet-ops.be X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.io gmane.lisp.guile.devel:20943 Archived-At: * doc/ref/posix.texi (mkdir): Note that the umask is applied even if the mode argument is set. --- doc/ref/posix.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/ref/posix.texi b/doc/ref/posix.texi index d261ac8da..7f136376b 100644 --- a/doc/ref/posix.texi +++ b/doc/ref/posix.texi @@ -902,7 +902,8 @@ the directory referred to by the file port @var{dir}. Create a new directory named by @var{path}. If @var{mode} is omitted then the permissions of the directory are set to @code{#o777} masked with the current umask (@pxref{Processes, @code{umask}}). -Otherwise they are set to the value specified with @var{mode}. +Otherwise they are set to the value specified with @var{mode} +masked with the current umask. The return value is unspecified. @end deffn -- 2.30.2