Hello Mike, On 1/16/20 10:15 PM, Mike Salvatore wrote: > This patch is a minor wording fix in getcwd.3 that changes "In the case > getcwd()" to "In the case of getcwd()". This patch should apply cleanly to the > master branch of the git repository. Thanks. Patch applied. Cheers, Michael > From 3b68ad225dbaada2b1b55153dc57807b04531cd6 Mon Sep 17 00:00:00 2001 > From: Mike Salvatore <mike.salvatore@xxxxxxxxxxxxx> > Date: Thu, 16 Jan 2020 16:08:08 -0500 > Subject: [PATCH] getcwd.3: wfix > > Signed-off-by: Mike Salvatore <mike.salvatore@xxxxxxxxxxxxx> > --- > man3/getcwd.3 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man3/getcwd.3 b/man3/getcwd.3 > index c8a691b4a..e5ed2c5d9 100644 > --- a/man3/getcwd.3 > +++ b/man3/getcwd.3 > @@ -155,7 +155,7 @@ is deprecated. > .SH RETURN VALUE > On success, these functions return a pointer to a string containing > the pathname of the current working directory. > -In the case > +In the case of > .BR getcwd () > and > .BR getwd () > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/