diff options
-rw-r--r-- | usr.bin/calendar/calendar.1 | 12 | ||||
-rw-r--r-- | usr.bin/leave/leave.1 | 8 |
2 files changed, 8 insertions, 12 deletions
diff --git a/usr.bin/calendar/calendar.1 b/usr.bin/calendar/calendar.1 index 8ce15f460cb..acaf0f7dbc2 100644 --- a/usr.bin/calendar/calendar.1 +++ b/usr.bin/calendar/calendar.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: calendar.1,v 1.37 2015/09/14 18:17:42 schwarze Exp $ +.\" $OpenBSD: calendar.1,v 1.38 2015/09/25 16:36:00 schwarze Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)calendar.1 8.1 (Berkeley) 6/29/93 .\" -.Dd $Mdocdate: September 14 2015 $ +.Dd $Mdocdate: September 25 2015 $ .Dt CALENDAR 1 .Os .Sh NAME @@ -41,9 +41,7 @@ .Op Fl A Ar num .Op Fl B Ar num .Op Fl f Ar calendarfile -.Sm off -.Op Fl "t " Oo Oo Oo Ar cc Oc Ar yy Oc Ar mm Oc Ar dd -.Sm on +.Op Fl t Oo Oo Oo Ar cc Oc Ns Ar yy Oc Ns Ar mm Oc Ns Ar dd .Sh DESCRIPTION The .Nm @@ -77,9 +75,7 @@ Enforce special date calculation mode for KOI8 calendars. Use .Ar calendarfile as the default calendar file. -.Sm off -.It Fl "t " Oo Oo Oo Ar cc Oc Ar yy Oc Ar mm Oc Ar dd -.Sm on +.It Fl t Oo Oo Oo Ar cc Oc Ns Ar yy Oc Ns Ar mm Oc Ns Ar dd Act like the specified value is .Dq today instead of using the current date. diff --git a/usr.bin/leave/leave.1 b/usr.bin/leave/leave.1 index 3ed5f0bdbb8..e5a980425da 100644 --- a/usr.bin/leave/leave.1 +++ b/usr.bin/leave/leave.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: leave.1,v 1.14 2011/02/07 00:02:50 schwarze Exp $ +.\" $OpenBSD: leave.1,v 1.15 2015/09/25 16:36:00 schwarze Exp $ .\" $NetBSD: leave.1,v 1.5 1995/08/31 22:32:10 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)leave.1 8.3 (Berkeley) 4/28/95 .\" -.Dd $Mdocdate: February 7 2011 $ +.Dd $Mdocdate: September 25 2015 $ .Dt LEAVE 1 .Os .Sh NAME @@ -38,7 +38,7 @@ .Nd remind you when you have to leave .Sh SYNOPSIS .Nm leave -.Op Oo Cm \&+ Oc Ns Ar hhmm +.Op Oo Cm + Oc Ns Ar hhmm .Sh DESCRIPTION .Nm leave waits until the specified time, then reminds you that you @@ -63,7 +63,7 @@ hours (on a 12 or 24 hour clock), and in minutes. In ambiguous cases, times are converted to a 12 hour clock, and assumed to be in the next 12 hours. -.It Cm \&+ +.It Cm + If the time is preceded by .Ql + , the alarm will go off in hours and minutes |