Consistently .Xr the corresponding wide char functions from char- and
authorschwarze <schwarze@openbsd.org>
Fri, 1 Dec 2017 11:18:40 +0000 (11:18 +0000)
committerschwarze <schwarze@openbsd.org>
Fri, 1 Dec 2017 11:18:40 +0000 (11:18 +0000)
commitdd39f797388913bbd4298865a899a336ff3de11a
treecfe1c1678e5f8500786d517db87eb7de305e3ca9
parent3215c5d7c5b2845380a454b529b485aa0df3baeb
Consistently .Xr the corresponding wide char functions from char- and
string-handling <stdio.h> functions, like we already do it for <string.h>.
Includes a smaller patch from <kshe59 at zoho dot eu>, OK jmc@.
lib/libc/stdio/fgetln.3
lib/libc/stdio/fgets.3
lib/libc/stdio/fputs.3
lib/libc/stdio/getc.3
lib/libc/stdio/getwc.3
lib/libc/stdio/printf.3
lib/libc/stdio/putc.3
lib/libc/stdio/putwc.3
lib/libc/stdio/scanf.3
lib/libc/stdio/ungetc.3
lib/libc/stdio/ungetwc.3