tek2plot.1 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618
  1. .TH TEK2PLOT 1 "Jun 2000" "FSF" "GNU Plotting Utilities"
  2. .SH NAME
  3. tek2plot \- translate Tektronix files to other graphics formats
  4. .\" Not all man macros define SB
  5. .de SB
  6. \&\fB\s-1\&\\$1 \\$2\s0\fR
  7. ..
  8. .SH SYNOPSIS
  9. .B tek2plot
  10. [
  11. .I options
  12. ] [
  13. .I files
  14. ]
  15. .SH DESCRIPTION
  16. .LP
  17. .B tek2plot
  18. translates Tektronix graphics files to other formats, or displays
  19. them on an X Window System display.
  20. The output format is specified with the
  21. .BR \-T " option."
  22. The possible output formats are the same as those
  23. supported by
  24. .BR graph (1),
  25. .BR plot (1),
  26. .BR pic2plot (1),
  27. and
  28. .BR plotfont (1).
  29. If an output file is produced, it is written to standard output.
  30. .LP
  31. Options and file names may be interspersed on the command line, but
  32. the options are processed before the file names are read.
  33. If
  34. .B \-\-
  35. is seen, it is interpreted as the end of the options.
  36. If no file names are specified, or the file name
  37. .B \-
  38. is encountered, the standard input is read.
  39. .SH OPTIONS
  40. .SS General Options
  41. .TP
  42. .BI \-T " type"
  43. .br
  44. .ns
  45. .TP
  46. .BI \-\-output\-format " type"
  47. Select
  48. .I type
  49. as the output format.
  50. It may be "X", "png", "pnm", "gif", "svg", "ai", "ps", "cgm", "fig",
  51. "pcl", "hpgl", "regis", "tek", or "meta" (the default).
  52. These refer respectively
  53. to the X Window System,
  54. PNG (Portable Network Graphics) format,
  55. portable anymap format (PBM/PGM/PPM),
  56. a pseudo-GIF format that
  57. does not use LZW encoding,
  58. the new XML-based Scalable Vector Graphics format,
  59. the format used by Adobe Illustrator, Postscript or
  60. Encapsulated Postscript (EPS) that can be edited with
  61. .BR idraw (1),
  62. CGM format (by default, confirming to the WebCGM profile),
  63. the format used by the
  64. .BR xfig (1)
  65. drawing editor, the Hewlett\-Packard PCL 5 printer
  66. language, the Hewlett\-Packard Graphics Language,
  67. ReGIS graphics format (which can be displayed
  68. by the
  69. .BR dxterm (1)
  70. terminal emulator or by a VT330 or VT340 terminal),
  71. Tektronix format itself,
  72. and device-independent GNU metafile format.
  73. Unless \fItype\fP\^ is "X", an output file is produced and written
  74. to standard output.
  75. .IP ""
  76. Omitting the
  77. .B \-T
  78. option is equivalent to specifying
  79. .BR "\-T meta" .
  80. GNU metafile format may be translated to other formats with
  81. .BR plot (1).
  82. .TP
  83. .BI \-p " n"
  84. .br
  85. .ns
  86. .TP
  87. .BI \-\-page\-number " n"
  88. Output only page number
  89. .IR n ,
  90. within the
  91. Tektronix file or sequence of Tektronix files that is being translated.
  92. \fIn\fP\^ must
  93. be a non-negative integer, since a Tektronix file may consist of one
  94. or more pages, numbered beginning with zero.
  95. .IP ""
  96. The default behavior if the
  97. .B \-p
  98. option is not used is to output
  99. all nonempty pages in succession.
  100. For example,
  101. .B tek2plot \-T X
  102. displays each Tektronix page in its own X window.
  103. If the
  104. .BR "\-T png" ,
  105. .BR "\-T pnm" ,
  106. .BR "\-T gif" ,
  107. .BR "\-T ai" ,
  108. or
  109. .B \-T fig
  110. option is used, the default behavior is to output only the first nonempty
  111. Tektronix page, since files in those output formats contain only a single
  112. page of graphics.
  113. .IP ""
  114. Most Tektronix files consist of either one page (page #0) or two
  115. pages (an empty page #0, and page #1).
  116. Tektronix files produced by the GNU plotting utilities (e.g., by
  117. .BR "graph \-T tek" )
  118. are normally of the latter sort.
  119. .TP
  120. .BI \-F " name"
  121. .br
  122. .ns
  123. .TP
  124. .BI \-\-font\-name " name"
  125. Use the font \fIname\fP\^ for rendering the native Textronix fonts,
  126. if it is available.
  127. The default font is "Courier" except for
  128. .BR "tek2plot \-T png" ,
  129. .BR "tek2plot \-T pnm" ,
  130. .BR "tek2plot \-T gif" ,
  131. .BR "tek2plot \-T hpgl" ,
  132. .BR "tek2plot \-T regis" ,
  133. and
  134. .BR "tek2plot \-T tek" ,
  135. for which it is "HersheySerif".
  136. A list of available fonts can be obtained with the
  137. .B \-\-help\-fonts
  138. option (see below).
  139. If a font outside the Courier family is used, the
  140. .B \-\-position\-chars
  141. option (see below) should probably be specified.
  142. .IP ""
  143. The
  144. .B \-F
  145. option is useful only if you have a Tektronix file
  146. that draws text using native Tektronix fonts.
  147. Tektronix files produced by the GNU plotting utilities (e.g., by
  148. .BR "graph \-T tek" )
  149. do not use native Tektronix fonts: they use Hershey vector fonts instead.
  150. .TP
  151. .BI \-W " line_width"
  152. .br
  153. .ns
  154. .TP
  155. .BI \-\-line\-width " line_width"
  156. Set the width of lines, as a fraction of
  157. the width of the display, to be
  158. .IR line_width .
  159. A negative value means that a default value should be used.
  160. This value is format-dependent.
  161. The interpretation of zero line width is also
  162. format-dependent (in some output formats, a zero-width line is the thinnest
  163. line that can be drawn; in others, a zero-width line is invisible).
  164. .TP
  165. .BI \-\-bg\-color " name"
  166. Set the color used for the background to be
  167. .IR name .
  168. This is relevant only to
  169. .BR "tek2plot \-T X" ,
  170. .BR "tek2plot \-T png" ,
  171. .BR "tek2plot \-T pnm" ,
  172. .BR "tek2plot \-T gif" ,
  173. .BR "tek2plot \-T svg" ,
  174. .BR "tek2plot \-T cgm" ,
  175. and
  176. .BR "tek2plot \-T regis" .
  177. An unrecognized name sets the color to the default, which is "white".
  178. The environment variable
  179. .SB BG_COLOR
  180. can equally well be used to specify the background color.
  181. If the
  182. .B \-T svg
  183. or
  184. .B \-T cgm
  185. option is used, an output file without a background may be produced
  186. by setting the background color to "none".
  187. .IP ""
  188. If the
  189. .B \-T png
  190. or
  191. .B \-T gif
  192. option is used, a transparent PNG file
  193. or a transparent pseudo-GIF, respectively, may be produced by
  194. setting the
  195. .SB TRANSPARENT_COLOR
  196. environment variable to the name of the background color.
  197. .TP
  198. .BI \-\-bitmap\-size " bitmap_size"
  199. Set the size of the graphics display in which the plot will be drawn,
  200. in terms of pixels, to be
  201. .IR bitmap_size .
  202. The default is "570x570".
  203. This is relevant only to
  204. .BR "plot \-T X" ,
  205. .BR "plot \-T png" ,
  206. .BR "plot \-T pnm" ,
  207. and
  208. .BR "plot \-T gif" .
  209. If you choose a rectangular (non-square) window size, the fonts in the
  210. plot will be scaled anisotropically, i.e., by different factors in the
  211. horizontal and vertical directions.
  212. For
  213. .BR "plot \-T X" ,
  214. this requires an X11R6 display.
  215. Any font that cannot be scaled in this way will be replaced by a default
  216. scalable font, such as the vector font "HersheySerif".
  217. .IP ""
  218. The environment variable
  219. .SB BITMAPSIZE
  220. can equally well be used to
  221. specify the window size.
  222. For backward compatibility, the
  223. X resource
  224. .B Xplot.geometry
  225. may be used instead.
  226. .TP
  227. .BI \-\-emulate\-color " option"
  228. If
  229. .I option
  230. is
  231. .IR yes ,
  232. replace each color in the output by an appropriate shade of gray.
  233. This is seldom useful, except when using `
  234. .B tek2plot -T pcl
  235. to prepare output for a PCL 5 device.
  236. (Many monochrome PCL 5 devices, such as monochrome
  237. LaserJets, do a poor job of emulating color on their own.)
  238. You may equally well request color emulation by setting the environment
  239. variable
  240. .SB EMULATE_COLOR
  241. to "yes".
  242. .TP
  243. .BI \-\-max\-line\-length " max_line_length"
  244. Set the maximum number of points that a
  245. polygonal line may contain, before it is flushed out, to be
  246. .IR max_line_length .
  247. If this flushing occurs, the polygonal line will be split into two or more
  248. sub-lines, though the splitting should not be noticeable.
  249. The default value of \fImax_line_length\fP\^ is 500.
  250. .IP ""
  251. The reason for splitting long polygonal lines is that some display devices
  252. (e.g., old Postscript printers and HP-GL pen plotters) have
  253. limited buffer sizes.
  254. The environment variable
  255. .SB MAX_LINE_LENGTH
  256. can also be used to specify the maximum line length.
  257. .TP
  258. .BI \-\-page\-size " pagesize"
  259. Set the size of the page on which the plot will be positioned.
  260. This is relevant only to
  261. .BR "tek2plot \-T svg" ,
  262. .BR "tek2plot \-T ai" ,
  263. .BR "tek2plot \-T ps" ,
  264. .BR "tek2plot \-T cgm" ,
  265. .BR "tek2plot \-T fig" ,
  266. .BR "tek2plot \-T pcl" ,
  267. and
  268. .BR "tek2plot \-T hpgl" .
  269. The default is "letter", which means an 8.5 inch by 11 inch page.
  270. Any ISO page size in the range "a0".\|.\|."a4" or ANSI page size in the
  271. range "a".\|.\|."e" may be specified ("letter" is an alias for "a" and
  272. "tabloid" is an alias for "b").
  273. "legal" and "ledger" are recognized page sizes also.
  274. The environment variable
  275. .SB PAGESIZE
  276. can equally well be used to specify the page size.
  277. .IP ""
  278. The graphics display in which the plot is drawn will be a square region
  279. that would occupy nearly the full width of the specified page.
  280. An alternative size for the graphics display can be specified.
  281. For example, the page size could be specified as
  282. "letter,xsize=4in,ysize=6in", or "a4,xsize=5.0cm,ysize=100mm".
  283. For all of the above except
  284. .BR "tek2plot \-T hpgl" ,
  285. the graphics display will, by default, be centered on the page.
  286. For all of the above except
  287. .B "tek2plot \-T svg"
  288. and
  289. .BR "tek2plot \-T cgm" ,
  290. the graphics display may be repositioned manually, by specifying the
  291. location of its lower left corner, relative to the lower left corner of the
  292. page.
  293. For example, the page size could be specified as
  294. "letter,xorigin=2in,yorigin=3in", or "a4,xorigin=0.5cm,yorigin=0.5cm".
  295. It is also possible to specify an offset vector.
  296. For example, the page size could be specified as "letter,xoffset=1in",
  297. or "letter,xoffset=1in,yoffset=1.2in", or "a4,yoffset=\-1cm".
  298. In SVG format and WebCGM format it is possible to specify the size
  299. of the graphics display, but not its position.
  300. .TP
  301. .BI \-\-pen\-color " name"
  302. Set the pen color to be
  303. .IR name .
  304. An unrecognized name sets the pen color to the default, which is "black".
  305. .TP
  306. .B \-\-position\-chars
  307. Position the characters in each text string individually.
  308. If the text font is not a member of the Courier family,
  309. and especially if it is not a fixed-width font, this option is
  310. recommended.
  311. It will improve the appearance of text strings, at
  312. the price of making it difficult to edit the output file with
  313. .BR xfig (1),
  314. .BR idraw (1),
  315. or Illustrator.
  316. .TP
  317. .BI \-\-rotation " angle"
  318. Rotate the graphics display by
  319. .IR angle " degrees."
  320. Recognized values are "0", "90", "180", and "270".
  321. "no" and "yes" are equivalent to "0" and "90", respectively.
  322. The environment variable
  323. .SB ROTATION
  324. can also be used to specify a rotation angle.
  325. .TP
  326. .B \-\-use\-tek\-fonts
  327. Use the bitmap fonts that were used on the original Tektronix
  328. 4010/4014 terminal.
  329. This option is relevant only to
  330. .BR "tek2plot \-T X" .
  331. The four relevant bitmap fonts are distributed with most
  332. versions of the GNU plotting utilities, under the names
  333. "tekfont0".\|.\|."tekfont3".
  334. They can easily be installed on any modern X Window System display.
  335. For this option to work properly,
  336. you must also select a window size of
  337. .if t 1024\(mu1024
  338. .if n 1024x1024
  339. pixels, either by
  340. using the
  341. .B \-\-bitmap\-size 1024x1024
  342. option or by setting the value
  343. of the
  344. .B Xplot.geometry
  345. resource.
  346. This is because bitmap fonts, unlike the scalable fonts that
  347. .B tek2plot
  348. normally uses, cannot be rescaled.
  349. .IP ""
  350. This option is useful only if you have a file in Tektronix format
  351. that draws text using native Tektronix fonts.
  352. Tektronix files produced by the GNU plotting utilities (e.g., by
  353. .BR "graph \-T tek" )
  354. do not use native Tektronix fonts: they use Hershey vector fonts instead.
  355. .SS Options for Metafile Output
  356. .LP
  357. The following option is relevant only if the
  358. .B \-T
  359. option is omitted or if
  360. .B "\-T meta"
  361. is used.
  362. In this case
  363. .B tek2plot
  364. outputs a GNU graphics metafile,
  365. which must be translated to other formats with
  366. .BR plot (1).
  367. .TP
  368. .B \-O
  369. .br
  370. .ns
  371. .TP
  372. .B \-\-portable\-output
  373. Output the portable (human-readable) version of GNU metafile
  374. format, rather than a binary version (the default).
  375. The format of the binary version is machine-dependent.
  376. .SS Informational Options
  377. .TP
  378. .B \-\-help
  379. Print a list of command-line options, and exit.
  380. .TP
  381. .B \-\-help\-fonts
  382. Print a table of available fonts, and exit.
  383. The table will depend on which output format
  384. is specified with
  385. the
  386. .B \-T
  387. option.
  388. .BR "tek2plot \-T X" ,
  389. .BR "tek2plot \-T svg" ,
  390. .BR "tek2plot \-T ai" ,
  391. .BR "tek2plot \-T ps" ,
  392. .BR "tek2plot \-T cgm" ,
  393. and
  394. .B tek2plot \-T fig
  395. each support the 35 standard Postscript fonts.
  396. .BR "tek2plot \-T svg" ,
  397. .BR "tek2plot \-T pcl" ,
  398. and
  399. .B tek2plot \-T hpgl
  400. support the 45 standard PCL 5 fonts, and the latter two support
  401. a number of Hewlett\-Packard vector fonts.
  402. All seven support a set of 22 Hershey vector fonts, as do
  403. .BR "tek2plot \-T png" ,
  404. .BR "tek2plot \-T pnm" ,
  405. .BR "tek2plot \-T gif" ,
  406. .BR "tek2plot \-T regis" ,
  407. and
  408. .BR "tek2plot \-T tek" .
  409. .B tek2plot
  410. without a
  411. .B \-T
  412. option in principle
  413. supports any of these fonts, since its output must be translated
  414. to other formats with
  415. .BR plot (1).
  416. .IP ""
  417. The
  418. .BR plotfont (1)
  419. utility may be used to obtain a character map of any supported font.
  420. .TP
  421. .B \-\-list\-fonts
  422. Like
  423. .BR \-\-help\-fonts ,
  424. but lists the fonts in a single column to facilitate piping to other
  425. programs.
  426. If no output format is specified with the
  427. .B \-T
  428. option, the full set of supported fonts is listed.
  429. .TP
  430. .B \-\-version
  431. Print the version number of
  432. .B tek2plot
  433. and the plotting utilities package, and exit.
  434. .SH "ENVIRONMENT"
  435. The environment variables
  436. .SB BITMAPSIZE,
  437. .SB PAGESIZE,
  438. .SB BG_COLOR,
  439. .SB EMULATE_COLOR,
  440. .SB MAX_LINE_LENGTH
  441. and
  442. .SB ROTATION
  443. serve as backups for the options
  444. .BR \-\-bitmap\-size ,
  445. .BR \-\-page\-size ,
  446. .BR \-\-bg\-color ,
  447. .BR \-\-emulate\-color ,
  448. .BR \-\-max\-line\-length ,
  449. and
  450. .BR \-\-rotation ,
  451. respectively.
  452. The remaining environment variables are specific
  453. to individual output formats.
  454. .LP
  455. .BR "tek2plot \-T X" ,
  456. which pops up a window on an X Window System
  457. display and draws graphics in it, checks the
  458. .SB DISPLAY
  459. environment variable.
  460. Its value determines the display that will be used.
  461. .LP
  462. .BR "tek2plot \-T png"
  463. and
  464. .BR "tek2plot \-T gif" ,
  465. which produce output in PNG format and pseudo-GIF format respectively,
  466. are affected by the
  467. .SB INTERLACE
  468. environment variable.
  469. If its value is "yes", the output will be interlaced.
  470. Also, if the
  471. .SB TRANSPARENT_COLOR
  472. environment variable is set to the name of a color, that color will
  473. be treated as transparent in the output.
  474. .LP
  475. .BR "tek2plot \-T pnm" ,
  476. which produces output in portable anymap (PBM/PGM/PPM) format,
  477. is affected by the
  478. .SB PNM_PORTABLE
  479. environment variable.
  480. If its value is "yes", the output will be in a human-readable format
  481. rather than binary (the default).
  482. .LP
  483. .BR "tek2plot \-T cgm" ,
  484. which produces output in CGM (Computer Graphics Metafile) format,
  485. is affected by the
  486. .SB CGM_MAX_VERSION
  487. and
  488. .SB CGM_ENCODING
  489. environment variables.
  490. By default, it produces a binary-encoded version of CGM version 3 format.
  491. For backward compatibility, the version number may be reduced by setting
  492. .SB CGM_MAX_VERSION
  493. to "2" or "1".
  494. Irrespective of version, the output CGM file will use the human-readable
  495. clear text encoding if
  496. .SB CGM_ENCODING
  497. is set to "clear_text".
  498. However, only binary-encoded CGM files conform to the WebCGM profile.
  499. .LP
  500. .BR "tek2plot \-T pcl" ,
  501. which produces PCL 5 output for Hewlett\-Packard
  502. printers and plotters, is affected by the environment variable
  503. .SB PCL_ASSIGN_COLORS.
  504. It should be set to "yes" when producing PCL 5 output for a color printer
  505. or other color device.
  506. This will ensure accurate color reproduction by giving
  507. the output device complete freedom in assigning colors, internally, to
  508. its "logical pens".
  509. If it is "no" then the device will use a fixed set
  510. of colored pens, and will emulate other colors by shading.
  511. The default is "no" because monochrome PCL 5 devices, which are
  512. much more common
  513. than colored ones, must use shading to emulate color.
  514. .LP
  515. .BR "tek2plot \-T hpgl" ,
  516. which produces Hewlett\-Packard Graphics Language
  517. output, is affected by several environment variables.
  518. The most important is
  519. .SB HPGL_VERSION,
  520. which may be set to "1", "1.5", or "2"
  521. (the default).
  522. "1" means that the output should be generic HP-GL,
  523. "1.5" means that the output should be suitable for the HP7550A graphics
  524. plotter and the HP758x, HP7595A and HP7596A drafting plotters (HP-GL
  525. with some HP-GL/2 extensions), and "2" means that the output should be
  526. modern HP-GL/2.
  527. If the version is "1" or "1.5" then the only available
  528. fonts will be vector fonts, and all lines will be drawn with a default
  529. width (the
  530. .B \-W
  531. option will not work).
  532. .LP
  533. The position of the
  534. .B tek2plot \-T hpgl
  535. graphics display on the page
  536. can be rotated 90 degrees counterclockwise by setting the
  537. .SB HPGL_ROTATE
  538. environment variable to "yes".
  539. This is not the same as the rotation obtained with the
  540. .B \-\-rotation
  541. option, since it both rotates the graphics display and repositions its
  542. lower left corner toward another corner of the page. Besides "no" and
  543. "yes", recognized values for
  544. .SB HPGL_ROTATE
  545. are "0", "90", "180", and "270".
  546. "no" and "yes" are equivalent to "0" and
  547. "90", respectively.
  548. "180" and "270" are supported only if
  549. .SB HPGL_VERSION
  550. is "2" (the default).
  551. .LP
  552. By default,
  553. .B tek2plot \-T hpgl
  554. will draw with a fixed set of pens.
  555. Which pens are present may be specified by setting the
  556. .SB HPGL_PENS
  557. environment variable.
  558. If
  559. .SB HPGL_VERSION
  560. is "1", the default value of
  561. .SB HPGL_PENS
  562. is "1=black"; if
  563. .SB HPGL_VERSION
  564. is "1.5" or "2", the default value of
  565. .SB HPGL_PENS
  566. is "1=black:2=red:3=green:4=yellow:5=blue:6=magenta:7=cyan".
  567. The format
  568. should be self-explanatory.
  569. By setting
  570. .SB HPGL_PENS
  571. you may specify a
  572. color for any pen in the range #1.\|.\|.#31.
  573. All color names recognized
  574. by the X Window System may be used.
  575. Pen #1 must always be present, though it need not be black.
  576. Any other pen in the range #1.\|.\|.#31 may be omitted.
  577. .LP
  578. If
  579. .SB HPGL_VERSION
  580. is "2" then
  581. .B tek2plot \-T hpgl
  582. will also be
  583. affected by the environment variable
  584. .SB HPGL_ASSIGN_COLORS.
  585. If its value is "yes", then
  586. .B tek2plot \-T hpgl
  587. will not be restricted to the palette specified in
  588. .SB HPGL_PENS:
  589. it will assign colors to "logical pens" in the range #1.\|.\|.#31, as needed.
  590. The default value is "no" because other than color LaserJet printers and
  591. DesignJet plotters, not many HP-GL/2 devices allow the assignment of colors
  592. to logical pens.
  593. .LP
  594. The drawing of visible white lines is supported only if
  595. .SB HPGL_VERSION
  596. is "2" and the environment variable
  597. .SB HPGL_OPAQUE_MODE
  598. is "yes" (the default).
  599. If its value is "no" then white lines (if any), which are normally drawn
  600. with pen #0, will not be drawn.
  601. This feature is to accommodate older HP-GL/2 devices.
  602. HP-GL/2 pen plotters, for example, do not support the use
  603. of pen #0 to draw visible white lines.
  604. Some older HP-GL/2 devices may, in fact,
  605. malfunction if asked to draw opaque objects.
  606. .SH "SEE ALSO"
  607. .BR plot (1),
  608. .BR plotfont (1),
  609. and "The GNU Plotting Utilities Manual".
  610. .SH AUTHORS
  611. .B tek2plot
  612. was written by Robert S. Maier (\fBrsm@math.arizona.edu\fP).
  613. It incorporates a Tektronix parser written by Edward Moy
  614. (\fBmoy@parc.xerox.com\fP).
  615. .SH BUGS
  616. Email bug reports to
  617. .BR bug\-gnu\-utils@gnu.org .