diff options
author | charnier <charnier@FreeBSD.org> | 2000-03-26 14:27:19 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2000-03-26 14:27:19 +0000 |
commit | 9349f009d7736cba72463c747e2c51160db813d6 (patch) | |
tree | e7686398cecdde6f4176652d203f6a9de87182cd /usr.bin/leave | |
parent | a3ded725c9459db1afc94d16462b8ae30f34cb4b (diff) | |
download | FreeBSD-src-9349f009d7736cba72463c747e2c51160db813d6.zip FreeBSD-src-9349f009d7736cba72463c747e2c51160db813d6.tar.gz |
Add .Nm.
Options: -> The following options are available:
Diffstat (limited to 'usr.bin/leave')
-rw-r--r-- | usr.bin/leave/leave.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/leave/leave.1 b/usr.bin/leave/leave.1 index f0cc56e..e3b9468 100644 --- a/usr.bin/leave/leave.1 +++ b/usr.bin/leave/leave.1 @@ -57,9 +57,8 @@ When you log off, exits just before it would have printed the next message. .Pp -Options: -.Pp -.Bl -tag -width flag +The following options are available: +.Bl -tag -width indent .It Ar hhmm The time of day is in the form .Ar hhmm @@ -81,7 +80,7 @@ from the current time. If no argument is given, .Nm prompts with "When do you -have to leave?". A reply of newline causes +have to leave?". A reply of newline causes .Nm to exit, otherwise the reply is assumed to be a time. @@ -90,7 +89,8 @@ This form is suitable for inclusion in a or .Pa .profile . .Pp -Leave ignores interrupts, quits, and terminates. +.Nm Leave +ignores interrupts, quits, and terminates. To get rid of it you should either log off or use .Ql kill \-s KILL giving its process id. |