summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2005-10-15sync usage();Jason McIntyre
2005-10-15clean up SYNOPSIS;Jason McIntyre
2005-10-15standardise EXAMPLES;Jason McIntyre
2005-10-15simplify the .Ar file ... line;Jason McIntyre
2005-10-15- fix SYNOPSIS blipJason McIntyre
2005-10-15- tidy up SYNOPSISJason McIntyre
2005-10-15- put description of -R in the correct placeJason McIntyre
2005-10-12document new max array sizeBernd Ahlers
2005-10-08Silence bogus gcc warning.Otto Moerbeek
2005-10-08Tell user which value of index is out of bounds. ok deraadt@Otto Moerbeek
2005-10-07remove mknod documentation - although /bin/sh supports it, this pageJason McIntyre
2005-10-07brief description of mknod built-in;Jason McIntyre
2005-10-06Introducing mknod as a built-in. It might be against the unixOtto Moerbeek
2005-10-04Bump max array size. Needed for upcoming MAKEDEV speedup. ok deraadt@Otto Moerbeek
2005-09-26Fix a redraw problem that occurs when a recalled history line hasOtto Moerbeek
2005-09-11Process window size changes after xread(). [change window size]Otto Moerbeek
2005-09-11Fix " handling in here documents. POSIX says they are not special, soOtto Moerbeek
2005-09-07LINES and \\ in PS1 prompt are implemented, so remove informationJason McIntyre
2005-09-06make some of the stat utility pages reference each other;Jason McIntyre
2005-08-30remove -W from synopsis;Jason McIntyre
2005-08-21Comment out description for 'ulimit -v' since we don't supportTodd C. Miller
2005-08-17Exit unsuccessfully when comparing against a checklist file fails.Marco Pfatschbacher
2005-08-12of course, douglas' mail hits my machine 2 nanoseconds later...Jason McIntyre
2005-08-05strip multiple leading slashes from absolute paths; ok beck@Damien Miller
2005-08-04Make pax exit unsuccessfully on errors.Marco Pfatschbacher
2005-08-01more `version' removal;Jason McIntyre
2005-08-01Document ^V change from version to quote commandOtto Moerbeek
2005-08-01pascoe noted that ^V in ksh emacs mode is not what you expect -- literalTheo de Raadt
2005-07-31say goodbye to creat().Marc Espie
2005-07-06Only print a space separating argv and the real command (in parens)Todd C. Miller
2005-07-01use a standard format for EXAMPLES;Jason McIntyre
2005-06-30Set tv_usec sensibly when calling utimes() instead of just zeroing it.Todd C. Miller
2005-06-15remove whiteout supportTodd C. Miller
2005-06-14whiteouts are goneTodd C. Miller
2005-06-13Fix writing of old-style tar headers. Filenames and linknames actuallyOtto Moerbeek
2005-06-02add -O to getopt (ok otto) and sync usageJared Yanovich
2005-06-02sort optionsJared Yanovich
2005-06-02- simplify usageJared Yanovich
2005-06-01add missing detail from IFS exampleJared Yanovich
2005-05-28Use proper modules instead of relying on .ph files.Todd C. Miller
2005-05-27include sys/time.h to get struct timevalTodd C. Miller
2005-05-25add missing detail from IFS exampleJared Yanovich
2005-05-24-ansi considered harmful, even in commentsTodd C. Miller
2005-05-24-ansi means only expose ANSI interfaces which is not something we want...Todd C. Miller
2005-05-24variety of man page fixesJared Yanovich
2005-05-13some Xr's from jason ackley;Jason McIntyre
2005-05-12.Xr script 7Jason McIntyre
2005-05-03some snprintf() -> strlcpy to improve readibility (and speed?)Nikolay Sturm
2005-05-02tweaks;Jason McIntyre
2005-05-01add eject -t option: permits tray to be closed (ie. insert a CD).Theo de Raadt