[gvfs] gvfs-less: add missing man page



commit 9a52e2195166ed01b3c01f8c74e8a1adcaaf4b40
Author: Ondrej Holy <oholy redhat com>
Date:   Thu Apr 24 18:40:59 2014 +0200

    gvfs-less: add missing man page

 man/Makefile.am   |    1 +
 man/gvfs-less.xml |   72 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 73 insertions(+), 0 deletions(-)
---
diff --git a/man/Makefile.am b/man/Makefile.am
index 1ce980b..22d7ef2 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -17,6 +17,7 @@ man_MANS = \
        gvfs-copy.1 \
        gvfs-info.1 \
        gvfs-ls.1 \
+       gvfs-less.1 \
        gvfs-mime.1 \
        gvfs-mkdir.1 \
        gvfs-monitor-dir.1 \
diff --git a/man/gvfs-less.xml b/man/gvfs-less.xml
new file mode 100644
index 0000000..c8925e8
--- /dev/null
+++ b/man/gvfs-less.xml
@@ -0,0 +1,72 @@
+<?xml version='1.0'?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+        "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd";>
+
+<refentry id="gvfs-less">
+
+        <refentryinfo>
+                <title>gvfs-less</title>
+                <productname>gvfs</productname>
+
+                <authorgroup>
+                        <author>
+                                <contrib>Developer</contrib>
+                                <firstname>David</firstname>
+                                <surname>Zeuthen</surname>
+                                <email>davidz redhat com</email>
+                        </author>
+                </authorgroup>
+
+        </refentryinfo>
+
+        <refmeta>
+                <refentrytitle>gvfs-less</refentrytitle>
+                <manvolnum>1</manvolnum>
+                <refmiscinfo class="manual">User Commands</refmiscinfo>
+        </refmeta>
+
+        <refnamediv>
+                <refname>gvfs-less</refname>
+                <refpurpose>Execute less on the output of gvfs-cat</refpurpose>
+        </refnamediv>
+
+        <refsynopsisdiv>
+                <cmdsynopsis>
+                        <command>gvfs-less <arg choice="opt" rep="repeat">OPTION</arg> <arg 
rep="repeat">LOCATION</arg></command>
+                </cmdsynopsis>
+        </refsynopsisdiv>
+
+        <refsect1>
+                <title>Description</title>
+
+                <para><command>gvfs-less</command> executes <command>less</command>
+                on the output of <command>gvfs-cat</command>.</para>
+
+                <para><command>gvfs-less</command> works just like the
+                traditional less utility, but using gvfs locations instead
+                of local files: for example you can use something like
+                smb://server/resource/file.txt as location.</para>
+        </refsect1>
+
+        <refsect1>
+                <title>Options</title>
+
+                <para>See 
<citerefentry><refentrytitle>less</refentrytitle><manvolnum>1</manvolnum></citerefentry> for the 
options.</para>
+        </refsect1>
+
+        <refsect1>
+                <title>Exit status</title>
+
+                <para>On success 0 is returned, a non-zero failure
+                code otherwise.</para>
+        </refsect1>
+
+        <refsect1>
+                <title>See Also</title>
+                <para>
+                        
<citerefentry><refentrytitle>less</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
+                        
<citerefentry><refentrytitle>gvfs-cat</refentrytitle><manvolnum>1</manvolnum></citerefentry>
+                </para>
+        </refsect1>
+
+</refentry>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]