python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / djmount / patches / 000_djmount.1.diff
bloba20589a339d8adf19920dbe4f34b60a49c396772
2 # Description: Adds djmount.1 manpage which isn't included in original sources.
3 # Forwarded: http://sourceforge.net/tracker/index.php?func=detail&aid=2834139&group_id=142039&atid=751320
4 # Author: Dario Minnucci <midget@debian.org>
5 # Last-Update: 2010-01-24
7 --- djmount.1 1970-01-01 01:00:00.000000000 +0100
8 +++ djmount.1 2009-08-31 19:38:36.289425318 +0200
9 @@ -0,0 +1,96 @@
10 +.\" Hey, EMACS: -*- nroff -*-
11 +.\" First parameter, NAME, should be all caps
12 +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
13 +.\" other parameters are allowed: see man(7), man(1)
14 +.TH DJMOUNT 1 "August 31, 2009"
15 +.\" Please adjust this date whenever revising the manpage.
16 +.\"
17 +.\" Some roff macros, for reference:
18 +.\" .nh disable hyphenation
19 +.\" .hy enable hyphenation
20 +.\" .ad l left justify
21 +.\" .ad b justify to both left and right margins
22 +.\" .nf disable filling
23 +.\" .fi enable filling
24 +.\" .br insert line break
25 +.\" .sp <n> insert n+1 empty lines
26 +.\" for manpage-specific macros, see man(7)
27 +.SH NAME
28 +djmount \- file system client for mounting network media servers
29 +.SH SYNOPSIS
30 +.B djmount
31 +.RI [ options ] " mountpoint"
32 +.br
33 +.SH DESCRIPTION
34 +This manual page describes briefly the
35 +.B djmount
36 +command.
37 +.PP
38 +.\" TeX users may be more comfortable with the \fB<whatever>\fP and
39 +.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
40 +.\" respectively.
41 +This package provides a client for Universal Plug'n'Play (UPnP) Audio-Visual MediaServers. It discovers all compatible UPnP AV devices on the network automatically and mounts their media content as a file system using FUSE.
43 +.SH OPTIONS
44 +This program follows the usual GNU command line syntax, with long
45 +options starting with two dashes (`-').
46 +A summary of options is included below.
47 +For a complete description, see the Info files.
49 +.TP
50 +.B \-d[levels]
51 +enable debug output (implies \-f)
53 +.TP
54 +.B \-f
55 +foreground operation (default: daemonized)
57 +.TP
58 +.B \-h, \-\-help
59 +print this help, then exit
61 +.TP
62 +.B \-\-version
63 +print version number, then exit
65 +.TP
66 +.B \-o [options]
67 +mount options (see below)
70 +.TP
71 +Mount options (one or more comma separated options):
73 + iocharset=<charset> filenames encoding (default: from environment)
74 + playlists use playlists for AV files, instead of plain files
75 + search_history=<size> number of remembered searches (default: 100)
76 + (set to 0 to disable search)
78 +.TP
79 +See FUSE documentation for the following mount options:
81 + default_permissions enable permission checking by kernel
82 + allow_other allow access to other users
83 + allow_root allow access to root
84 + kernel_cache cache files in kernel
85 + nonempty allow mounts over non-empty file/dir
86 + fsname=NAME set filesystem name in mtab
89 +.TP
90 +Debug levels are one or more comma separated words:
92 + upnperr, upnpall: increasing level of UPnP traces
93 + error, warn, info, debug: increasing level of djmount traces
94 + fuse: activates FUSE traces
95 + leak, leakfull: enable talloc leak reports at exit
96 + '\-d' alone defaults to 'upnpall, debug, fuse, leak' which is all traces.
99 +.SH SEE ALSO
100 +.BR fusermount (1)
101 +.SH AUTHOR
102 +djmount was written by RĂ©mi Turboult <r3mi@users.sourceforge.net>.
103 +.PP
104 +This manual page was written by Dario Minnucci <midget@debian.org>,
105 +for the Debian project (and may be used by others).