aboutsummaryrefslogtreecommitdiffstats
path: root/filters/html-converters/man2html
diff options
context:
space:
mode:
Diffstat (limited to 'filters/html-converters/man2html')
-rwxr-xr-xfilters/html-converters/man2html1
1 files changed, 0 insertions, 1 deletions
diff --git a/filters/html-converters/man2html b/filters/html-converters/man2html
index 1b28437..0ef7884 100755
--- a/filters/html-converters/man2html
+++ b/filters/html-converters/man2html
@@ -2,4 +2,3 @@
echo "<div style=\"font-family: monospace\">"
groff -mandoc -T html -P -r -P -l | egrep -v '(<html>|<head>|<meta|<title>|</title>|</head>|<body>|</body>|</html>|<!DOCTYPE|"http://www.w3.org)'
echo "</div>"
-