isoinfo.ps
上传用户:xiejiait
上传日期:2007-01-06
资源大小:881k
文件大小:12k
源码类别:

SCSI/ASPI

开发平台:

MultiPlatform

  1. %!PS
  2. %%Version: 3.15
  3. %%DocumentFonts: (atend)
  4. %%Pages: (atend)
  5. %%EndComments
  6. %ident "@(#)lp:filter/postscript/postscript/dpost.ps 1.1"
  7. %
  8. % Version 3.16 prologue for troff files.
  9. %
  10. /#copies 1 store
  11. /aspectratio 1 def
  12. /formsperpage 1 def
  13. /landscape false def
  14. /linewidth .3 def
  15. /magnification 1 def
  16. /margin 0 def
  17. /orientation 0 def
  18. /resolution 720 def
  19. /xoffset 0 def
  20. /yoffset 0 def
  21. /roundpage true def
  22. /useclippath true def
  23. /pagebbox [0 0 612 792] def
  24. /R  /Times-Roman def
  25. /I  /Times-Italic def
  26. /B  /Times-Bold def
  27. /BI /Times-BoldItalic def
  28. /H  /Helvetica def
  29. /HI /Helvetica-Oblique def
  30. /HB /Helvetica-Bold def
  31. /HX /Helvetica-BoldOblique def
  32. /CW /Courier def
  33. /CO /Courier def
  34. /CI /Courier-Oblique def
  35. /CB /Courier-Bold def
  36. /CX /Courier-BoldOblique def
  37. /PA /Palatino-Roman def
  38. /PI /Palatino-Italic def
  39. /PB /Palatino-Bold def
  40. /PX /Palatino-BoldItalic def
  41. /Hr /Helvetica-Narrow def
  42. /Hi /Helvetica-Narrow-Oblique def
  43. /Hb /Helvetica-Narrow-Bold def
  44. /Hx /Helvetica-Narrow-BoldOblique def
  45. /KR /Bookman-Light def
  46. /KI /Bookman-LightItalic def
  47. /KB /Bookman-Demi def
  48. /KX /Bookman-DemiItalic def
  49. /AR /AvantGarde-Book def
  50. /AI /AvantGarde-BookOblique def
  51. /AB /AvantGarde-Demi def
  52. /AX /AvantGarde-DemiOblique def
  53. /NR /NewCenturySchlbk-Roman def
  54. /NI /NewCenturySchlbk-Italic def
  55. /NB /NewCenturySchlbk-Bold def
  56. /NX /NewCenturySchlbk-BoldItalic def
  57. /ZD /ZapfDingbats def
  58. /ZI /ZapfChancery-MediumItalic def
  59. /VR /Varitimes#Roman def
  60. /VI /Varitimes#Italic def
  61. /VB /Varitimes#Bold def
  62. /VX /Varitimes#BoldItalic def
  63. /S  /S def
  64. /S1 /S1 def
  65. /GR /Symbol def
  66. /inch {72 mul} bind def
  67. /min {2 copy gt {exch} if pop} bind def
  68. /setup {
  69. counttomark 2 idiv {def} repeat pop
  70. landscape {/orientation 90 orientation add def} if
  71. /scaling 72 resolution div def
  72. linewidth setlinewidth
  73. 1 setlinecap
  74. pagedimensions
  75. xcenter ycenter translate
  76. orientation neg rotate
  77. width 2 div neg height 2 div translate
  78. xoffset inch yoffset inch translate
  79. margin 2 div dup neg translate
  80. magnification dup aspectratio mul scale
  81. scaling scaling scale
  82. /Symbol /S Sdefs cf
  83. /Times-Roman /S1 S1defs cf
  84. 0 0 moveto
  85. } def
  86. /pagedimensions {
  87. useclippath userdict /gotpagebbox known not and {
  88. /pagebbox [clippath pathbbox newpath] def
  89. roundpage currentdict /roundpagebbox known and {roundpagebbox} if
  90. } if
  91. pagebbox aload pop
  92. 4 -1 roll exch 4 1 roll 4 copy
  93. landscape {4 2 roll} if
  94. sub /width exch def
  95. sub /height exch def
  96. add 2 div /xcenter exch def
  97. add 2 div /ycenter exch def
  98. userdict /gotpagebbox true put
  99. } def
  100. /pagesetup {
  101. /page exch def
  102. currentdict /pagedict known currentdict page known and {
  103. page load pagedict exch get cvx exec
  104. } if
  105. } def
  106. /decodingdefs [
  107. {counttomark 2 idiv {y moveto show} repeat}
  108. {neg /y exch def counttomark 2 idiv {y moveto show} repeat}
  109. {neg moveto {2 index stringwidth pop sub exch div 0 32 4 -1 roll widthshow} repeat}
  110. {neg moveto {spacewidth sub 0.0 32 4 -1 roll widthshow} repeat}
  111. {counttomark 2 idiv {y moveto show} repeat}
  112. {neg setfunnytext}
  113. ] def
  114. /setdecoding {/t decodingdefs 3 -1 roll get bind def} bind def
  115. /w {neg moveto show} bind def
  116. /m {neg dup /y exch def moveto} bind def
  117. /done {/lastpage where {pop lastpage} if} def
  118. /f {
  119. dup /font exch def findfont exch
  120. dup /ptsize exch def scaling div dup /size exch def scalefont setfont
  121. linewidth ptsize mul scaling 10 mul div setlinewidth
  122. /spacewidth ( ) stringwidth pop def
  123. } bind def
  124. /changefont {
  125. /fontheight exch def
  126. /fontslant exch def
  127. currentfont [
  128. 1 0
  129. fontheight ptsize div fontslant sin mul fontslant cos div
  130. fontheight ptsize div
  131. 0 0
  132. ] makefont setfont
  133. } bind def
  134. /sf {f} bind def
  135. /cf {
  136. dup length 2 idiv
  137. /entries exch def
  138. /chtab exch def
  139. /newfont exch def
  140. findfont dup length 1 add dict
  141. /newdict exch def
  142. {1 index /FID ne {newdict 3 1 roll put} {pop pop} ifelse} forall
  143. newdict /Metrics entries dict put
  144. newdict /Metrics get
  145. begin
  146. chtab aload pop
  147. 1 1 entries {pop def} for
  148. newfont newdict definefont pop
  149. end
  150. } bind def
  151. %
  152. % A few arrays used to adjust reference points and character widths in some
  153. % of the printer resident fonts. If square roots are too high try changing
  154. % the lines describing /radical and /radicalex to,
  155. %
  156. % /radical [0 -75 550 0]
  157. % /radicalex [-50 -75 500 0]
  158. %
  159. /Sdefs [
  160. /bracketlefttp [220 500]
  161. /bracketleftbt [220 500]
  162. /bracketrighttp [-70 380]
  163. /bracketrightbt [-70 380]
  164. /braceleftbt [220 490]
  165. /bracketrightex [220 -125 500 0]
  166. /radical [0 0 550 0]
  167. % NeWSprint's (br is too low, compensate
  168. statusdict /product get (NeWS Server) eq {
  169. /radicalex [-50 100 500 0]
  170. /parenleftex [-20 100 0 0]
  171. } {
  172. /radicalex [-50 0 500 0]
  173. /parenleftex [-20 -170 0 0]
  174. } ifelse
  175. /integral [100 -50 500 0]
  176. /infinity [10 -75 730 0]
  177. ] def
  178. /S1defs [
  179. /underscore [0 80 500 0]
  180. /endash [7 90 650 0]
  181. ] def
  182. %%EndProlog
  183. %%BeginSetup
  184. mark
  185. /resolution 720 def
  186. setup
  187. 2 setdecoding
  188. %%EndSetup
  189. %%Page: 1 1
  190. save
  191. mark
  192. 1 pagesetup
  193. 10 R f
  194. ( ( 8 ))3 164( ISOINFO)1 1681( Procedures)1 476( Maintenance)1 1801(ISOINFO ( 8 ))3 558 5 720 480 t
  195. 9 B f
  196. (NAME)720 960 w
  197. 10 R f
  198. (devdump, isoinfo, isovfy, isodump)3 1419 1 1080 1080 t
  199. 10 S1 f
  200. (261)2532 1080 w
  201. 10 R f
  202. (Utility programs for dumping and verifying iso9660 images.)7 2477 1 2630 1080 t
  203. 9 B f
  204. (SYNOPSIS)720 1248 w
  205. 10 B f
  206. (devdump)1080 1368 w
  207. 10 I f
  208. (isoimage)1514 1368 w
  209. 10 B f
  210. (isodump)1080 1536 w
  211. 10 I f
  212. (isoimage)1481 1536 w
  213. 10 B f
  214. (isoinfo)1080 1704 w
  215. 10 R f
  216. ([)1397 1704 w
  217. 10 S1 f
  218. (261)1463 1704 w
  219. 10 B f
  220. (h)1528 1704 w
  221. 10 R f
  222. (] [)1 99 1 1617 1704 t
  223. 10 S1 f
  224. (261)1749 1704 w
  225. 10 B f
  226. (R)1814 1704 w
  227. 10 R f
  228. (] [)1 99 1 1919 1704 t
  229. 10 S1 f
  230. (261)2051 1704 w
  231. 10 B f
  232. (J)2116 1704 w
  233. 10 R f
  234. (] [)1 99 1 2199 1704 t
  235. 10 S1 f
  236. (261)2331 1704 w
  237. 10 B f
  238. (f)2396 1704 w
  239. 10 R f
  240. (] [)1 99 1 2462 1704 t
  241. 10 S1 f
  242. (261)2594 1704 w
  243. 10 B f
  244. (l)2659 1704 w
  245. 10 R f
  246. (] [)1 99 1 2720 1704 t
  247. 10 S1 f
  248. (261)2852 1704 w
  249. 10 B f
  250. (p)2917 1704 w
  251. 10 R f
  252. (] [)1 99 1 3006 1704 t
  253. 10 S1 f
  254. (261)3138 1704 w
  255. 10 B f
  256. (T)3203 1704 w
  257. 10 I f
  258. (sector)3303 1704 w
  259. 10 R f
  260. (] [)1 99 1 3580 1704 t
  261. 10 S1 f
  262. (261)3712 1704 w
  263. 10 B f
  264. (N)3777 1704 w
  265. 10 I f
  266. (sector)3882 1704 w
  267. 10 R f
  268. (] [)1 99 1 4159 1704 t
  269. 10 S1 f
  270. (261)4291 1704 w
  271. 10 B f
  272. (i)4356 1704 w
  273. 10 I f
  274. (isoimage)4417 1704 w
  275. 10 R f
  276. (] [)1 99 1 4811 1704 t
  277. 10 S1 f
  278. (261)4943 1704 w
  279. 10 B f
  280. (x)5008 1704 w
  281. 10 I f
  282. (path)5091 1704 w
  283. 10 R f
  284. (])5302 1704 w
  285. 10 B f
  286. (isovfy)1080 1872 w
  287. 10 I f
  288. (isoimage)1363 1872 w
  289. 9 B f
  290. (DESCRIPTION)720 2040 w
  291. 10 B f
  292. (devdump)1080 2160 w
  293. 10 R f
  294. ( ini-)1 174( The)1 223(is a crude utility to interactively display the contents of device or 256lesystem images.)13 3488 3 1515 2160 t
  295. ( commands are the same)4 1029( The)1 225( 256rst 2048 byte sector.)4 939(tial screen is a display of the 256rst 256 bytes of the)11 2127 4 1080 2280 t
  296. (as with)1 294 1 1080 2400 t
  297. 10 B f
  298. (isodump)1407 2400 w
  299. 10 R f
  300. (.)1775 2400 w
  301. 10 B f
  302. (isodump)1080 2568 w
  303. 10 R f
  304. ( in order to verify)4 800(is a crude utility to interactively display the contents of iso9660 images)11 3104 2 1496 2568 t
  305. ( directory, and the prompt)4 1092( initial screen is a display of the 256rst part of the root)12 2238( The)1 227(directory integrity.)1 763 4 1080 2688 t
  306. (shows you the extent number and offset in the extent.)9 2208 1 1080 2808 t
  307. ( and forwards within the image. The)6 1516(You can use the 'a' and 'b' commands to move backwards)10 2444 2 1440 2976 t
  308. ( allows you to goto an arbitrary extent, and the 'f' command speci256es a search)14 3404('g' command)1 556 2 1440 3096 t
  309. ( of the search string,)4 860(string to be used. The '+' command searches forward for the next instance)12 3100 2 1440 3216 t
  310. (and the 'q' command exits)4 1097 1 1440 3336 t
  311. 10 B f
  312. (devdump)2570 3336 w
  313. 10 R f
  314. (or)3004 3336 w
  315. 10 B f
  316. (isodump)3120 3336 w
  317. 10 R f
  318. (.)3488 3336 w
  319. 10 B f
  320. (isoinfo)1080 3504 w
  321. 10 R f
  322. (is a utility to perform directory like listings of iso9660 images.)10 2588 1 1397 3504 t
  323. 10 B f
  324. (isovfy)1080 3672 w
  325. 10 R f
  326. ( the integrity of an iso9660 image. Most of the tests in)11 2375(is a utility to verify)4 839 2 1373 3672 t
  327. 10 B f
  328. (isovfy)4631 3672 w
  329. 10 R f
  330. (were added)1 475 1 4925 3672 t
  331. (after bugs were discovered in early versions of)7 1920 1 1080 3792 t
  332. 10 B f
  333. (mkisofs.)3033 3792 w
  334. 10 R f
  335. (It isn't all that clear how useful this is anymore,)9 1981 1 3419 3792 t
  336. (but it doesn't hurt to have this around.)7 1583 1 1080 3912 t
  337. 9 B f
  338. (OPTIONS)720 4200 w
  339. 10 R f
  340. (Only the)1 355 1 1080 4320 t
  341. 10 B f
  342. (isoinfo)1468 4320 w
  343. 10 R f
  344. (program has any command line options. These are:)7 2097 1 1785 4320 t
  345. 10 S1 f
  346. (261)1080 4488 w
  347. 10 B f
  348. (h)1145 4488 w
  349. 10 R f
  350. (print a summary of all options.)5 1273 1 1440 4488 t
  351. 10 S1 f
  352. (261)1080 4656 w
  353. 10 B f
  354. (f)1145 4656 w
  355. 10 R f
  356. ( had been run on the iso9660 image. You should)9 2036(generate output as if a '256nd . -print' command)8 1924 2 1440 4656 t
  357. (not use the)2 449 1 1440 4776 t
  358. 10 B f
  359. (-l)1922 4776 w
  360. 10 R f
  361. (image with the)2 610 1 2016 4776 t
  362. 10 B f
  363. (-f)2659 4776 w
  364. 10 R f
  365. (option.)2758 4776 w
  366. 10 S1 f
  367. (261)1080 4944 w
  368. 10 B f
  369. (i iso)1 178 1 1145 4944 t
  370. 10 S f
  371. (_)1323 4944 w
  372. 10 B f
  373. (image)1373 4944 w
  374. 10 R f
  375. (Speci256es the path of the iso9660 image that we wish to examine.)11 2680 1 1440 5064 t
  376. 10 S1 f
  377. (261)1080 5232 w
  378. 10 B f
  379. (l)1145 5232 w
  380. 10 R f
  381. ( should not)2 473( You)1 244( iso9660 image.)2 664(generate output as if a 'ls -lR' command had been run on the)12 2579 4 1440 5232 t
  382. (use the)1 288 1 1440 5352 t
  383. 10 B f
  384. (-f)1761 5352 w
  385. 10 R f
  386. (image with the)2 610 1 1860 5352 t
  387. 10 B f
  388. (-l)2503 5352 w
  389. 10 R f
  390. (option.)2597 5352 w
  391. 10 S1 f
  392. (261)1080 5520 w
  393. 10 B f
  394. (N sector)1 359 1 1145 5520 t
  395. 10 R f
  396. ( help examine single session disc 256les that are to be written to a multi-session)14 3364(Quick hack to)2 596 2 1440 5640 t
  397. ( be)1 135(disc. The sector number speci256ed is the sector number at which the iso9660 image should)14 3825 2 1440 5760 t
  398. (written when send to the cd-writer. Not used for the 256rst session on the disc.)14 3158 1 1440 5880 t
  399. 10 S1 f
  400. (261)1080 6048 w
  401. 10 B f
  402. (p)1145 6048 w
  403. 10 R f
  404. (Print path table information.)3 1157 1 1440 6048 t
  405. 10 S1 f
  406. (261)1080 6216 w
  407. 10 B f
  408. (R)1145 6216 w
  409. 10 R f
  410. ( Ridge extensions (if present) for permissions, 256le names and)9 2654(Extract information from Rock)3 1306 2 1440 6216 t
  411. (ownerships.)1440 6336 w
  412. 10 S1 f
  413. (261)1080 6504 w
  414. 10 B f
  415. (J)1145 6504 w
  416. 10 R f
  417. (Extract information from Joliet extensions (if present) for 256le names.)9 2829 1 1440 6504 t
  418. 10 S1 f
  419. (261)1080 6672 w
  420. 10 B f
  421. (T sector)1 354 1 1145 6672 t
  422. 10 R f
  423. ( a multi-)2 385(Quick hack to help examine multi-session images that have already been burned to)12 3575 2 1440 6792 t
  424. ( number for the start of the session we)8 1661(session disc. The sector number speci256ed is the sector)8 2299 2 1440 6912 t
  425. (wish to display.)2 647 1 1440 7032 t
  426. 10 S1 f
  427. (261)1080 7200 w
  428. 10 B f
  429. (x pathname)1 511 1 1145 7200 t
  430. 10 R f
  431. ( 1)1 1808( change: 23 Feb 1997)4 892( Last)1 1356(Version 1.12b5)1 624 4 720 7680 t
  432. cleartomark
  433. showpage
  434. restore
  435. %%EndPage: 1 1
  436. %%Page: 2 2
  437. save
  438. mark
  439. 2 pagesetup
  440. 10 R f
  441. ( ( 8 ))3 164( ISOINFO)1 1681( Procedures)1 476( Maintenance)1 1801(ISOINFO ( 8 ))3 558 5 720 480 t
  442. (Extract speci256ed 256le to stdout.)4 1251 1 1440 960 t
  443. 9 B f
  444. (AUTHOR)720 1128 w
  445. 10 R f
  446. (Eric Youngdale)1 642 1 1080 1248 t
  447. 10 S1 f
  448. (<)1760 1248 w
  449. 10 R f
  450. (ericy)1816 1248 w
  451. 10 S1 f
  452. (@)2015 1248 w
  453. 10 R f
  454. (gnu.ai.mit.edu)2107 1248 w
  455. 10 S1 f
  456. (>)2682 1248 w
  457. 10 R f
  458. (or)2776 1248 w
  459. 10 S1 f
  460. (<)2897 1248 w
  461. 10 R f
  462. (eric)2953 1248 w
  463. 10 S1 f
  464. (@)3102 1248 w
  465. 10 R f
  466. (andante.jic.com)3194 1248 w
  467. 10 S1 f
  468. (>)3826 1248 w
  469. 10 R f
  470. ( hacks.)1 291(is to blame for these shoddy)5 1189 2 3920 1248 t
  471. (Patches to improve general usability would be gladly accepted.)8 2585 1 1080 1368 t
  472. 9 B f
  473. (BUGS)720 1536 w
  474. 10 R f
  475. (The user interface really sucks.)4 1275 1 1080 1656 t
  476. 9 B f
  477. (FUTURE IMPROVEMENTS)1 1170 1 720 1824 t
  478. 10 R f
  479. ( an)1 131(These utilities are really quick hacks, which are very useful for debugging problems in mkisofs or in)16 4189 2 1080 1944 t
  480. ( daemon that would NFS export a iso9660)7 1747(iso9660 256lesystem. In the long run, it would be nice to have a)12 2573 2 1080 2064 t
  481. (image.)1080 2184 w
  482. (The isoinfo program is probably the program that is of the most use to the general user.)16 3615 1 1080 2352 t
  483. 9 B f
  484. (AVAILABILITY)720 2520 w
  485. 10 R f
  486. ( primary ftp site is tsx-11.mit.edu in)6 1739(These utilities come with the mkisofs package, and the)8 2581 2 1080 2640 t
  487. (/pub/linux/BETA/cdrom/mkisofs and many other mirror sites. Despite the name, the software is not beta.)13 4306 1 1080 2760 t
  488. 9 B f
  489. (SEE ALSO)1 460 1 720 2928 t
  490. 10 R f
  491. (mkisofs(8))1080 3048 w
  492. ( 2)1 1808( change: 23 Feb 1997)4 892( Last)1 1356(Version 1.12b5)1 624 4 720 7680 t
  493. cleartomark
  494. showpage
  495. restore
  496. %%EndPage: 2 2
  497. %%Trailer
  498. done
  499. %%DocumentFonts: Times-Roman Times-Bold Times-Italic Symbol
  500. %%Pages: 2