summaryrefslogtreecommitdiff
path: root/usr.bin/readlink
AgeCommit message (Collapse)Author
2010-09-03add an EXIT STATUS section for /usr/bin;Jason McIntyre
2009-05-01add missing header needed by err()Charles Longeau
ok otto@ millert@ gilles@
2009-01-04replace hardcoded exit values with .Ex macros;Igor Sobrado
ok jmc@
2007-09-10optional flags must be sorted and enclosed in single brackets,Igor Sobrado
as style(9) suggests; usage() should be a function; minor KNF fix ok otto@
2007-05-31convert to new .Dd format;Jason McIntyre
2007-02-12if -f is not used, readlink should not print anything on error, but ifOtto Moerbeek
-f is used, handle errors like it should. ok'ed by deraadt@ some time ago but then forgotten
2006-05-09back out change that busted how the tree buildsTheo de Raadt
not approved by the right people, not tested by the right people, and work done by people who don't know how to test what they write you know who you are -- stop screwing with things you refuse to test completely.
2006-05-09Sync usage() with man page.Ray Lai
OK jmc@.
2006-05-08This change:Ray Lai
- checks for realpath(3) failure - adds usage() - uses <err.h> - KNF - prevents saving strlen() return value into an int OK kjell@.
2005-04-04realpath is section 3, not 2;Jason McIntyre
2005-04-03Help people find the more or less hidden realpath(3) functionalityOtto Moerbeek
in readlink(1), and explain what it does more clearly. ok jmc@
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
2000-03-10Various cleanups and standardization.Aaron Campbell
2000-03-05Finish standardizing options list introduction.Aaron Campbell
1998-09-27usr.bin/ man page cleanups, n-sAaron Campbell
1998-08-24do not mangle output of realpath()kstailey
1998-08-24do not mangle output of realpath()kstailey
1998-08-24do not mangle output of realpath()kstailey
1998-07-08use fprintf everytime for consitancy; help !ansi compilers as wellMichael Shalayeff
1998-05-18readlink len-1Theo de Raadt
1997-11-18readlink does not necessarily NUL-terminateNiklas Hallqvist
1997-09-23Stupid me reinventing the wheel. Use realpath(3).Niklas Hallqvist
1997-09-23strncpyTheo de Raadt
1997-09-23Add -f option to follow all symlinks recursively in a pathnameNiklas Hallqvist
1997-09-05s/OpenBSD/.Ox/kstailey
1997-08-18build manpagekstailey
1997-08-18documentkstailey
1997-08-18use "limits.h" not "sys/syslimits.h"kstailey
1997-07-01Change default behavior to print newline after contents of symlink.kstailey
Add "-n" flag to get old behavior.
1997-06-29don't include <err.h>kstailey
1997-06-29more p's in fprintfkstailey
1997-06-29cannot use errx for usageTheo de Raadt
1997-06-28RTFMgrr
1997-06-20Copyright (29 lines of copyright for 21 lines of code) and tagkstailey
1997-06-20WallTheo de Raadt
1997-06-12goodbye perlkstailey