summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2007-02-16change [-f | -i] to [-fi]: although technically not as correct, it isJason McIntyre
2007-02-16sort options and make -X a little clearer; mostly from Igor SobradoJason McIntyre
2007-02-16Allow moving files starting with a dash acrossMoritz Jodeit
2007-02-06fix some dodgy displays;Jason McIntyre
2007-02-03statfs(2) and fstatfs(2) are one and the same, so don;t add both to SEE ALSO;Jason McIntyre
2007-01-09align usage message correctlyTheo de Raadt
2006-12-26fts_read returning NULL and errno set is an error. ok ray@Otto Moerbeek
2006-12-15remove a raft of unneccessary escapes; from ru@freebsdJason McIntyre
2006-11-30typos; from alf schlichtingJason McIntyre
2006-11-29Do not test for processes being swapped out since this can't happen anymore.Miod Vallat
2006-11-20Compute user-given ulimit value times ulimit unit as an rlim_t value, not aMiod Vallat
2006-11-19WARNING/BUGS -> CAVEATS; ok millertJason McIntyre
2006-11-17`<' -> \*(LtJason McIntyre
2006-11-17discourage .Tn;Jason McIntyre
2006-11-17.Ex these pages; ok millertJason McIntyre
2006-11-17simplify synopsis and usage(); ok millertJason McIntyre
2006-11-17Fix extracting and setting permissions for tar archives whenOtto Moerbeek
2006-11-16Add -r and -q options similar to what is supported by FreeBSD's md5Todd C. Miller
2006-11-15err(..., strerror(errno)) is redundant.Miod Vallat
2006-11-10Accept upper and lower case letters in a checksum, since this doesn'tTom Cosgrove
2006-11-07It is better to use isatty() to see if a dev is seekable, becauseOtto Moerbeek
2006-11-07fix skipping when reading from a tty; reported by Karel KulhavyOtto Moerbeek
2006-11-02Only check if last three letters are "/sh" if string is at leastRay Lai
2006-11-02overhaul the keywords section;Jason McIntyre
2006-11-01-.Xr sh 1 ,Jason McIntyre
2006-11-01some minor adjustments to the options list;Jason McIntyre
2006-11-01+.Ex -std psJason McIntyre
2006-11-01- no need for double markupJason McIntyre
2006-11-01give FILES a bit of space;Jason McIntyre
2006-11-01note that -L may not be specified with other options;Jason McIntyre
2006-11-01simplify synopsis and sync usage();Jason McIntyre
2006-11-01Fix range checking for in.dbsz and out.dbsz.Ray Lai
2006-10-29like -i, -h is incompatible with -P; suggested by jmc@; ok ray@Otto Moerbeek
2006-10-21note that -hP and -iP are illegal; ok ottoJason McIntyre
2006-10-18do not name file descriptors fp, eitherTheo de Raadt
2006-10-18- update reference to posix to latest versionJason McIntyre
2006-10-18- standard EXAMPLES sectionJason McIntyre
2006-10-16The session field is a pointer and so should be 8 chars forTodd C. Miller
2006-09-21Remove LFS-related code, no binary changePedro Martelletto
2006-09-21reword a sentence so we are not discussing lfs; help from pedroJason McIntyre
2006-09-19Use S_IS* macros insted of masking with S_IF* flags. The latter mayOtto Moerbeek
2006-08-14Adapt revision 1.18 change for symlink(2):Ray Lai
2006-08-10- use .ExJason McIntyre
2006-08-10better explanation of second synopsis form; add a caveat alsoJason McIntyre
2006-08-05Remove "with with" typos.Ray Lai
2006-08-04Add reference to mkdir(1).Ray Lai
2006-08-03comment fix; from tamas teveszJason McIntyre
2006-07-26clarifications for OPTIND:Jason McIntyre
2006-07-21Prevent segfault when "cpio -o" is called with no input.Ray Lai
2006-07-10fix ksh prompt wrapping, from Marcus Glocker <marcus@nazgul.ch>.Bob Beck