summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/scandir.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More correction of section 3 layout. directory->opendir, fts->fts_open,deraadt2019-09-021-3/+3
| | | | | getcap->cgetent. pwcache->user_from_uid. And then repair references. ok jmc
* Reduce usage of predefined strings in manpages.bentley2015-02-281-3/+8
| | | | | | | | | | | Predefined strings are not very portable across troff implementations, and they make the source much harder to read. Usually the intended character can be written directly. No output changes, except for two instances where the incorrect escape was used in the first place. tweaks + ok schwarze@
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-4/+4
|
* Change scandir()'s 'select' argument fromguenther2012-11-291-3/+11
| | | | | | | | | int (*)(struct dirent *) to int (*)(const struct dirent *) to match POSIX. ok millert@, ports check by naddy@
* The arguments scandir() and alphasort() have changed; show that andguenther2012-03-241-4/+26
| | | | | | give some history. ok matthew@ millert@ jmc@ naddy@
* dispense with some wacky escape sequences;jmc2010-03-261-3/+3
|
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Various repairs, mostly to get rid of short lines.aaron2000-12-241-5/+3
|
* - remove all trailing whitespaceaaron1999-07-091-2/+2
| | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
* use \-1, not -1, to change the meaning of `-' to minus sign from hyphen;aaron1999-06-031-2/+2
| | | | pjanzen@
* repairsaaron1999-05-291-6/+10
|
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-2/+2
| | | | is used instead; kwesterback@home.com
* Fix RCS idstholo1996-08-191-3/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+108