diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-09-25 16:36:01 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-09-25 16:36:01 +0000 |
commit | f2aab86703e6dc4bbd1abec413f47ae325941574 (patch) | |
tree | bdeea127a90f80fe6ae8ec6693491758fc0959ca /usr.bin/leave | |
parent | 97c034d4986b8fde160ceecd53d2bc3ee85410e4 (diff) |
drop useless quoting
Diffstat (limited to 'usr.bin/leave')
-rw-r--r-- | usr.bin/leave/leave.1 | 8 |
1 files changed, 4 insertions, 4 deletions
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 |