diff options
author | mpp <mpp@FreeBSD.org> | 1999-08-15 10:48:36 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1999-08-15 10:48:36 +0000 |
commit | 1f5a4f9ad465f182157dee55817ad86871e3e16a (patch) | |
tree | da7bcc207ff83a15c9eee8f0b3d51143484b6a24 /share/man/man9/sleep.9 | |
parent | 88125b8f609ced152152199f225dde7805edb174 (diff) | |
download | FreeBSD-src-1f5a4f9ad465f182157dee55817ad86871e3e16a.zip FreeBSD-src-1f5a4f9ad465f182157dee55817ad86871e3e16a.tar.gz |
Various man page cleanup:
- Sort xrefs
- FreeBSD.ORG -> FreeBSD.org
- Be consistent with section names as outlined in mdoc(7).
- Other misc mdoc cleanup.
PR: doc/13144
Submitted by: Alexey M. Zelkin <phantom@cris.net>
Diffstat (limited to 'share/man/man9/sleep.9')
-rw-r--r-- | share/man/man9/sleep.9 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/share/man/man9/sleep.9 b/share/man/man9/sleep.9 index 3348c72..1475d79 100644 --- a/share/man/man9/sleep.9 +++ b/share/man/man9/sleep.9 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: sleep.9,v 1.13 1998/12/23 00:24:59 dillon Exp $ +.\" $Id: sleep.9,v 1.14 1999/02/01 22:55:54 mpp Exp $ .\" " .Dd December 17, 1998 .Os @@ -222,10 +222,13 @@ appeared in .Bx 4.4 . .Pp .Nm Asleep/await -first appeared in FreeBSD-3.0.1 and is designed to shift the burden of blocking +first appeared in +.Fx 3.0 +and is designed to shift the burden of blocking away from extremely low level routines and push it up to their callers. .Sh AUTHORS This man page has been written by .ie t J\(:org Wunsch. .el Joerg Wunsch. -asleep/await designed and written by Matthew Dillon. +asleep/await designed and written by +.An Matthew Dillon. |