OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
2.2 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../librsync/01-manpage.patch
  5. # Copyright (C) 2011 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. Author: n/a
  17. Descriptioin: Improving manpage.
  18. diff -Naurp librsync.orig/doc/rdiff.1 librsync/doc/rdiff.1
  19. --- librsync.orig/doc/rdiff.1 2008-06-20 11:10:01.000000000 +0000
  20. +++ librsync/doc/rdiff.1 2008-06-20 11:29:58.000000000 +0000
  21. @@ -29,10 +29,17 @@ rdiff \- compute and apply signature-bas
  22. .PP
  23. \fBrdiff\fP [\fIoptions\fP] \fBpatch\fP \fIbasis-file delta-file new-file\fP
  24. .fi
  25. +.SH USAGE
  26. +You can use \fBrdiff\fP to update files, much like \fBrsync\fP does.
  27. +However, unlike \fBrsync\fP, \fBrdiff\fP puts you in control. There
  28. +are three steps to updating a file: \fBsignature\fP, \fBdelta\fP, and
  29. +\fBpatch\fP.
  30. .SH DESCRIPTION
  31. In every case where a filename must be specified, \- may be used
  32. instead to mean either standard input or standard output as
  33. -appropriate.
  34. +appropriate. Be aware that if you do this, you'll need to terminate your
  35. +\fIoptions\fP with \-\- or \fBrdiff\fP will think you are passing it
  36. +an empty option.
  37. .SH "RETURN VALUE"
  38. 0 for successful completion, 1 for environmental problems (file not
  39. found, invalid options, IO error, etc), 2 for a corrupt file and 3 for
  40. diff -Naurp librsync.orig/doc/librsync.3 librsync/doc/librsync.3
  41. --- librsync.orig/doc/librsync.3 2008-06-21 14:50:55.000000000 +0200
  42. +++ librsync/doc/librsync.3 2008-06-24 10:22:49.000000000 +0200
  43. @@ -53,7 +53,7 @@ scriptable access to rsync functions.
  44. .PP
  45. .I rdiff and librsync Manual
  46. .PP
  47. -\fIhttp://rproxy.sourceforge.net/\fP or \fIhttp://linuxcare.com.au/rproxy/\fP.
  48. +\fIhttp://rproxy.sourceforge.net/\fP.
  49. .PP
  50. \fIdraft-pool-rsync\fP
  51. .SH BUGS