freebsd-ports/graphics/phpsview/files/patch-phpsview.1
Tim Bishop 0b7bd2a25f - Update bsd patchset:
"This update adds command line options for frame dump, dump interval,
     and no display."

PR:		92555
Submitted by:	Yoshihiko Sarumaru <mistral@imasy.or.jp> (maintainer)
2006-02-06 14:02:11 +00:00

23 lines
690 B
Groff

--- phpsview.1.orig Tue Jan 31 00:29:15 2006
+++ phpsview.1 Tue Jan 31 00:31:03 2006
@@ -33,7 +33,7 @@
.Sh SYNOPSIS
.Nm phpsview
.Op -n
-.Op /dev/ugen?.00
+.Op /dev/ugen?
.Op 320x240
.Op filename
.Op -ddump_interval
@@ -45,9 +45,9 @@
.Pp
The following options are supported:
.Bl -tag -width indent
-.It /dev/ugen?.00
+.It /dev/ugen?
Specifies the ugen device name. If no device name is specified,
-the program will cycle through the /dev/ugen0.00, /dev/ugen1.00, ...
+the program will cycle through the /dev/ugen0, /dev/ugen1, ...
devices until it finds an attached target camera.
.It 320x240
Sets the capture resolution to 320x240. Can also be 160x120, 640x480 or whatever.