git@sv
/
enscript.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
78f0a34
)
states.man: Escape backslashes in namerules and startrules examples.
author
Tim Retout
<diocles@gnu.org>
Wed, 30 Dec 2009 17:53:14 +0000
(17:53 +0000)
committer
Tim Retout
<diocles@gnu.org>
Wed, 30 Dec 2009 17:53:40 +0000
(17:53 +0000)
docs/ChangeLog
patch
|
blob
|
history
docs/states.man
patch
|
blob
|
history
diff --git
a/docs/ChangeLog
b/docs/ChangeLog
index 10286d857b51bda9dec4f22b1fbbcc38d1e52e0c..7bfc3de7f64eecf65906f45ca2f0332d5a4b5a25 100644
(file)
--- a/
docs/ChangeLog
+++ b/
docs/ChangeLog
@@
-1,5
+1,8
@@
2009-12-30 Tim Retout <diocles@gnu.org>
2009-12-30 Tim Retout <diocles@gnu.org>
+ * states.man (STATES PROGRAM FILES): Escape backslashes in
+ namerules and startrules examples.
+
Small corrections probably originally by Michael Fedrowitz.
* enscript.man (SYNOPSIS): Correct '-W' to '-w'.
Small corrections probably originally by Michael Fedrowitz.
* enscript.man (SYNOPSIS): Correct '-W' to '-w'.
diff --git
a/docs/states.man
b/docs/states.man
index 60add585f7b97ad94ea984127272e133dd521586..9b66975e1e3af57ad828e3fb59adfe63ab392d90 100644
(file)
--- a/
docs/states.man
+++ b/
docs/states.man
@@
-141,14
+141,14
@@
following start and name rules can distinguish C and Fortran files:
.nf
namerules
{
.nf
namerules
{
- /\.(c|h)$/ c;
- /\.[fF]$/ fortran;
+ /\
\
.(c|h)$/ c;
+ /\
\
.[fF]$/ fortran;
}
startrules
{
}
startrules
{
- /-\
*- [cC] -
\*-/ c;
- /-\
*- fortran -
\*-/ fortran;
+ /-\
\*- [cC] -\
\*-/ c;
+ /-\
\*- fortran -\
\*-/ fortran;
}
.fi
.RE
}
.fi
.RE