summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/realpath.3 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix an obvious .Fn/.Fa typo, found while testing mandocdb(8).schwarze2014-01-201-3/+3
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-4/+4
* occured -> occurred;jmc2011-07-241-2/+2
* Recent Single Unix will malloc memory if the second argument of realpath()miod2011-07-241-4/+17
* Reference limits.h, not sys/param.h since we document using PATH_MAXmillert2007-07-061-3/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* Xr readlink(1). ok jmc@otto2005-04-031-1/+2
* Do not promise anything about the contents of resolved on failure.otto2005-03-301-4/+4
* Make realpath() thread-safe. New implementation does not use chdir(2) at all.brad2005-03-291-12/+8
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* - section reorderjmc2003-06-011-9/+9
* Various man page fixes and improvements from gluk@aaron2001-04-231-4/+4
* Flesh out stdlib function man pages.aaron2000-04-201-4/+3
* remove extra comma from .Dd arguments: "Month ##, ####" is the correct format,aaron1999-07-021-2/+2
* first round of repairs on stdlibaaron1999-06-291-2/+2
* "SEE ALSO" -> SEE ALSO, missed these files beforeaaron1999-05-281-2/+2
* for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \deraadt1997-05-301-2/+2
* Fix RCS idstholo1996-08-191-2/+1
* initial import of NetBSD treederaadt1995-10-181-0/+126