All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alejandro Colomar <alx.manpages@gmail.com>
To: mtk.manpages@gmail.com
Cc: Alejandro Colomar <alx.manpages@gmail.com>,
	linux-man@vger.kernel.org,
	Alan Peakall <Alan.Peakall@helpsystems.com>
Subject: [PATCH] posixoptions.7: Fix legacy functions list (s/getcwd/getwd/)
Date: Sat,  3 Jul 2021 19:23:52 +0200	[thread overview]
Message-ID: <20210703172351.79481-1-alx.manpages@gmail.com> (raw)
In-Reply-To: <SN6PR08MB49282117AFEB2499B3DD224380319@SN6PR08MB4928.namprd08.prod.outlook.com>

Alan:

[
The on-line copy of the manual page "posixoptions(7)" dated
2018-04-30 has an entry for "getcwd()" in the section headed
"XSI - _XOPEN_LEGACY - _SC_XOPEN_LEGACY".
I believe that entry should be "getwd()" as that is the API call
which was present in X/Open-6 but withdrawn in X/Open-7.
]

Reported-by: Alan Peakall <Alan.Peakall@helpsystems.com>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
---

Hi Alan,
Thanks for the report.  This patch should fix it.

Hi Michael,
Please apply this patch.

Thanks,

Alex

 man7/posixoptions.7 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man7/posixoptions.7 b/man7/posixoptions.7
index d2ee10302..d6882fe05 100644
--- a/man7/posixoptions.7
+++ b/man7/posixoptions.7
@@ -968,7 +968,7 @@ The following functions are present:
 .IR fcvt ()
 .IR ftime ()
 .IR gcvt ()
-.IR getcwd ()
+.IR getwd ()
 .IR index ()
 .IR mktemp ()
 .IR rindex ()
-- 
2.32.0


      reply	other threads:[~2021-07-03 17:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-14  8:51 man-pages: posixoptions(7) Alan Peakall
2021-07-03 17:23 ` Alejandro Colomar [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210703172351.79481-1-alx.manpages@gmail.com \
    --to=alx.manpages@gmail.com \
    --cc=Alan.Peakall@helpsystems.com \
    --cc=linux-man@vger.kernel.org \
    --cc=mtk.manpages@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.