Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Sort SEE ALSO.



details:   https://anonhg.NetBSD.org/src/rev/c56d812dbc19
branches:  trunk
changeset: 330921:c56d812dbc19
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Jul 25 08:44:54 2014 +0000

description:
Sort SEE ALSO.

diffstat:

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

diffs (20 lines):

diff -r b6220ab48d2a -r c56d812dbc19 lib/libc/sys/truncate.2
--- a/lib/libc/sys/truncate.2   Fri Jul 25 08:38:29 2014 +0000
+++ b/lib/libc/sys/truncate.2   Fri Jul 25 08:44:54 2014 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: truncate.2,v 1.29 2014/07/25 08:30:47 dholland Exp $
+.\"    $NetBSD: truncate.2,v 1.30 2014/07/25 08:44:54 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -133,8 +133,8 @@
 is not open for writing.
 .El
 .Sh SEE ALSO
-.Xr open 2 ,
-.Xr fdiscard 2
+.Xr fdiscard 2 ,
+.Xr open 2
 .Sh STANDARDS
 Use of
 .Fn truncate



Home | Main Index | Thread Index | Old Index