Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Drop trailing spaces; sort SEE ALSO.



details:   https://anonhg.NetBSD.org/src/rev/20f6ce909a2d
branches:  trunk
changeset: 541125:20f6ce909a2d
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Jan 02 09:39:34 2003 +0000

description:
Drop trailing spaces; sort SEE ALSO.

diffstat:

 lib/libc/sys/write.2 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r d878e2ba8792 -r 20f6ce909a2d lib/libc/sys/write.2
--- a/lib/libc/sys/write.2      Thu Jan 02 09:38:34 2003 +0000
+++ b/lib/libc/sys/write.2      Thu Jan 02 09:39:34 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: write.2,v 1.23 2002/12/30 12:39:00 sommerfeld Exp $
+.\"    $NetBSD: write.2,v 1.24 2003/01/02 09:39:34 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -193,7 +193,7 @@
 See
 .Xr sigaction 2
 for more information on the interaction between signals and system
-calls. 
+calls.
 .It Bq Er EAGAIN
 The file was marked for non-blocking I/O,
 and no data could be written immediately.
@@ -240,8 +240,8 @@
 .Xr open 2 ,
 .Xr pipe 2 ,
 .Xr poll 2 ,
-.Xr sigaction 2 ,
 .Xr select 2 ,
+.Xr sigaction 2
 .Sh STANDARDS
 The
 .Fn write



Home | Main Index | Thread Index | Old Index