Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(249)

Unified Diff: third_party/xdg-utils/scripts/man/xdg-copy.1

Issue 6737007: Update xdg-utils to the latest version available in git. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/xdg-utils/scripts/man/xdg-copy.1
===================================================================
--- third_party/xdg-utils/scripts/man/xdg-copy.1 (revision 79890)
+++ third_party/xdg-utils/scripts/man/xdg-copy.1 (working copy)
@@ -1,103 +0,0 @@
-.\"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 "XDG-COPY" 1 "" "" "xdg-copy Manual"
-.SH NAME
-xdg-copy \- command line tool for copying files between desktop URIs
-.SH "SYNOPSIS"
-.ad l
-.hy 0
-.HP 9
-\fBxdg\-copy\fR \fB\fIsource\fR\fR \fB\fIdestination\fR\fR
-.ad
-.hy
-.ad l
-.hy 0
-.HP 9
-\fBxdg\-copy\fR {\fB\fB\-\-help\fR\fR | \fB\fB\-\-manual\fR\fR | \fB\fB\-\-version\fR\fR}
-.ad
-.hy
-
-.SH "DESCRIPTION"
-
-.PP
-xdg\-copy copies \fIsource\fR to \fIdestination\fR and provides visual feedback to the user during the operation\&. Both \fIsource\fR and \fIdestination\fR can either be a file or URL\&. Supported URL types are file, ftp, http and https\&. Additional URL types may be supported depending on the desktop environment\&.
-
-.PP
-xdg\-copy is for use inside a desktop session only\&. It is not recommended to use xdg\-copy as root\&.
-
-.SH "OPTIONS"
-
-.TP
-\fB\-\-help\fR
-Show command synopsis\&.
-
-.TP
-\fB\-\-manual\fR
-Show this manualpage\&.
-
-.TP
-\fB\-\-version\fR
-Show the xdg\-utils version information\&.
-
-.SH "EXIT CODES"
-
-.PP
-An exit code of 0 indicates success while a non\-zero exit code indicates failure\&. The following failure codes can be returned:
-
-.TP
-\fB1\fR
-Error in command line syntax\&.
-
-.TP
-\fB2\fR
-One of the files passed on the command line did not exist\&.
-
-.TP
-\fB3\fR
-A required tool could not be found\&.
-
-.TP
-\fB4\fR
-The action failed\&.
-
-.SH "EXAMPLES"
-
-.PP
-
-
-.nf
-
-xdg\-copy "http://portland\&.freedesktop\&.org/png/freedesktop\-logo\&.png" \&.
-
-.fi
-
-
-.PP
-
-
-.nf
-
-xdg\-copy "/tmp/foobar\&.png" "/home/user/foobar\-copy\&.png"
-
-.fi
-
-
-.SH AUTHORS
-Kevin Krammer, Jeremy White.
« no previous file with comments | « third_party/xdg-utils/scripts/html/xdg-terminal.html ('k') | third_party/xdg-utils/scripts/man/xdg-desktop-icon.1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698