DELAY (9)
Leading comments
Copyright (c) 2000 Alfred Perlstein
All rights reserved.
This program is free software.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer...
(The comments found at the beginning of the groff file "man9/DELAY.9freebsd".)
NAME
DELAY
- busy loop for an interval
SYNOPSIS
In sys/types.h
In sys/systm.h
Ft void
Fn DELAY int delay
DESCRIPTION
Delay for
Fa delay
microseconds (1/1000000th of a second).
SEE ALSO
pause(9)
AUTHORS
This manual page was written by
An Alfred Perlstein .