On Tue, Feb 02, 2021 at 06:08:19PM +1100, Eddie Youseph wrote: > Hi, > > A couple of small grammar fixes for cgetent.3 and ungetwc.3 >
fixed, thanks. jmc > Index: lib/libc/gen/cgetent.3 > =================================================================== > RCS file: /cvs/src/lib/libc/gen/cgetent.3,v > retrieving revision 1.1 > diff -u -p -u -p -r1.1 cgetent.3 > --- lib/libc/gen/cgetent.3 2 Sep 2019 21:18:41 -0000 1.1 > +++ lib/libc/gen/cgetent.3 2 Feb 2021 06:51:08 -0000 > @@ -244,7 +244,7 @@ Upon completion of the database 0 is ret > return of a record with possibly more remaining (the end of the database has > not been reached yet); 2 is returned if the record contains an unresolved > .Ic tc > -expansion; \-1 is returned if an system error occurred; and \-2 > +expansion; \-1 is returned if a system error occurred; and \-2 > is returned if a potential reference loop is detected (see > .Ic tc= > comments below). > > Index: lib/libc/stdio/ungetwc.3 > =================================================================== > RCS file: /cvs/src/lib/libc/stdio/ungetwc.3,v > retrieving revision 1.5 > diff -u -p -u -p -r1.5 ungetwc.3 > --- lib/libc/stdio/ungetwc.3 1 Dec 2017 11:18:40 -0000 1.5 > +++ lib/libc/stdio/ungetwc.3 2 Feb 2021 06:51:08 -0000 > @@ -51,7 +51,7 @@ The > .Fn ungetwc > function pushes the wide character > .Fa wc > -(converted to an wchar_t) > +(converted to a wchar_t) > back onto the input stream pointed to by > .Fa stream . > The pushed-backed wide characters will be returned by subsequent reads on the >
