aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/confstr.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
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-1/+0
| | | | | | | They have no effect when coming in pairs, or before .Bl/.Bd Notes: svn path=/head/; revision=213573
* mdoc: remove .Pp where not neededUlrich Spörlein2010-04-141-1/+0
| | | | | | | | | | This trips up mdocml and can simply go away. Reviewed by: ru Approved by: philip, ed (mentors) Notes: svn path=/head/; revision=206615
* 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
* o As POSIX requires confstr(3) returns zero on errors, not -1.Maxim Konovalov2006-12-031-2/+2
| | | | | | | | | PR: misc/106234 Submitted by: Guy Harris MFC after: 1 week Notes: svn path=/head/; revision=164847
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-1/+1
| | | | Notes: svn path=/head/; revision=119893
* Start using .St macro for POSIX.1-2001.Ruslan Ermilov2001-12-081-2/+1
| | | | Notes: svn path=/head/; revision=87533
* 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
* Fix spelling of `errno' and add cross-references.Garrett Wollman2001-06-181-6/+13
| | | | Notes: svn path=/head/; revision=78443
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-1/+2
| | | | Notes: svn path=/head/; revision=70481
* 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/+1
| | | | | | | | | | | | | | | | | | | | 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
* Correctly use .Fn instead of .Nm to reference function namesMike Pritchard1996-08-221-1/+2
| | | | | | | | | | | in a bunch of man pages. Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros instead of explicitly specifying the version in the text in a bunch of man pages. Notes: svn path=/head/; revision=17782
* Update a bunch of man pages to use .Fn insteadMike Pritchard1996-08-221-4/+5
| | | | | | | of .Nm when referencing funciton names. Notes: svn path=/head/; revision=17780
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+123
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573