aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/groff/psbb/psbb.1
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/groff/psbb/psbb.1')
-rw-r--r--gnu/usr.bin/groff/psbb/psbb.126
1 files changed, 26 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/psbb/psbb.1 b/gnu/usr.bin/groff/psbb/psbb.1
new file mode 100644
index 000000000000..f5da3eb157d1
--- /dev/null
+++ b/gnu/usr.bin/groff/psbb/psbb.1
@@ -0,0 +1,26 @@
+.\" -*- nroff -*-
+.TH PSBB 1 "6 August 1992" "Groff Version 1.08"
+.SH NAME
+psbb \- extract bounding box from PostScript document
+.SH SYNOPSIS
+.B psbb
+.I file
+.SH DESCRIPTION
+psbb reads
+.I file
+which should be a PostScript document conforming to
+the Document Structuring conventions
+and looks for a
+.B %%BoundingBox
+comment.
+If it finds one,
+it prints a line
+.IP
+.I
+llx lly urx ury
+.LP
+on the standard output and exits with zero status.
+If it doesn't find such a line or if the line is invalid
+it prints a message and exits with non-zero status.
+.SH "SEE ALSO"
+.BR grops (1)