diff options
author | Petter Rodhelind <petter.rodhelind@gmail.com> | 2017-07-03 20:55:47 +0200 |
---|---|---|
committer | Petter Rodhelind <petter.rodhelind@gmail.com> | 2017-07-03 20:55:47 +0200 |
commit | 7d0663b7c023cd7dd2764cb232798f8bc1309c20 (patch) | |
tree | e5b8eca2f1b0e825f115fb1b73c3ccb0103b9f39 /man/man1 | |
parent | 5e176c5794de5124b67d3ac4ea7afe2f210b6d84 (diff) | |
parent | 711336c348ac9b98cd22464496e6b7e9a109c3a9 (diff) | |
download | plan9port-7d0663b7c023cd7dd2764cb232798f8bc1309c20.tar.gz plan9port-7d0663b7c023cd7dd2764cb232798f8bc1309c20.tar.bz2 plan9port-7d0663b7c023cd7dd2764cb232798f8bc1309c20.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/pic.1 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/man/man1/pic.1 b/man/man1/pic.1 index f47fa42a..de443cc0 100644 --- a/man/man1/pic.1 +++ b/man/man1/pic.1 @@ -23,6 +23,11 @@ pic, tpic \- troff and tex preprocessors for drawing pictures [ .I files ] +.PP +.B svgpic +[ +.I files +] .SH DESCRIPTION .I Pic is a @@ -306,6 +311,12 @@ The box may be output this way: .IP .L \ecenterline{\ebox\egraph} +.PP +.I Svgpic +accepts +.IR pic +language and produces a Scalable Vector Graphics (SVG) image +suitable for use in HTML documents. .SH EXAMPLES .EX arrow "input" above; box "process"; arrow "output" above @@ -342,3 +353,7 @@ B. W. Kernighan, .I Unix Research System Programmer's Manual, Tenth Edition, Volume 2 +.SH BUGS +.I Svgpic +is only lightly tested. +It should handle troff commands in text output. |