Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre | |
updates to follow; | |||
2008-10-01 | give a less confusing error message on bindresvport() failure; ok | Otto Moerbeek | |
matthieu@ millert@ | |||
2007-12-28 | printf field widths are always int, so add a cast to remove | Charles Longeau | |
"warning: field width is not type int" "looks good" otto@ | |||
2007-10-16 | sync the synopsis and usage of commands | Igor Sobrado | |
ok jmc@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-29 | - consistent STANDARDS blurb | Jason McIntyre | |
- note which options are extensions to POSIX discussed w/ deraadt otto millert | |||
2007-05-25 | Remove y2k hack. If no century is specified, use the current one. | Todd C. Miller | |
OK otto@ | |||
2007-04-12 | use UTC instead of GMT0 for -u; from Jared R.R.Spiegel <jrrs@ice-nine.org> | Christian Weisgerber | |
ok millert@, otto@ | |||
2006-05-15 | better example; | Jason McIntyre | |
from siju george ok deraadt | |||
2006-04-25 | various small lint cleanups; ok otto | Theo de Raadt | |
2006-01-08 | make the description of the first example a little more informative; | Jason McIntyre | |
2005-11-30 | timezone -> time zone | Jason McIntyre | |
2005-11-29 | add an option -j which suppresses setting the clock, but parses the date | Daniel Hartmeier | |
argument. useful to convert string-to-epoch (with +%s) or just to check whether the argument is parsed correctly before really setting the clock. ok millert@, deraadt@ | |||
2005-11-07 | - document the `cc' part of `ccyy' | Jason McIntyre | |
- get its description right - minor grammar tweaks ok otto@ | |||
2004-07-21 | tidy up EXAMPLES somewhat; | Jason McIntyre | |
2004-07-09 | make date(1), rdate(8), ntpd(8), and timed(8) .Xr themselves; | Jason McIntyre | |
mostly from Andreas Kahari (PR #3846); | |||
2004-04-07 | .Xr rdate 8 in SEE ALSO; | Jason McIntyre | |
from xsa@ | |||
2004-04-07 | list options w/o operands before options w/ operands (style(9)); | Jason McIntyre | |
.Xr adjtime 2 in SEE ALSO; | |||
2003-10-15 | errx -> err. From form. | Mike Pechkin | |
millert@ ok | |||
2003-07-29 | spacing | Theo de Raadt | |
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 | |
2003-03-12 | more .Li | Theo de Raadt | |
2002-11-14 | use $ or # before commands in examples | Theo de Raadt | |
2002-07-04 | ansi | Theo de Raadt | |
2002-04-17 | getopt idiot | Theo de Raadt | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
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-16 | missed some registers, kill'em! | Mike Pechkin | |
millert@ ok | |||
2001-12-02 | add -a to use adjtime(), like rdate(1) does | Theo de Raadt | |
2001-09-06 | o) __progname aria; | Mike Pechkin | |
millert@ ok. | |||
2001-07-05 | Fix length type. | Marc Espie | |
2001-06-26 | really use strlcpy vs strncpy+a[len-1]='\0' | lebel | |
2001-06-26 | use strlcpy vs strncpy+a[len-1]='\0' | lebel | |
2001-06-23 | ok, tmac is now fixed | Theo de Raadt | |
2001-06-23 | join .%A entries; most by bk@rt.fm | Theo de Raadt | |
2001-05-01 | Remove completely redundant introductory sentences in ENVIRONMENT sections. | Aaron Campbell | |
2001-03-26 | Fix comments, it is "daylight saving time", not "daylight savings time" | Todd C. Miller | |
2000-11-09 | Fix an off-by-one-hour error that would occur when changing the time across | Aaron Campbell | |
DST (Daylight Saving Time); from NetBSD. | |||
2000-11-09 | - Don't use general text domain macros in literal block displays. | Aaron Campbell | |
- Beautify the SYNOPSIS; somewhat inspired by a similar change in NetBSD. | |||
2000-11-08 | Escape the quotation marks in the first example so they show; deraadt@ | Aaron Campbell | |
2000-10-18 | Add some rudimentary EXAMPLES sections and standardize the way we display | Aaron Campbell | |
existing EXAMPLES sections. | |||
2000-09-15 | check return value for setenv(3) for failure, and deal appropriately | Theo de Raadt | |
2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. | Aaron Campbell | |
- Some punctuation fixes. - Some `id' -> `ID'. | |||
2000-03-31 | more timezone pointers | Theo de Raadt | |
2000-03-21 | Add HISTORY sections; from FreeBSD. Information originally obtained from | Aaron Campbell | |
"A Quarter Centry of UNIX, Peter H. Salus, Page 41". | |||
2000-02-19 | Miscellaneous cleanup. | Aaron Campbell | |
2000-01-22 | remove extra externs not needed because of unistd.h (rest of tree will be ↵ | Theo de Raadt | |
done later.. contact me if you want to help) | |||
1999-08-17 | clearer description | Aaron Campbell | |
1999-08-17 | consistency | Aaron Campbell | |