Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/ctags Sort sections.



details:   https://anonhg.NetBSD.org/src/rev/88f375cb35ca
branches:  trunk
changeset: 518519:88f375cb35ca
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Dec 01 19:03:08 2001 +0000

description:
Sort sections.

diffstat:

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

diffs (46 lines):

diff -r 1e4a86149d33 -r 88f375cb35ca usr.bin/ctags/ctags.1
--- a/usr.bin/ctags/ctags.1     Sat Dec 01 19:02:07 2001 +0000
+++ b/usr.bin/ctags/ctags.1     Sat Dec 01 19:03:08 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ctags.1,v 1.9 2001/12/01 16:43:12 wiz Exp $
+.\"    $NetBSD: ctags.1,v 1.10 2001/12/01 19:03:08 wiz Exp $
 .\"
 .\" Copyright (c) 1987, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -164,18 +164,23 @@
 .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
+.Sh HISTORY
+The
+.Nm
+command appeared in
+.Bx 3.0 .
 .Sh BUGS
 Recognition of
 .Em functions  ,
@@ -209,8 +214,3 @@
 the searching pattern.  The last line of multiple line
 .Li typedef Ns 's
 will similarly be noted.
-.Sh HISTORY
-The
-.Nm
-command appeared in
-.Bx 3.0 .



Home | Main Index | Thread Index | Old Index