Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Sort SEE ALSO, sort errors.



details:   https://anonhg.NetBSD.org/src/rev/8462bd1a0a29
branches:  trunk
changeset: 764493:8462bd1a0a29
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Apr 25 22:08:18 2011 +0000

description:
Sort SEE ALSO, sort errors.

diffstat:

 share/man/man9/kpause.9 |  22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diffs (44 lines):

diff -r a84eb3fa2123 -r 8462bd1a0a29 share/man/man9/kpause.9
--- a/share/man/man9/kpause.9   Mon Apr 25 22:07:57 2011 +0000
+++ b/share/man/man9/kpause.9   Mon Apr 25 22:08:18 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: kpause.9,v 1.5 2008/08/06 07:08:31 skrll Exp $
+.\"    $NetBSD: kpause.9,v 1.6 2011/04/25 22:08:18 wiz Exp $
 .\"
 .\" Copyright (c) 2006, 2007 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -102,24 +102,24 @@
 .\" ------------------------------------------------------------
 .Sh ERRORS
 .Bl -tag -width Er
-.It Bq Er EWOULDBLOCK
-The timeout expired.
-.It Bq Er ERESTART
-.Fn kpause
-returned as a result of a signal with
-.Dv SA_RESTART
-property.
 .It Bq Er EINTR
 .Fn kpause
 returned due to other reasons.
 Typically as a result of a signal without
 .Dv SA_RESTART
 property.
+.It Bq Er ERESTART
+.Fn kpause
+returned as a result of a signal with
+.Dv SA_RESTART
+property.
+.It Bq Er EWOULDBLOCK
+The timeout expired.
 .El
 .\" ------------------------------------------------------------
 .Sh SEE ALSO
 .Xr sigaction 2 ,
+.Xr condvar 9 ,
 .Xr errno 9 ,
-.Xr condvar 9 ,
-.Xr mstohz 9 ,
-.Xr hz 9
+.Xr hz 9 ,
+.Xr mstohz 9



Home | Main Index | Thread Index | Old Index