summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/realpath.3
AgeCommit message (Expand)AuthorFilesLines
2019-12-11The file passed to realpath(3) must exists, adjust man page to newbluhm1-3/+3
2019-07-05improve verb-tense for explaining the calling convention of __deraadt1-3/+3
2019-06-30tweak previous; ok guentherjmc1-5/+6
2019-06-29Document that getcwd() and realpath() are built on system calls thatguenther1-2/+16
2019-06-15oops - missing .El in previous;jmc1-1/+2
2019-06-15realpath(3) doesn't use lstat(2), readlink(2), or getcwd(3) anymore,deraadt1-21/+39
2014-01-20Fix an obvious .Fn/.Fa typo, found while testing mandocdb(8).schwarze1-3/+3
2013-06-05Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu1-4/+4
2011-07-24occured -> occurred;jmc1-2/+2
2011-07-24Recent Single Unix will malloc memory if the second argument of realpath()miod1-4/+17
2007-07-06Reference limits.h, not sys/param.h since we document using PATH_MAXmillert1-3/+3
2007-05-31convert to new .Dd format;jmc1-2/+2
2005-04-03Xr readlink(1). ok jmc@otto1-1/+2
2005-03-30Do not promise anything about the contents of resolved on failure.otto1-4/+4
2005-03-29Make realpath() thread-safe. New implementation does not use chdir(2) at all.brad1-12/+8
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert1-6/+2
2003-06-01- section reorderjmc1-9/+9
2001-04-23Various man page fixes and improvements from gluk@aaron1-4/+4
2000-04-20Flesh out stdlib function man pages.aaron1-4/+3
1999-07-02remove extra comma from .Dd arguments: "Month ##, ####" is the correct format,aaron1-2/+2
1999-06-29first round of repairs on stdlibaaron1-2/+2
1999-05-28"SEE ALSO" -> SEE ALSO, missed these files beforeaaron1-2/+2
1997-05-30for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \deraadt1-2/+2
1996-08-19Fix RCS idstholo1-2/+1
1995-10-18initial import of NetBSD treederaadt1-0/+126