aboutsummaryrefslogtreecommitdiff
path: root/man/man1/fmt.html
diff options
context:
space:
mode:
Diffstat (limited to 'man/man1/fmt.html')
-rw-r--r--man/man1/fmt.html100
1 files changed, 0 insertions, 100 deletions
diff --git a/man/man1/fmt.html b/man/man1/fmt.html
deleted file mode 100644
index 28d339a4..00000000
--- a/man/man1/fmt.html
+++ /dev/null
@@ -1,100 +0,0 @@
-<head>
-<title>fmt(1) - Plan 9 from User Space</title>
-<meta content="text/html; charset=utf-8" http-equiv=Content-Type>
-</head>
-<body bgcolor=#ffffff>
-<table border=0 cellpadding=0 cellspacing=0 width=100%>
-<tr height=10><td>
-<tr><td width=20><td>
-<tr><td width=20><td><b>FMT(1)</b><td align=right><b>FMT(1)</b>
-<tr><td width=20><td colspan=2>
- <br>
-<p><font size=+1><b>NAME </b></font><br>
-
-<table border=0 cellpadding=0 cellspacing=0><tr height=2><td><tr><td width=20><td>
-
- fmt, htmlfmt &ndash; simple text formatters<br>
-
-</table>
-<p><font size=+1><b>SYNOPSIS </b></font><br>
-
-<table border=0 cellpadding=0 cellspacing=0><tr height=2><td><tr><td width=20><td>
-
- <tt><font size=+1>fmt</font></tt> [ <i>option ...</i> ] [ <i>file ...</i> ]
- <table border=0 cellpadding=0 cellspacing=0><tr height=5><td></table>
-
- <tt><font size=+1>htmlfmt</font></tt> [ <tt><font size=+1>&#8722;a</font></tt> ] [ <tt><font size=+1>&#8722;c</font></tt> <i>charset</i> ] [ <tt><font size=+1>&#8722;u</font></tt> <i>url</i> ] [ <i>file ...</i> ]<br>
-
-</table>
-<p><font size=+1><b>DESCRIPTION </b></font><br>
-
-<table border=0 cellpadding=0 cellspacing=0><tr height=2><td><tr><td width=20><td>
-
- <i>Fmt</i> copies the given <i>files</i> (standard input by default) to its
- standard output, filling and indenting lines. The options are<br>
- <tt><font size=+1>&#8722;l</font></tt> <i>n</i>&nbsp;&nbsp;&nbsp;Output line length is <i>n</i>, including indent (default 70).<br>
- <tt><font size=+1>&#8722;w</font></tt> <i>n</i>&nbsp;&nbsp;&nbsp;A synonym for <tt><font size=+1>&#8722;l</font></tt>.<br>
- <tt><font size=+1>&#8722;i</font></tt> <i>n</i>&nbsp;&nbsp;&nbsp;Indent <i>n</i> spaces (default 0).<br>
- <tt><font size=+1>&#8722;j</font></tt>&nbsp;&nbsp;&nbsp;&nbsp;Do not join short lines: only fold long lines.
- <table border=0 cellpadding=0 cellspacing=0><tr height=5><td></table>
-
- Empty lines and initial white space in input lines are preserved.
- Empty lines are inserted between input files.
- <table border=0 cellpadding=0 cellspacing=0><tr height=5><td></table>
-
- <i>Fmt</i> is idempotent: it leaves already formatted text unchanged.
-
- <table border=0 cellpadding=0 cellspacing=0><tr height=5><td></table>
-
- <i>Htmlfmt</i> performs a similar service, but accepts as input text
- formatted with HTML tags. It accepts <i>fmt</i>&#8217;s <tt><font size=+1>&#8722;l</font></tt> and <tt><font size=+1>&#8722;w</font></tt> flags and
- also:<br>
- <tt><font size=+1>&#8722;a</font></tt>&nbsp;&nbsp;&nbsp;&nbsp;Normally <i>htmlfmt</i> suppresses the contents of form fields and
- anchors (URLs and image files); this flag causes it to print them,
- in square brackets.<br>
- <tt><font size=+1>&#8722;c</font></tt> <i>charset<br>
- </i>
- <table border=0 cellpadding=0 cellspacing=0><tr height=2><td><tr><td width=20><td>
-
- change the default character set from iso-8859-1 to <i>charset</i>. This
- is the character set assumed if there isn&#8217;t one specified by the
- html itself in a &lt;meta&gt; directive.<br>
-
- </table>
- <tt><font size=+1>&#8722;u</font></tt> <i>url</i>Use <i>url</i> as the base URL for the document when displaying
- anchors; sets <tt><font size=+1>&#8722;a</font></tt><i>.<br>
- </i>
-</table>
-<p><font size=+1><b>SOURCE </b></font><br>
-
-<table border=0 cellpadding=0 cellspacing=0><tr height=2><td><tr><td width=20><td>
-
- <tt><font size=+1>/usr/local/plan9/src/cmd/fmt.c
- <table border=0 cellpadding=0 cellspacing=0><tr height=5><td></table>
- </font></tt>
- <tt><font size=+1>/usr/local/plan9/src/cmd/htmlfmt<br>
- </font></tt>
-</table>
-<p><font size=+1><b>BUGS </b></font><br>
-
-<table border=0 cellpadding=0 cellspacing=0><tr height=2><td><tr><td width=20><td>
-
- <i>Htmlfmt</i> makes no attempt to render the two-dimensional geometry
- of tables; it just treats the table entries as plain, to-be-formatted
- text.<br>
-
-</table>
-
-<td width=20>
-<tr height=20><td>
-</table>
-<!-- TRAILER -->
-<table border=0 cellpadding=0 cellspacing=0 width=100%>
-<tr height=15><td width=10><td><td width=10>
-<tr><td><td>
-<center>
-<a href="../../"><img src="../../dist/spaceglenda100.png" alt="Space Glenda" border=1></a>
-</center>
-</table>
-<!-- TRAILER -->
-</body></html>