diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-11-04 14:32:29 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-11-04 14:32:29 +0000 |
commit | 1603c39f4bdda930f5ef64cfa0b5a0dd078e5113 (patch) | |
tree | 765338cae26cdaa6d46c925cab90cf050f65cdcf /usr.bin | |
parent | f43f9ad39dccdded320e0038181cb93f2586f9dd (diff) |
- fix a comma oopsie
- Tn for "YACC" is silly
- since ex(1) and vi(1) are the same page, let's not list them both in SEE ALSO
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ctags/ctags.1 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/usr.bin/ctags/ctags.1 b/usr.bin/ctags/ctags.1 index cf19830852f..8894e8a3e62 100644 --- a/usr.bin/ctags/ctags.1 +++ b/usr.bin/ctags/ctags.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ctags.1,v 1.23 2010/11/03 19:39:38 millert Exp $ +.\" $OpenBSD: ctags.1,v 1.24 2010/11/04 14:32:28 jmc Exp $ .\" $NetBSD: ctags.1,v 1.4 1995/03/26 20:14:04 glass Exp $ .\" .\" Copyright (c) 1987, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)ctags.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: November 3 2010 $ +.Dd $Mdocdate: November 4 2010 $ .Dt CTAGS 1 .Os .Sh NAME @@ -43,9 +43,8 @@ .Ar .Sh DESCRIPTION .Nm -makes a tags file from the specified, C Pascal, Fortran, -.Tn YACC , -lex, and Lisp sources. +makes a tags file from the specified C, Pascal, Fortran, +YACC, lex, and Lisp sources. A tags file gives the locations of specified objects in a group of files. Each line of the tags file contains the object name, the file in which it is defined, and a search pattern for the object definition, separated by @@ -175,7 +174,6 @@ default output tags file .Pp Duplicate objects are not considered errors. .Sh SEE ALSO -.Xr ex 1 , .Xr vi 1 .Sh STANDARDS The |