From 82571a9f052608484db10ad04fb9d0665e0fafd3 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 22 Oct 2019 16:43:36 +0200 Subject: Change license, change style, remove info manual, flat dir hier MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- doc/man/sleep-until.1 | 65 --------------------------------------------------- 1 file changed, 65 deletions(-) delete mode 100644 doc/man/sleep-until.1 (limited to 'doc/man/sleep-until.1') diff --git a/doc/man/sleep-until.1 b/doc/man/sleep-until.1 deleted file mode 100644 index 6672fcf..0000000 --- a/doc/man/sleep-until.1 +++ /dev/null @@ -1,65 +0,0 @@ -.TH SLEEP-UNTIL 1 -.SH NAME -sleep-until - sleeps until a specified time -.SH SYNOPSIS -.B sleep-until -.IR clockname ... -.IR timepoint ... -.SH DESCRIPTION -Pause until \fItimepoint\fP. \fItimepoint\fP is the number of -seconds since Epoch, in UTC but not accounting for leap seconds, -by default. If \fIclockname\fP is specifed, \fItimepoint\fP is -the number of seconds since the zerotime of that clock. -\fItimepoint\fP may be an arbitrary floating point number. -Pause is continued when interrupted. -.PP -On Linux 4.2.2 the clocks that can be used are: -.TP -* -\fBCLOCK_REALTIME\fP -.TP -* -\fBCLOCK_MONOTONIC\fP -.TP -* -\fBCLOCK_BOOTTIME\fP -.TP -* -\fBCLOCK_REALTIME_ALARM\fP -.TP -* -\fBCLOCK_BOOTTIME_ALARM\fP -.PP -Note that the neither course clocks, \fBCLOCK_MONOTONIC_RAW\fP -(the proper implementation of a monotonic clock), and -\fBCLOCK_TAI\fP does not work. -.SH EXIT STATUS -.TP -0 -The command was successful. -.TP -1 -The command failed. -.SH SEE ALSO -.BR sleep (1), -.BR date (1), -.BR clock_gettime (3) -.SH AUTHORS -Principal author, Mattias Andrée. See the COPYING file for the full -list of authors. -.SH COPYRIGHT -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU Affero General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. -.PP -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Affero General Public License for more details. -.PP -You should have received a copy of the GNU Affero General Public License -along with this program. If not, see . -.SH BUGS -Please report bugs to https://github.com/maandree/sleep-until/issues or to -maandree@member.fsf.org -- cgit v1.2.3-70-g09d2