The Japanese Manual team(man-jp@jp.FreeBSD.ORG) has translated and keeps maintaining them. Submitted by: Kazuo Horikawa <horikawa@isrd.hitachi.co.jp>
		
			
				
	
	
		
			39 lines
		
	
	
	
		
			1.3 KiB
		
	
	
	
		
			Groff
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
	
		
			1.3 KiB
		
	
	
	
		
			Groff
		
	
	
	
	
	
| .ig \"-*- nroff -*-
 | |
| Copyright (C) 1989-1995 Free Software Foundation, Inc.
 | |
| 
 | |
| Permission is granted to make and distribute verbatim copies of
 | |
| this manual provided the copyright notice and this permission notice
 | |
| are preserved on all copies.
 | |
| 
 | |
| Permission is granted to copy and distribute modified versions of this
 | |
| manual under the conditions for verbatim copying, provided that the
 | |
| entire resulting derived work is distributed under the terms of a
 | |
| permission notice identical to this one.
 | |
| 
 | |
| Permission is granted to copy and distribute translations of this
 | |
| manual into another language, under the above conditions for modified
 | |
| versions, except that this permission notice may be included in
 | |
| translations approved by the Free Software Foundation instead of in
 | |
| the original English.
 | |
| ..
 | |
| .TH PSBB 1 "7 September 1996" "Groff Version 1.10"
 | |
| .\" jpman %Id: psbb.1,v 1.2 1997/05/20 01:24:45 mutoh Stab %
 | |
| .SH 名称
 | |
| psbb \- PostScript 文書のバウンディングボックスを表示する
 | |
| .SH 書式
 | |
| .B psbb
 | |
| .I file
 | |
| .SH 解説
 | |
| psbb
 | |
| は、 Document Structuring convention に従った PostScript ファイルを読み込み、
 | |
| .B "%%BoundingBox"
 | |
| コメントを探します。
 | |
| もし見つかれば、以下の形式の行を標準出力に出力し、終了ステータス 0 を返します。
 | |
| .IP
 | |
| .I
 | |
| llx lly urx ury
 | |
| .LP
 | |
| もしそのような行が見つからないか、形式が不正な場合はその旨メッセージを
 | |
| 出力し、0 以外の終了ステータスを返します。
 | |
| .SH 関連項目
 | |
| .BR grops (1)
 |