summaryrefslogtreecommitdiffstats
path: root/usr.bin/getcap
AgeCommit message (Collapse)AuthorFilesLines
2019-09-02More correction of section 3 layout. directory->opendir, fts->fts_open,deraadt1-6/+6
getcap->cgetent. pwcache->user_from_uid. And then repair references. ok jmc
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.millert2-5/+5
2017-01-20In "%.*s" the * takes (int). gcc whines if you try to use the resultkrw1-2/+3
of pointer subtraction without a cast. So cast those expressions to (int). Switch one local variable to the same type as the parameter it is compared to. ok deraadt@ guenther@ beck@
2015-10-10simple program using "stdio rpath"deraadt1-1/+4
ok doug
2015-09-25add missing .Ar macro and simplify synopsisschwarze2-14/+8
2013-11-15Include unistd.h as it is the standard location for getopt().millert1-1/+2
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-5/+1
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
2007-05-31convert to new .Dd format;jmc1-2/+2
2006-01-28Remove duplicate cgetstr() call introduced by accident. Andrey Matveevmillert1-4/+2
2005-02-21tweaks;jmc1-13/+13
2005-02-19Add getcap(1), a simple tool to query getcap(3)-style databases.millert3-0/+373