~ubuntu-branches/ubuntu/raring/grilo/raring

« back to all changes in this revision

Viewing changes to doc/grilo/grl-inspect.1

  • Committer: Bazaar Package Importer
  • Author(s): Alberto Garcia
  • Date: 2011-07-02 13:48:46 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110702134846-u10hi90nwf6wf3v0
Tags: 0.1.16-1
* New upstream release.
* debian/{grl-inspect.1,libgrilo-0.1-0.manpages,libgrilo-0.1-0.install}:
  use manpage shipped by upstream.
* debian/libgrilo-0.1-0.shlibs: new API, bump shlibs to 0.1.16.
* debian/copyright: Author(s) => Authors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\"                                      Hey, EMACS: -*- nroff -*-
 
2
.\" First parameter, NAME, should be all caps
 
3
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
 
4
.\" other parameters are allowed: see man(7), man(1)
 
5
.TH grl-inspect 1 "June 28, 2011"
 
6
.\" Please adjust this date whenever revising the manpage.
 
7
.\"
 
8
.\" Some roff macros, for reference:
 
9
.\" .nh        disable hyphenation
 
10
.\" .hy        enable hyphenation
 
11
.\" .ad l      left justify
 
12
.\" .ad b      justify to both left and right margins
 
13
.\" .nf        disable filling
 
14
.\" .fi        enable filling
 
15
.\" .br        insert line break
 
16
.\" .sp <n>    insert n+1 empty lines
 
17
.\" for manpage-specific macros, see man(7)
 
18
.SH NAME
 
19
grl-inspect \- show information about a Grilo source or plugin
 
20
.SH SYNOPSIS
 
21
.B grl-inspect
 
22
.RI [ options ]
 
23
.RI [ source ]
 
24
.SH DESCRIPTION
 
25
This manual page documents briefly the
 
26
.B grl-inspect
 
27
command.
 
28
.PP
 
29
\fBgrl-inspect\fP is a tool that prints out information on available Grilo
 
30
sources. When executed with no SOURCE argument, grl-inspect will print
 
31
the list of all plugins and sources. When executed with a SOURCE,
 
32
grl-inspect will print information about that source.
 
33
.SH OPTIONS
 
34
.TP
 
35
.B \-h, \-\-help
 
36
Show summary of grl-inspect options.
 
37
.TP
 
38
.B \-\-help\-grl
 
39
Show summary of Grilo options.
 
40
.TP
 
41
.B \-\-help\-all
 
42
Show summary of all options.
 
43
.TP
 
44
.BI \-d,\ \-\-delay " seconds"
 
45
Wait for some seconds before showing results. Useful when plugins may
 
46
need some time for the source discovery process (example: UPnP).
 
47
.TP
 
48
.BI \-c,\ \-\-config " config-file"
 
49
Configuration file to use with the plugins.
 
50
.SH AUTHOR
 
51
This manual page was written by Alberto Garcia <agarcia@igalia.com>.