diff options
author | Vadim Zhukov <zhuk@cvs.openbsd.org> | 2015-10-25 15:38:20 +0000 |
---|---|---|
committer | Vadim Zhukov <zhuk@cvs.openbsd.org> | 2015-10-25 15:38:20 +0000 |
commit | ab725751849f8bf16c0583f6d04b52febcc72e05 (patch) | |
tree | 3d9d002c2e2b2d9643fa66e3893a3d49b07e73d7 | |
parent | aedd53b8b94bf81c77032c55fb4763b33151f86b (diff) |
Decapitalize yyparse tag name here.
okay jmc@
-rw-r--r-- | usr.bin/ctags/ctags.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ctags/ctags.1 b/usr.bin/ctags/ctags.1 index 1cee14406fd..50830b82198 100644 --- a/usr.bin/ctags/ctags.1 +++ b/usr.bin/ctags/ctags.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ctags.1,v 1.31 2015/10/15 23:46:20 schwarze Exp $ +.\" $OpenBSD: ctags.1,v 1.32 2015/10/25 15:38:19 zhuk 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: October 15 2015 $ +.Dd $Mdocdate: October 25 2015 $ .Dt CTAGS 1 .Os .Sh NAME @@ -154,7 +154,7 @@ This makes use of practical in directories with more than one program. .Pp Yacc and lex files each have a special tag. -.Ar Yyparse +.Ar yyparse is the start of the second section of the yacc file, and .Ar yylex |