Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.zx2c4.com/cgit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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>"
-