From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x544.google.com (mail-ed1-x544.google.com [IPv6:2a00:1450:4864:20::544]) by sourceware.org (Postfix) with ESMTPS id D2DCC3898518 for ; Thu, 30 Apr 2020 11:35:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D2DCC3898518 Received: by mail-ed1-x544.google.com with SMTP id j20so4234296edj.0 for ; Thu, 30 Apr 2020 04:35:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:reply-to :from:date:message-id:subject:to:cc; bh=A8x8JNyHddCpbJP3xr+i3e10umrDWrhBvC4bNVWguPw=; b=EpPJnMQISAaVxi9+WziOAZEyrvtC2QVXeqKRtLpT8gHd9sL8u1JC3FrMWxxdQAeEWi OzyYLJ6ZqdE3K4cqQ7vdY7g+IawngpDafD+TWPNwEb5X+FxQxoyDeIWCfo75tlfeyhSW H40CxeipSnm6Rqm53J/q64fT0rEqzasGRvZppzWfEEr0ZBsxmLGUpAIPM8clxRzbmvBD 3HseDRcjl8T83GKP2G2N0PpLGnlyTi4RK0jgs7ItbNE2msvPiHRBb+HL8GQ0HcK0hluK KGbzTN8bjiw/WqQI68YW/MIE5QPFHRNlQEN9efcEml3gRNk9Zd0ecmKZN7Rfy2i1+58e wpGA== X-Gm-Message-State: AGi0PuZS1EmlW/GevESk857mia66SgYc8DXpw0i/alNBoN4ZmUBOaeaF jKhuapT8NcR3Cx2l/tB/R2VWWCUKtxHCwTRXU5wRZvaR X-Google-Smtp-Source: APiQypIcKpAIMYdHh0d3dobPFndVzy09mJicuJufHVEKuRAkZAdggamB+9ZvXz6A4Vf59vx7RZMffvIjBAMBBWQw/kc= X-Received: by 2002:a50:9e6a:: with SMTP id z97mr2025073ede.375.1588246553000; Thu, 30 Apr 2020 04:35:53 -0700 (PDT) MIME-Version: 1.0 References: <87d07p9v73.fsf@mid.deneb.enyo.de> In-Reply-To: Reply-To: mtk.manpages@gmail.com From: "Michael Kerrisk (man-pages)" Date: Thu, 30 Apr 2020 13:35:41 +0200 Message-ID: Subject: Re: [PATCH] manual: Add Descriptor-Relative Access section To: Florian Weimer Cc: libc-alpha Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Apr 2020 11:35:55 -0000 Oops: > > +@code{dirfd} function. @xref{Opening a Directory}. > > + > > +If a directory descriptor is used with one of the @code{@dots{}at} > > +functions, a relative pathname argument is resolved relatively to that > > s/relatively/relatively/ s/relatively/relative/