From 22345245f13e2ca93d5c99f0629673a2d3d674fc Mon Sep 17 00:00:00 2001 From: emma Date: Sat, 8 Jun 2024 23:49:59 -0600 Subject: [PATCH] eep.1: renames sleep in the text --- docs/eep.1 | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/docs/eep.1 b/docs/eep.1 index 5b7108b..cf809b0 100644 --- a/docs/eep.1 +++ b/docs/eep.1 @@ -1,17 +1,18 @@ .\" Copyright (c) 2024 DTB +.\" Copyright (c) 2024 Emma Tebibyte .\" .\" This work is licensed under CC BY-SA 4.0. To see a copy of this license, .\" visit . -.TH SLEEP 1 +.TH EEP 1 .SH NAME -sleep \(en wait a moment +eep \(en wait a moment .SH SYNOPSIS -sleep +eep .RB [ seconds ] .SH DESCRIPTION @@ -20,27 +21,27 @@ Sleep waits the given amount of seconds before exiting. .SH DIAGNOSTICS -Sleep exits successfully when the time specified has elapsed, or unsuccessfully +Eep exits successfully when the time specified has elapsed, or unsuccessfully if the time fails to elapse or if invoked incorrectly. In the latter scenario -sleep will also print a usage synopsis. +eep will also print a usage synopsis. .SH BUGS -User may still be tired after invoking sleep. +User may still be tired after invoking eep. .SH EXAMPLES -The following invocation sleeps for five seconds. +The following invocation eeps for five seconds. .RS -.R sleep 5 +.R eep 5 .RE -The following sh(1p) command line sleeps for five minutes, or for sixty +The following sh(1p) command line eeps for five minutes, or for sixty seconds, five times, using rpn(1) and xargs(1p). .RS -.R $ rpn 60 5 '*' | xargs sleep +.R $ rpn 60 5 '*' | xargs eep .RE .SH COPYRIGHT