Revision tags: release/4.11.0_cvs, release/4.11.0 |
|
#
6fca4c7c |
| 16-Jan-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Add the new standard EXIT STATUS section where appropriate. Sort standard sections in the (documented) preferred order.
|
#
9ddb49cb |
| 10-Jan-2005 |
Warner Losh <imp@FreeBSD.org> |
/*- or .\"- or #- to begin license clauses.
|
#
6fa13ec0 |
| 09-Jan-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Scheduled mdoc(7) sweep.
|
Revision tags: release/5.3.0_cvs, release/5.3.0 |
|
#
d3e240cb |
| 09-Aug-2004 |
Yaroslav Tykhiy <ytykhiy@gmail.com> |
Change the behaviour of `-v' so that, e.g., stepping a month back on March 31 won't take you to March 2 or 3 (now the result will be the last day of February.)
In general, now stepping by months fro
Change the behaviour of `-v' so that, e.g., stepping a month back on March 31 won't take you to March 2 or 3 (now the result will be the last day of February.)
In general, now stepping by months from the last days of the current month A will take you to the very last day of the target month B if B is shorter than A.
The previous version would just step to March 31 and rely on mktime(3) to correct the date. Despite its simplicity, such way was counter-intuitive to users and caused pain to shell script writers.
Noticed by: Igor Timkin <ivt at gamma dot ru> Approved by: brian MFC after: 2 weeks
show more ...
|
#
8a0f7000 |
| 17-Jul-2004 |
Alfred Perlstein <alfred@FreeBSD.org> |
Give the most awesome example of how to parse the output of date back into epoch time. Everytime I'm asked to do this by someone I have to spend about ten minutes recreating the same command line. S
Give the most awesome example of how to parse the output of date back into epoch time. Everytime I'm asked to do this by someone I have to spend about ten minutes recreating the same command line. So record it under examples.
show more ...
|
#
1171aedc |
| 03-Jul-2004 |
Ruslan Ermilov <ru@FreeBSD.org> |
Deal with double whitespace.
|
#
eccea571 |
| 02-Jul-2004 |
Ruslan Ermilov <ru@FreeBSD.org> |
Mechanically kill hard sentence breaks.
|
Revision tags: release/4.10.0_cvs, release/4.10.0 |
|
#
b0cb98e2 |
| 16-May-2004 |
Ruslan Ermilov <ru@FreeBSD.org> |
DESCRIPTION was not updated for the new SYNOPSIS.
|
#
640c4d40 |
| 07-Apr-2004 |
Brian Feldman <green@FreeBSD.org> |
Give date(1) a much better SYNOPSIS section which is useful as more than decoration. Further improvements are welcome, but at least this is a separate of the various modes of operation date has, as
Give date(1) a much better SYNOPSIS section which is useful as more than decoration. Further improvements are welcome, but at least this is a separate of the various modes of operation date has, as well as sectioning off the two deprecated options for settimeofday(tz) that don't even apply to actual operation of date as such, anyway.
show more ...
|
#
6195fb41 |
| 06-Apr-2004 |
Mark Murray <markm@FreeBSD.org> |
Remove clause 3 from the UCB licenses.
OK'ed by: imp, core
|
Revision tags: release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0 |
|
#
ab579b9e |
| 06-Jan-2004 |
David E. O'Brien <obrien@FreeBSD.org> |
Note the Linux required format.
|
Revision tags: release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0 |
|
#
522ccf3f |
| 23-Feb-2003 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: markup laundry.
|
#
e0d2c361 |
| 19-Feb-2003 |
David E. O'Brien <obrien@FreeBSD.org> |
Add an example to help one manually set the date on one machine taking the out put from another.
|
Revision tags: release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs |
|
#
35704b2f |
| 03-Oct-2002 |
Tony Finch <fanf@FreeBSD.org> |
Fix some twelve hour clock braindamage. The range for hours is 0-23 not 1-12.
MFC After: 1 week
|
Revision tags: release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
#
63b3046f |
| 16-Apr-2002 |
Tom Rhodes <trhodes@FreeBSD.org> |
s/CMOS/hardware as talked about on cvs-committers.
Suggested by: sheldonh Approved by: bde MFC after: 1 day
|
#
dfbea8a5 |
| 15-Apr-2002 |
Tom Rhodes <trhodes@FreeBSD.org> |
Little nit pick in date(1) manual page, tell users which clock date(1) sets
PR: 35606
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
c4d9468e |
| 07-Aug-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police:
Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case)
mdoc(7) police:
Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block.
show more ...
|
#
7ebcc426 |
| 15-Jul-2001 |
Dima Dorfman <dd@FreeBSD.org> |
Remove whitespace at EOL.
|
#
856ebd68 |
| 09-Jun-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
Simplify, with the power of new mdoc(7).
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
bfaf55a4 |
| 16-Mar-2001 |
Dima Dorfman <dd@FreeBSD.org> |
Make it clear that the -v option doesn't actually set the date.
PR: 24773 Approved by: nik
|
#
23c326d1 |
| 17-Jan-2001 |
Ben Smithurst <ben@FreeBSD.org> |
Document the restrictions on changing times in high securelevels.
PR: 23502 Submitted by: Robert Boyd <rboyd@pokerspot.com>
|
#
14b96e47 |
| 19-Dec-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
Prepare for mdoc(7)NG.
|
#
12e720d7 |
| 15-Dec-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
Prepare for mdoc(7)NG.
|
#
be8b1497 |
| 20-Nov-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: use the new features of the Nm macro.
|
Revision tags: release/4.2.0, release/4.1.1_cvs |
|
#
eba53b96 |
| 28-Jul-2000 |
John W. De Boskey <jwd@FreeBSD.org> |
Try to clean the manpage up according to the mail from Sheldon in committers (Message-Id: <72836.964344168@axl.ops.uunet.co.za>).
Also cleaned up a .Pq macro which was causing problems previous to t
Try to clean the manpage up according to the mail from Sheldon in committers (Message-Id: <72836.964344168@axl.ops.uunet.co.za>).
Also cleaned up a .Pq macro which was causing problems previous to the original update I made.
Reviewed by: sheldonh Approved by: jkh
show more ...
|