diff options
author | Ondrej Holy <oholy@redhat.com> | 2014-04-24 18:40:59 +0200 |
---|---|---|
committer | Ondrej Holy <oholy@redhat.com> | 2014-04-30 13:23:55 +0200 |
commit | 9a52e2195166ed01b3c01f8c74e8a1adcaaf4b40 (patch) | |
tree | b88135bc78e9185f9195e4776b0395efe1dc21d7 /man | |
parent | 41790cb90f2c4b0c647ea1df211387c9effa6133 (diff) | |
download | gvfs-9a52e2195166ed01b3c01f8c74e8a1adcaaf4b40.tar.gz |
gvfs-less: add missing man page
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.am | 1 | ||||
-rw-r--r-- | man/gvfs-less.xml | 72 |
2 files changed, 73 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index 1ce980b5..22d7ef23 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 00000000..c8925e8f --- /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> |