mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make DELAY(9) reference pause(9).
This commit is contained in:
parent
b1fd06c7f7
commit
5c6aba2c44
1 changed files with 3 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd November 21, 2000
|
||||
.Dd April 20, 2013
|
||||
.Dt DELAY 9
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -42,6 +42,8 @@
|
|||
Delay for
|
||||
.Fa delay
|
||||
microseconds (1/1000000th of a second).
|
||||
.Sh SEE ALSO
|
||||
.Xr pause 9
|
||||
.Sh AUTHORS
|
||||
This manual page was written by
|
||||
.An Alfred Perlstein .
|
||||
|
|
|
|||
Loading…
Reference in a new issue