aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio/putwc.3
Commit message (Collapse)AuthorAgeFilesLines
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
| | | | | | | | | | | | Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point. Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96 Notes: svn path=/head/; revision=314436
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
| | | | | | | | | clause. # If I've done so improperly on a file, please let me know. Notes: svn path=/head/; revision=165903
* Refer to "wide characters" instead of "wide-characters".Tim J. Robbins2004-03-161-4/+4
| | | | Notes: svn path=/head/; revision=127073
* Consistently mark std(in|out|err) with .Dv, because that's how theyRuslan Ermilov2002-12-041-1/+1
| | | | | | | | | | are marked up in stdio(3), and because they are defined expressions of type "FILE *". Approved by: re Notes: svn path=/head/; revision=107619
* mdoc(7) police: markup overhaul.Ruslan Ermilov2002-12-041-4/+10
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107616
* Cross-reference putc(3).Tim J. Robbins2002-10-281-0/+1
| | | | Notes: svn path=/head/; revision=106083
* Cross-reference between byte and wide-character stdio functions. RemoveTim J. Robbins2002-10-101-8/+3
| | | | | | | references to fputwc() and fgetwc() being macros while I'm at it. Notes: svn path=/head/; revision=104750
* FreeBSD-ify: use In macro for header files in Synopsis, St C-99 instead ofTim J. Robbins2002-08-131-3/+3
| | | | | | | St C99 in Standards section. Notes: svn path=/head/; revision=101781
* Manual pages for fwide(), getwc(), fgetwc(), getwchar(), putwc(), fputwc(),Tim J. Robbins2002-08-121-0/+105
putwchar(), ungetwc() from NetBSD and Citrus Project, unmodified except for the addition of $FreeBSD$. Obtained from: NetBSD, Citrus Project Notes: svn path=/head/; revision=101732