Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consistently .Xr the corresponding wide char functions from char- and | 2017-12-01 | 1 | -2/+3 | |
| | | | | | 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@. | ||||
* | Stop recommending the non-standard and slightly dangerous fgetln(3). | 2016-08-27 | 1 | -4/+4 | |
| | | | | Recommend POSIX getline(3) instead. | ||||
* | explicitly clarify that reading also stops after size-1 bytes | 2014-11-04 | 1 | -3/+5 | |
| | |||||
* | c11 compliance: remove gets() | 2014-03-23 | 1 | -55/+10 | |
| | |||||
* | more library history | 2013-07-17 | 1 | -2/+9 | |
| | | | | | facts checked by sobrado@ style tweaks and ok jmc@ | ||||
* | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | 2013-06-05 | 1 | -3/+3 | |
| | |||||
* | Set errno to EINVAL when fgets is given a non-positive size. | 2009-06-02 | 1 | -2/+6 | |
| | | | | OK millert otto | ||||
* | Say NUL when referring to \0 | 2007-09-07 | 1 | -3/+3 | |
| | |||||
* | Show how to use strcspn(3) to trim newlines. | 2007-08-08 | 1 | -7/+5 | |
| | | | | OK jmc and millert. | ||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | suceed -> succeed; from chad dougherty | 2006-10-30 | 1 | -2/+2 | |
| | |||||
* | mark up `>'; | 2006-10-15 | 1 | -3/+3 | |
| | |||||
* | Add a CAVEAT section that describes how to properly trim a newline from | 2006-10-14 | 1 | -10/+41 | |
| | | | | | a string, being careful to deal with 0-length strings. Help and input from jmc, ok deraadt | ||||
* | Make fgets description much clearer with respect to its exact behavior. | 2006-10-14 | 1 | -7/+9 | |
| | | | | OK and input from deraadt, jmc, millert. | ||||
* | - typos, punctuation, spacing, macro, layout, etc. fixes | 2005-07-26 | 1 | -2/+3 | |
| | | | | | | - avoid first person ok jmc | ||||
* | Be correct in our man pages when talking about NUL termination (that is, | 2005-02-25 | 1 | -2/+2 | |
| | | | | | termination with '\0') vs. null termination. Input from krw@, jaredy@, jmc@. OK deraadt@ | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | - section reorder | 2003-06-01 | 1 | -12/+12 | |
| | | | | | - kill unnecessary .Ns macros - add some man page section numbers to .Xr's | ||||
* | Better English. | 2003-05-17 | 1 | -3/+3 | |
| | |||||
* | Document behaviour when size = 1. ok millert@ | 2003-05-17 | 1 | -1/+14 | |
| | |||||
* | .Xr typos; | 2003-03-06 | 1 | -3/+3 | |
| | |||||
* | correct check for strchr() failure in EXAMPLE; from pinskia@physics.uc.edu | 2002-07-20 | 1 | -2/+2 | |
| | |||||
* | Use the more likely pointer in a sample code fragment; miod@ ok. | 2002-04-05 | 1 | -2/+2 | |
| | |||||
* | style(9) for the example; Alexander Yurchenko | 2002-03-05 | 1 | -3/+3 | |
| | |||||
* | Various repairs, mostly to get rid of short lines. | 2000-12-24 | 1 | -9/+5 | |
| | |||||
* | Repairs, mostly removing hard sentence breaks. | 2000-04-18 | 1 | -2/+3 | |
| | |||||
* | fix example. ok aaron@ | 2000-02-19 | 1 | -2/+2 | |
| | |||||
* | typos | 1999-11-15 | 1 | -2/+2 | |
| | |||||
* | Add CAVEATS sections. | 1999-09-15 | 1 | -1/+45 | |
| | |||||
* | - remove all trailing whitespace | 1999-07-09 | 1 | -3/+3 | |
| | | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | ||||
* | punctuation | 1999-05-25 | 1 | -2/+2 | |
| | |||||
* | .Pp macros do not belong immiedately after .Sh section header lines | 1999-04-02 | 1 | -2/+1 | |
| | |||||
* | Fix RCS ids | 1996-08-19 | 1 | -3/+1 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | int not size_t, checked against K&R pg247; netbsd pr#2664, msaitoh@spa.is.uec.ac.jp | 1996-07-31 | 1 | -1/+1 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+153 | |