Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The .Fn function | charnier | 2003-03-24 | 2 | -6/+9 |
| | |||||
* | Consistently mark std(in|out|err) with .Dv, because that's how they | ru | 2002-12-04 | 1 | -4/+4 |
| | | | | | | | are marked up in stdio(3), and because they are defined expressions of type "FILE *". Approved by: re | ||||
* | mdoc(7) police: formatting nits. | ru | 2002-11-29 | 1 | -1/+1 |
| | | | | Approved by: re | ||||
* | - Remove the lsearch() and lfind() functions and their manpage from | robert | 2002-10-16 | 3 | -203/+2 |
| | | | | | | | | | the compatibility library libcompat. - Add new implementations of lsearch() and lfind() which conform to IEEE Std 1003.1-2001 to libc. Add a new manual page for them and add them to the makefile. - Add function prototypes for lsearch() and lfind() to the search.h header. | ||||
* | - Remove the old insque() and remque() functions and their manual | robert | 2002-10-16 | 4 | -208/+1 |
| | | | | | | | | | page from the compatibility library. - Add new implementations of insque() and remque() which conform to IEEE Std 1003.1-2001 to libc. Add a new manual page for them and connect them to the build. - Add the prototypes of insque() and remque() to the search.h header. | ||||
* | Assume __STDC__, remove non-__STDC__ code. | alfred | 2002-05-28 | 3 | -20/+0 |
| | | | | Submitted by: keramida | ||||
* | mdoc(7) police: fixed the whatis entry. | ru | 2002-05-18 | 1 | -1/+1 |
| | |||||
* | Remove 'register' keyword. | obrien | 2002-03-21 | 6 | -65/+81 |
| | |||||
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 8 | -9/+9 |
| | |||||
* | mdoc(7) police: expand plain text xrefs. | ru | 2001-08-08 | 3 | -3/+8 |
| | |||||
* | mdoc(7) police: | ru | 2001-08-07 | 1 | -4/+2 |
| | | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block. | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 9 | -32/+32 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 4 | -4/+4 |
| | |||||
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -5/+5 |
| | |||||
* | mdoc(7) police: prepare for mdocNG. | ru | 2001-02-28 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 3 | -3/+3 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-29 | 4 | -9/+7 |
| | |||||
* | Remove text saying "this is available from the compatibility library, | ben | 2000-11-21 | 11 | -12/+24 |
| | | | | | | | | | libcompat" in favour of a .Sh LIBRARY section using the .Lb macro. Also add .Bf -symbolic around the text saying "this is obsolete" in re_comp.3. PR: 22675 Submitted by: Mike Meyer <mwm@mired.org> Reviewed by: sheldonh | ||||
* | mdoc(7) police: Nm -> Fn where appropriate. | ru | 2000-11-20 | 2 | -10/+18 |
| | |||||
* | Remove fullstops from the end of .Xr lines in SEE ALSO section. | ben | 2000-11-15 | 2 | -2/+2 |
| | |||||
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 6 | -6/+2 |
| | |||||
* | Return an error instead of overflowing the buffer in the case of a long | kris | 2000-08-04 | 1 | -0/+4 |
| | | | | $HOME in ruserpass() | ||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-02 | 3 | -3/+6 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | Aargh, the $FreeBSD$ check caused an inconsistent commit by rejecting | bde | 1999-12-22 | 1 | -2/+3 |
| | | | | | | | | | | | this makefile update which should have been together with the file removal. Removed vlimit.3 and vtimes.3. Removed vlimit.c and vtimes.c from the "MISSING" list. These were old variants of get/setrlimit() and getrusage(), respectively, and were never implemented in FreeBSD. vlimit.3 referred to <sys/vlimit.h> which was removed recently. vtimes.3 referred to <sys/vtimes.h> which never existed in FreeBSD. | ||||
* | Removed vlimit.3 and vtimes.3. Removed vlimit.c and vtimes.c from | bde | 1999-12-22 | 2 | -270/+0 |
| | | | | | | | the "MISSING" list. These were old variants of get/setrlimit() and getrusage(), respectively, and were never implemented in FreeBSD. vlimit.3 referred to <sys/vlimit.h> which was removed recently. vtimes.3 referred to <sys/vtimes.h> which never existed in FreeBSD. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 19 | -19/+19 |
| | |||||
* | Bad reference to exit(2) changed to exit(3). | chris | 1999-08-14 | 1 | -2/+2 |
| | |||||
* | Various cleanups. | green | 1999-07-19 | 1 | -6/+6 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 10 | -0/+10 |
| | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde | ||||
* | Correct typo. | jkoshy | 1999-01-27 | 1 | -1/+2 |
| | | | | | PR: docs/9597 Submitted by: Christoph Kukulies <kuku@FreeBSD.ORG> | ||||
* | Cleanup. Make it compile on alpha. | dima | 1998-11-10 | 1 | -17/+0 |
| | |||||
* | Change ${MACHINE} into ${MACHINE_ARCH} to support MACHINE=pc98. | kato | 1998-09-09 | 1 | -11/+11 |
| | |||||
* | Move ftok() from libcompat to libc, so that it can be closer to its | jdp | 1998-06-10 | 3 | -138/+1 |
| | | | | | | friend shmget(). PR: closes misc/6763 | ||||
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq | charnier | 1998-03-19 | 1 | -5/+3 |
| | |||||
* | kill the undead | peter | 1997-07-13 | 1 | -21/+0 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r27180, | bde | 1997-07-03 | 1 | -0/+21 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import Lite2's src/lib, except for non-i386 machine-dependent directories, | bde | 1997-07-03 | 1 | -0/+21 |
| | | | | | | | | | | libc/db, libc/gen/crypt.* and libtelnet. All affected files except 3 unimportant ones have already left the vendor branch. | ||||
| * | recording cvs-1.6 file death | peter | 1995-12-30 | 1 | -21/+0 |
| | | |||||
* | | Fixed #include and/or prototype bugs in synopsis. | bde | 1997-04-19 | 1 | -1/+3 |
| | | |||||
* | | "Fixed" prototype bugs in synopsis. | bde | 1997-04-13 | 1 | -2/+4 |
| | | |||||
* | | Fixed missing #include in synopsis. | bde | 1997-04-13 | 1 | -0/+1 |
| | | |||||
* | | Speedup in case locale not used | ache | 1997-04-04 | 2 | -27/+17 |
| | | |||||
* | | Remove unneded define from CFLAGS (from orand* compatibility) | ache | 1997-03-29 | 1 | -1/+1 |
| | | |||||
* | | Remove orand* compatibility as promised (next release) | ache | 1997-03-29 | 1 | -5/+1 |
| | | |||||
* | | FIxed arg types (mostly missing consts) in synopsis. | bde | 1997-03-19 | 2 | -5/+5 |
| | | |||||
* | | Fixed missing function types in synopsis. | bde | 1997-03-19 | 1 | -0/+2 |
| | | |||||
* | | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 11 | -11/+11 |
| | | |||||
* | | Sort cross references. | wosch | 1997-01-20 | 5 | -7/+7 |
| | | |||||
* | | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 11 | -11/+11 |
| | | | | | | | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | | Replace collate_range_cmp call with its code | ache | 1996-10-31 | 1 | -1/+18 |
| | |