aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/stringlist.3
Commit message (Collapse)AuthorAgeFilesLines
* Expand contractions.Ruslan Ermilov2005-02-131-1/+1
| | | | Notes: svn path=/head/; revision=141851
* mdoc(7) police: markup laundry.Ruslan Ermilov2003-02-231-1/+1
| | | | Notes: svn path=/head/; revision=111285
* Sync with NetBSD -- sl_add() now returns an int.David E. O'Brien2003-01-191-6/+17
| | | | Notes: svn path=/head/; revision=109508
* mdoc(7) police: Fixed abuses of the .Ar and .Em macros.Ruslan Ermilov2002-12-181-17/+17
| | | | Notes: svn path=/head/; revision=108040
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
| | | | Notes: svn path=/head/; revision=84306
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79531
* Whitespace only change: trim trailing whitespace.Jeroen Ruigrok van der Werven2000-10-301-1/+1
| | | | Notes: svn path=/head/; revision=67967
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-211-0/+2
| | | | | | | More libraries manpages updates following. Notes: svn path=/head/; revision=59460
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+2
| | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=48794
* Add stringlist functions from NetBSD. (required for the new ftp(1)Mike Smith1997-06-251-0/+120
Obtained from: NetBSD Notes: svn path=/head/; revision=26925