diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2020-01-22 04:04:40 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2020-01-22 04:04:40 +0000 |
commit | c3502b72313007a24d0f4c5c278d6b8e9d2bfd2d (patch) | |
tree | fec7b20e52d9b620ee701900f4a6731bad3986b7 /usr.bin/leave | |
parent | 6fdeec1859b27253adb3bb007e8e2909cb932354 (diff) |
reword to avoid second person. ok cheloha deraadt
Diffstat (limited to 'usr.bin/leave')
-rw-r--r-- | usr.bin/leave/leave.1 | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/usr.bin/leave/leave.1 b/usr.bin/leave/leave.1 index 4a3090b3d6e..0a4f8093616 100644 --- a/usr.bin/leave/leave.1 +++ b/usr.bin/leave/leave.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: leave.1,v 1.16 2018/07/13 16:59:46 cheloha Exp $ +.\" $OpenBSD: leave.1,v 1.17 2020/01/22 04:04:39 tedu Exp $ .\" $NetBSD: leave.1,v 1.5 1995/08/31 22:32:10 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -30,22 +30,22 @@ .\" .\" @(#)leave.1 8.3 (Berkeley) 4/28/95 .\" -.Dd $Mdocdate: July 13 2018 $ +.Dd $Mdocdate: January 22 2020 $ .Dt LEAVE 1 .Os .Sh NAME .Nm leave -.Nd remind you when you have to leave +.Nd print reminders when it is time to leave .Sh SYNOPSIS .Nm leave .Op Oo Cm + Oc Ns Ar hhmm .Sh DESCRIPTION .Nm leave -waits until the specified time, then reminds you that you -have to leave. -You are reminded 5 minutes and 1 minute before the actual +waits until the specified time, then prints a reminder +that it is time to leave. +Reminders are printed 5 minutes and 1 minute before the actual time, at the time, and every minute thereafter. -When you log off, +If the login session ends, .Nm leave exits just before it would have printed the next message. @@ -72,8 +72,7 @@ from the current time. .Pp If no argument is given, .Nm leave -prompts with "When do you -have to leave?". +prompts with "When do you have to leave?". A reply of newline causes .Nm leave to exit, |