summaryrefslogtreecommitdiff
path: root/www/tidy/files/patch-tidy.c
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 15:49:46 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 15:49:46 +0000
commit5fef74e277a1a8631418cc86635c091fcc79d099 (patch)
tree1f91b768812d879efc689dc94c0aa53e7c1ba2fa /www/tidy/files/patch-tidy.c
parent- Add LICENSE (diff)
Rename www/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'www/tidy/files/patch-tidy.c')
-rw-r--r--www/tidy/files/patch-tidy.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/tidy/files/patch-tidy.c b/www/tidy/files/patch-tidy.c
new file mode 100644
index 000000000000..f0a953e44452
--- /dev/null
+++ b/www/tidy/files/patch-tidy.c
@@ -0,0 +1,11 @@
+--- tidy.c.orig Fri Aug 4 19:21:05 2000
++++ tidy.c Mon Nov 19 14:39:50 2001
+@@ -785,6 +785,8 @@
+ Quiet = yes;
+ else if (strcmp(arg, "slides") == 0)
+ BurstSlides = yes;
++ else if (strcmp(arg, "preserve") == 0)
++ PreserveEntities = yes;
+ else if (strcmp(arg, "help") == 0 ||
+ argv[1][1] == '?'|| argv[1][1] == 'h')
+ {