Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/ctags Reorder to canonical order.



details:   https://anonhg.NetBSD.org/src/rev/8badcb2a74e7
branches:  trunk
changeset: 754858:8badcb2a74e7
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri May 14 16:48:36 2010 +0000

description:
Reorder to canonical order.

diffstat:

 usr.bin/ctags/ctags.1 |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (29 lines):

diff -r 30a6f5cb2cfc -r 8badcb2a74e7 usr.bin/ctags/ctags.1
--- a/usr.bin/ctags/ctags.1     Fri May 14 16:48:02 2010 +0000
+++ b/usr.bin/ctags/ctags.1     Fri May 14 16:48:36 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ctags.1,v 1.15 2003/08/07 11:13:30 agc Exp $
+.\"    $NetBSD: ctags.1,v 1.16 2010/05/14 16:48:36 joerg Exp $
 .\"
 .\" Copyright (c) 1987, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -171,15 +171,15 @@
 .Ar yylex
 is the start of
 the second section of the lex file.
-.Sh EXIT STATUS
-.Nm
-exits with a value of 1 if an error occurred, 0 otherwise.
-Duplicate objects are not considered errors.
 .Sh FILES
 .Bl -tag -width tags -compact
 .It Pa tags
 default output tags file
 .El
+.Sh EXIT STATUS
+.Nm
+exits with a value of 1 if an error occurred, 0 otherwise.
+Duplicate objects are not considered errors.
 .Sh SEE ALSO
 .Xr ex 1 ,
 .Xr vi 1



Home | Main Index | Thread Index | Old Index