Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-21 | - more opaque removal | Jason McIntyre | |
- sort the flags list while here ok martynas tedu | |||
2009-08-16 | replace ".Ar file ..." with ".Ar" whenever possible. | Igor Sobrado | |
ok jmc@ | |||
2009-05-12 | remove a sentence from COLUMNS that says nothing; ok otto | Jason McIntyre | |
2009-02-08 | updates to IEEE Std 1003.1-2008; | Jason McIntyre | |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre | |
updates to follow; | |||
2009-01-28 | remove some duplicate information from the description of -g: this | Jason McIntyre | |
information is already provided further down the page; ok sobrado | |||
2009-01-19 | replace standardized text concerning the exit values of applications | Igor Sobrado | |
with the right mdoc macros. | |||
2008-09-29 | more updates on which args do and do not mix (doc only, this time): | Jason McIntyre | |
- list -f in the -cStu "exclusive group" (we already document that -f overrides these options) - note that our implementation of -f differs from posix - -k and -u do not override each other: those options are not used together ok sobrado | |||
2008-09-04 | - make -ln and -nl combinations behave identically. currently -l overrides -n. | Jason McIntyre | |
behaviour now similar to netbsd/freebsd/solaris. - make -gn and -ng combinations behave identically: long listing, numeric group ID, no user ID. currently -g overrides -n. behaviour now similar to netbsd/solaris. - allow -m and -x to override -1Cgln (and each other) if specified last. currently -m and -x can be overriden even if they are specified last. behaviour now similar to netbsd/freebsd. fixes PR 5785 from Jacek Masiulaniec. - update man page to reflect reality. ls.c diff based on Jacek Masiulaniec's diff from PR 5785, and extended by sobrado. this work is really a joint effort from sobrado and myself. i don't know about igor, but this particular diff has nearly killed me... ok millert otto | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-29 | note some flags which differ in behaviour from posix; | Jason McIntyre | |
suggested by millert | |||
2007-05-29 | - consistent STANDARDS blurb | Jason McIntyre | |
- note which options are extensions to POSIX discussed w/ deraadt otto millert | |||
2007-05-08 | small update, now that -g does something; ok millert | Jason McIntyre | |
2007-05-07 | Change the -g flag from a no-op to be POSIX conforming. We allow the | Todd C. Miller | |
-l flag to override -g regardless of its position on the command line for backwards compat with 4.3BSD. From NetBSD. OK jmc@, tom@, sobrado@ | |||
2007-03-03 | minor shuffle; from Igor Sobrado and myself | Jason McIntyre | |
2005-11-30 | timezone -> time zone | Jason McIntyre | |
2005-06-15 | remove whiteout support | Todd C. Miller | |
2005-03-24 | - sort options | Jason McIntyre | |
- sync usage() - remove unnecessary quoting | |||
2005-01-10 | -l outputs total always, not just to terminals (netbsd -r 1.50); | Jason McIntyre | |
-l output is one per line (like -1); -x also inhibits one per line output; | |||
2004-09-16 | Use angle bracket macros instead of literal angle brackets. OK jmc@ | Todd C. Miller | |
2004-07-23 | move example descriptions before the examples themselves | Jared Yanovich | |
ok jmc | |||
2003-12-08 | use POSIX description of -L, since it's much clearer; | Jason McIntyre | |
ok henning@ | |||
2003-09-02 | escape punctuation; | Jason McIntyre | |
ok deraadt@ | |||
2003-08-27 | -l and -n options display owner, group and other permissions; | Jason McIntyre | |
from Jonathan Gray via FreeBSD PR 54294; | |||
2003-08-06 | -h, human readable sizes. from a jonathon gray mail to tech@ | Ted Unangst | |
ok ian@ millert@ | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-29 | - section reorder | Jason McIntyre | |
- merge COMPATIBILITY into STANDARDS - kill unneeded Ns macros - replace reference to itself with .Nm | |||
2003-03-12 | more .Li | Theo de Raadt | |
2002-02-11 | Initial patch. | Mike Pechkin | |
When you give command examples in a manual page prefix them with $ command or # command deraadt@ ok | |||
2002-01-24 | fix the history refs | Michael Shalayeff | |
2001-05-01 | Remove completely redundant introductory sentences in ENVIRONMENT sections. | Aaron Campbell | |
2000-11-09 | - Some section shuffling: conform to the standard order documented in mdoc(7) | Aaron Campbell | |
- .Sh AUTHOR -> .Sh AUTHORS | |||
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron 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-10-18 | Add some rudimentary EXAMPLES sections and standardize the way we display | Aaron Campbell | |
existing EXAMPLES sections. | |||
2000-07-23 | oops, what was i thinking? | Eric Jackson | |
2000-07-23 | un .Xr chflags | Eric Jackson | |
2000-04-19 | Change the second sentence a bit so it doesn't seem like you're reading the | Aaron Campbell | |
same thing twice; noticed by angelos@, but no beer for him yet. :-) | |||
2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. | Aaron Campbell | |
- Some punctuation fixes. - Some `id' -> `ID'. | |||
2000-03-24 | Correct the HISTORY section to note that this command appeared in Version 5 | Aaron Campbell | |
of AT&T UNIX, not Version 6. Verified by strings(1)'ing a .dsk file (PDP-11 executable) containing the v5 sources, obtainable at gatekeeper.dec.com in the directory /pub/DEC/sim/software. Idea from NetBSD PR/4790. | |||
2000-03-17 | Remove hard sentence breaks. | Aaron Campbell | |
2000-01-05 | Document meaning of `p'-type file (FIFO) in long listing; FreeBSD PR/9117 | Aaron Campbell | |
1999-08-17 | consistency | Aaron Campbell | |
1999-06-04 | start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@ | Aaron Campbell | |
1999-05-30 | It's spelled "occurrence". Also a few other minor mods while I'm at it. | Paul Janzen | |
1999-05-23 | improve; kwesterback@home.com, myself | Aaron Campbell | |
1999-05-03 | Repair Theo's mayhem, put -o option together again. | Marc Espie | |
1999-03-03 | remove duplicate description of -1 option | Aaron Campbell | |
1999-02-20 | add -x, -p, and -m options, based on netbsd work | Theo de Raadt | |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-11-28 | start killing redundant .Nm macro arguments (mandoc ``remembers'' the first one | Aaron Campbell | |
it's given) |