CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2017/12/01 04:18:40
Modified files: lib/libc/stdio : fgetln.3 fgets.3 fputs.3 getc.3 getwc.3 printf.3 putc.3 putwc.3 scanf.3 ungetc.3 ungetwc.3 Log message: 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@.