All of lore.kernel.org
 help / color / mirror / Atom feed
* man-pages: posixoptions(7)
@ 2021-06-14  8:51 Alan Peakall
  2021-07-03 17:23 ` [PATCH] posixoptions.7: Fix legacy functions list (s/getcwd/getwd/) Alejandro Colomar
  0 siblings, 1 reply; 2+ messages in thread
From: Alan Peakall @ 2021-06-14  8:51 UTC (permalink / raw)
  To: mtk.manpages, alx.manpages; +Cc: linux-man

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.

Regards - Alan

Alan Peakall
Senior Software Engineer
e. alan.peakall@helpsystems.com
p. 44 (0)1252 618006
w. www.helpsystems.com 

Northern European Headquarters: Sentinel House, Building B, Harvest Crescent, Fleet, Hampshire GU51 2UZ

Help/Systems International Limited. Registered in England and Wales. Registered number: 4172068.
Registered Office: 3rd Floor 1 Ashley Road, Altrincham, Cheshire, United Kingdom, WA14 2DT




^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] posixoptions.7: Fix legacy functions list (s/getcwd/getwd/)
  2021-06-14  8:51 man-pages: posixoptions(7) Alan Peakall
@ 2021-07-03 17:23 ` Alejandro Colomar
  0 siblings, 0 replies; 2+ messages in thread
From: Alejandro Colomar @ 2021-07-03 17:23 UTC (permalink / raw)
  To: mtk.manpages; +Cc: Alejandro Colomar, linux-man, Alan Peakall

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-03 17:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-14  8:51 man-pages: posixoptions(7) Alan Peakall
2021-07-03 17:23 ` [PATCH] posixoptions.7: Fix legacy functions list (s/getcwd/getwd/) Alejandro Colomar

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.