summaryrefslogtreecommitdiff
path: root/doc/libgphoto2_port.3
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2003-02-22 01:40:44 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2003-02-22 01:40:44 +0000
commitd5fdca8ce2e16586866e78c066882226c0acc372 (patch)
tree6e20774639446b8a28aab2b60d5a7883bdc80b05 /doc/libgphoto2_port.3
parent0148c87c1d437f68ef856064d58f4b782efe0fd9 (diff)
downloadlibgphoto2-d5fdca8ce2e16586866e78c066882226c0acc372.tar.gz
renamed man pages
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@6237 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'doc/libgphoto2_port.3')
-rw-r--r--doc/libgphoto2_port.348
1 files changed, 48 insertions, 0 deletions
diff --git a/doc/libgphoto2_port.3 b/doc/libgphoto2_port.3
new file mode 100644
index 000000000..583b309fb
--- /dev/null
+++ b/doc/libgphoto2_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 "LIBGPHOTO2_PORT" 3 "" "" ""
+.SH NAME
+libgphoto2_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 \fBlibgphoto2\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
+\fBlibgphoto2\fR(3), The gPhoto2 Manual, \fIhttp://www.gphoto.org/\fR, the automatically generated API docs, \fIhttp://libusb.sourceforge.net/\fR
+
+.SH AUTHOR
+The gPhoto2 Team.
+.br
+Man page edited by Hans Ulrich Niedermann <gp@n\-dimensional.de>.