summaryrefslogtreecommitdiff
path: root/usr.bin/stat
AgeCommit message (Collapse)Author
2014-11-15Reduce instances of `` '' in manuals.Anthony J. Bentley
troff displays these as typographic quotes, but nroff implementations almost always print them literally, which rarely has the intended effect with modern fonts, even in stock xterm. These uses of `` '' can be replaced either with more semantic alternatives or with Dq, which prints typographic quotes in a UTF-8 locale (but will automatically fall back to `` '' in an ASCII locale). improvements and ok schwarze@
2013-11-26unsigned char casts for ctypeTheo de Raadt
ok okan
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2010-10-29Include the octet of the mode that contains the setuid/setgid/sticky bitsPhilip Guenthe
in the output format used for the -x option. Problem observed by LEVAI Daniel
2010-09-03add an EXIT STATUS section for /usr/bin;Jason McIntyre
2010-09-01Remove unused variable: linkfaillum
ok gilles@
2010-06-29we don't care about keeping rccs_idTed Unangst
2009-10-22replace strftime(3) by ".Xr strftime 3" and syslog(3) by ".Xr syslog 3".Igor Sobrado
ok jmc@
2009-06-24synchronize synopsis and usage; "-l", "-r", "-s" and "-x" are mutuallyIgor Sobrado
exclusive; while here, slightly improve spacing in the source code so it fits on a 80-column display again. diff greatly improved by martynas@; ok jmc@, martynas@
2009-01-19replace standardized text concerning the exit values of applicationsIgor Sobrado
with the right mdoc macros.
2008-11-08from reed@netbsd:Jason McIntyre
Be consistent: document the birthtime field of struct stat for the "B" field specifier.
2008-10-06give working examples (s/timespec/time/ for variables exported)Todd T. Fries
please commit from jmc@
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
2007-11-05relate fields to stat(2).Marc Espie
with help from jmc@ for wording and nroff magic
2007-11-05adjust an awkward piece of grammar;Jason McIntyre
problem spotted by, and ok, jsing
2007-05-31convert to new .Dd format;Jason McIntyre
2006-05-28warn() already prints __progname for us, okay deraadt@ hshoexer@Pedro Martelletto
2005-09-30deploy .An -nosplit; ok jmcJared Yanovich
2005-06-15bye bye whiteoutsTodd C. Miller
2005-04-22Fix a trivial truncation case, and eliminate a corner case that mightOtto Moerbeek
print a nul character. From atatat@netbsd
2005-04-11pass size of right buffer to strlcat. ok deraadt@Otto Moerbeek
2005-04-11getting tired of explaining this: snprintf does not return how manyTheo de Raadt
bytes it PUT into the buffer, but how many it WANTED to, so it can be > buflen; ok otto
2005-04-07Remove birth time from the default formats, we do not support it (yet), butOtto Moerbeek
leave the B format available for the future. ok tedu@ tdeval@ henning@
2005-04-04+.Xr readlink 1 ,Jason McIntyre
2005-04-03remove readlink stuff; same as otto diffTheo de Raadt
2005-04-03cleanup; ok ottoTheo de Raadt
2005-04-03we do readlink seperately; ok ottoTheo de Raadt
2005-04-02.Ox history is far more relevant than .Nx history;Jason McIntyre
2005-04-02update examples;Jason McIntyre
2005-04-02- .SxJason McIntyre
- no need to talk about linux
2005-04-02Undefine some things which are not conditional any more. No binary change.Otto Moerbeek
ok henning@
2005-04-02Mention birthtime.Otto Moerbeek
2005-04-02Enable birthtime. ok tdeval@ henning@Otto Moerbeek
2005-04-02Unifdef. No binary change. ok henning@ tedu@Otto Moerbeek
2005-04-01cleanup;Jason McIntyre
2005-04-01Welcome stat(1), from NetBSD. grrrrrok deraadt@ ok henning@ tdeval@ tedu@Otto Moerbeek