Logo
Explore Help
Sign In
mysticmode/plan9port
1
0
Fork 0
You've already forked plan9port
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
b379c7cc9dd9a810a9873d444e9742fcad3f5997
plan9port/man/man1/sleep.1

32 lines
386 B
Groff
Raw Normal View History

Lots of man pages.
2004-04-10 18:53:55 +00:00
.TH SLEEP 1
.SH NAME
sleep \- suspend execution for an interval
.SH SYNOPSIS
.B sleep
.I time
.SH DESCRIPTION
.I Sleep
suspends execution for
.I time
seconds.
.SH EXAMPLES
Execute a command
100 seconds hence.
.IP
.EX
{sleep 100; command}&
.EE
.PP
Repeat a command every 30 seconds.
.IP
.EX
while (){
command
sleep 30
}
.EE
.SH SOURCE
use macro for /usr/local/plan9
2005-01-11 17:37:33 +00:00
.B \*9/src/cmd/sleep.c
Lots of man pages.
2004-04-10 18:53:55 +00:00
.SH "SEE ALSO"
tmac/tmac.an: define .MR in a groff compatible way groff 1.23.0 added .MR to its -man macro package. The NEWS file states that the inclusion of the macro "was prompted by its introduction to Plan 9 from User Space's troff in August 2020." From d32deab it seems that the name for Plan 9 from User Space's implementation was suggested by groff maintainer G. Brandon Robinson. Not sure if the intention was to make these definitions compatible, but it would be nice if they were. Currently, Plan 9 from User Space's .MR expects its second argument to be parenthesized. groff's .MR does not. This results in extra parentheses appearing in manual references when viewing Plan 9 from User Space's manual pages on a system using groff.
2024-01-31 20:47:13 +03:00
.MR sleep 3
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 217ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API