diff options
author | 2015-10-25 15:38:19 +0000 | |
---|---|---|
committer | 2015-10-25 15:38:19 +0000 | |
commit | decffd28fcd81c8f3dd185c8b375704bf3399e80 (patch) | |
tree | 5d0e9cf3de4ae6e8c46ba4042e34402fe24ad2eb | |
parent | strvis directory names in ps (diff) | |
download | wireguard-openbsd-decffd28fcd81c8f3dd185c8b375704bf3399e80.tar.xz wireguard-openbsd-decffd28fcd81c8f3dd185c8b375704bf3399e80.zip |
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 |