summaryrefslogtreecommitdiff
path: root/doc/gphoto2_port.3
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2002-05-28 17:01:32 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2002-05-28 17:01:32 +0000
commitc2e8539ef2349c606936eb48360181af2064936f (patch)
tree8f183cc1637d2c187eea41fa10cd4e279989e9b1 /doc/gphoto2_port.3
parentef7dde348887a83499020ceb1cc8102813e6c299 (diff)
downloadlibgphoto2-c2e8539ef2349c606936eb48360181af2064936f.tar.gz
added man page gphoto2_port(3)
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4578 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'doc/gphoto2_port.3')
-rw-r--r--doc/gphoto2_port.348
1 files changed, 48 insertions, 0 deletions
diff --git a/doc/gphoto2_port.3 b/doc/gphoto2_port.3
new file mode 100644
index 000000000..ba6f7c78f
--- /dev/null
+++ b/doc/gphoto2_port.3
@@ -0,0 +1,48 @@
+.\"Generated by db2man.xsl. Don't modify this, modify the source.
+.de Sh \" Subsection
+.br
+.if t .Sp
+.ne 5
+.PP
+\fB\\$1\fR
+.PP
+..
+.de Sp \" Vertical space (when we can't use .PP)
+.if t .sp .5v
+.if n .sp
+..
+.de Ip \" List item
+.br
+.ie \\n(.$>=3 .ne \\$3
+.el .ne 3
+.IP "\\$1" \\$2
+..
+.TH "GPHOTO2_PORT" 3 "" "" ""
+.SH NAME
+gphoto2_port \- cross-platform port access library
+.SH "SYNOPSIS"
+
+.nf
+#include <gphoto2_port.h>
+.fi
+
+.SH "DESCRIPTION"
+
+.PP
+The libgphoto2_port library was written to provide \fBgphoto2\fR(3) with a generic way of accessing ports. In this function, libgphoto2_port is the successor of the libgpio library.
+
+.PP
+Currently, libgphoto2_port supports serial (RS-232) and USB connections, the latter requiring libusb to be installed.
+
+.PP
+The autogenerated API docs will be added here in the future.
+
+.SH "SEE ALSO"
+
+.PP
+\fBgphoto2\fR(3), \fIgphoto2.txt\fR, \fIhttp://www.gphoto.org/\fR, \fIhttp://libusb.sourceforge.net/\fR
+
+.SH AUTHOR
+The gPhoto2 Team.
+.br
+Man page edited by Hans Ulrich Niedermann <gp@n-dimensional.de>.