Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen Sort errors.



details:   https://anonhg.NetBSD.org/src/rev/a69203975a83
branches:  trunk
changeset: 764515:a69203975a83
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Apr 25 22:38:34 2011 +0000

description:
Sort errors.

diffstat:

 lib/libc/gen/ttyname.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r ced9e3bdcaa1 -r a69203975a83 lib/libc/gen/ttyname.3
--- a/lib/libc/gen/ttyname.3    Mon Apr 25 22:34:46 2011 +0000
+++ b/lib/libc/gen/ttyname.3    Mon Apr 25 22:38:34 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ttyname.3,v 1.21 2008/06/25 11:47:29 ad Exp $
+.\"    $NetBSD: ttyname.3,v 1.22 2011/04/25 22:38:34 wiz Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -169,11 +169,11 @@
 .Fn ttyname_r
 function will also fail if:
 .Bl -tag -width Er
-.It Bq Er ERANGE
-The buffer provided is not large enough to fit the result.
 .It Bq Er ENOENT
 The terminal device is not found.
 This can happen if the device node has been removed after it was opened.
+.It Bq Er ERANGE
+The buffer provided is not large enough to fit the result.
 .El
 .Sh SEE ALSO
 .Xr ioctl 2 ,



Home | Main Index | Thread Index | Old Index