Author: trasz Date: Sat Apr 20 12:36:53 2013 New Revision: 249697 URL: http://svnweb.freebsd.org/changeset/base/249697
Log: Make DELAY(9) reference pause(9). Modified: head/share/man/man9/DELAY.9 Modified: head/share/man/man9/DELAY.9 ============================================================================== --- head/share/man/man9/DELAY.9 Sat Apr 20 11:46:38 2013 (r249696) +++ head/share/man/man9/DELAY.9 Sat Apr 20 12:36:53 2013 (r249697) @@ -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 . _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
