[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Fix descriptions on SYNOPSIS in manpages.

From: Kobayashi Noritada <nori1_at_dolphin.c.u-tokyo.ac.jp>
Date: 2006-08-03 09:40:16 CEST

Hi,

This patch makes fixes to descriptions on SYNOPSIS in manpages for
svn{admin,dumpfilter,look,sync}.
Could you please review them?

Thanks,

-nori

[[[
Fix descriptions on SYNOPSIS in manpages.

* subversion/svnadmin/svnadmin.1
* subversion/svnlook/svnlook.1
  (SYNOPSIS): Delete "[args]" since it is described as "/path/to/repos".

* subversion/svnsync/svnsync.1
  (SYNOPSIS): Delete "[args]" since it is described as "dest-url".

* subversion/svndumpfilter/svndumpfilter.1
  (SYNOPSIS): Clarify "[args]" as "prefixes".
]]]

Index: subversion/svnadmin/svnadmin.1
===================================================================
--- subversion/svnadmin/svnadmin.1 (revision 20942)
+++ subversion/svnadmin/svnadmin.1 (working copy)
@@ -6,7 +6,7 @@
 svnadmin \- Subversion repository administration tool
 .SH SYNOPSIS
 .TP
-\fBsvnadmin\fP \fIcommand\fP \fI/path/to/repos\fP [\fIoptions\fP] [\fIargs\fP]
+\fBsvnadmin\fP \fIcommand\fP \fI/path/to/repos\fP [\fIoptions\fP]
 .SH OVERVIEW
 Subversion is a version control system, which allows you to keep old
 versions of files and directories (usually source code), keep a log of
@@ -24,4 +24,4 @@
 approaches and reasonings, etc., can be found at
 http://svnbook.red-bean.com/.
 
-Run `svnadmin help' to access the built-in tool documentation.
\ No newline at end of file
+Run `svnadmin help' to access the built-in tool documentation.
Index: subversion/svndumpfilter/svndumpfilter.1
===================================================================
--- subversion/svndumpfilter/svndumpfilter.1 (revision 20942)
+++ subversion/svndumpfilter/svndumpfilter.1 (working copy)
@@ -6,7 +6,7 @@
 svndumpfilter \- Filter a subversion repository 'dumpfile'.
 .SH SYNOPSIS
 .TP
-\fBsvndumpfilter\fP \fIcommand\fP [\fIoptions\fP & \fIargs\fP]
+\fBsvndumpfilter\fP \fIcommand\fP \fIprefixes\fP [\fIargs\fP]
 .SH OVERVIEW
 Subversion is a version control system, which allows you to keep old
 versions of files and directories (usually source code), keep a log of
Index: subversion/svnlook/svnlook.1
===================================================================
--- subversion/svnlook/svnlook.1 (revision 20942)
+++ subversion/svnlook/svnlook.1 (working copy)
@@ -6,7 +6,7 @@
 svnlook \- Subversion repository examination tool
 .SH SYNOPSIS
 .TP
-\fBsvnlook\fP \fIcommand\fP \fI/path/to/repos\fP [\fIoptions\fP] [\fIargs\fP]
+\fBsvnlook\fP \fIcommand\fP \fI/path/to/repos\fP [\fIoptions\fP]
 .SH OVERVIEW
 Subversion is a version control system, which allows you to keep old
 versions of files and directories (usually source code), keep a log of
@@ -24,4 +24,4 @@
 approaches and reasonings, etc., can be found at
 http://svnbook.red-bean.com/.
 
-Run `svnlook help' to access the built-in tool documentation.
\ No newline at end of file
+Run `svnlook help' to access the built-in tool documentation.
Index: subversion/svnsync/svnsync.1
===================================================================
--- subversion/svnsync/svnsync.1 (revision 20942)
+++ subversion/svnsync/svnsync.1 (working copy)
@@ -6,7 +6,7 @@
 svnsync \- Subversion repository synchronization tool
 .SH SYNOPSIS
 .TP
-\fBsvnsync\fP \fIcommand\fP \fIdest-url\fP [\fIoptions\fP] [\fIargs\fP]
+\fBsvnsync\fP \fIcommand\fP \fIdest-url\fP [\fIoptions\fP]
 .SH OVERVIEW
 Subversion is a version control system, which allows you to keep old
 versions of files and directories (usually source code), keep a log of

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 3 09:40:47 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.