From 938a711aae6ecf871f37dda71b8e55bebbb6eba8 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 2 Jul 2014 16:39:41 -0400 Subject: spell-check :/ --- src/librefetch/librefetch.8.ronn | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/librefetch/librefetch.8.ronn') diff --git a/src/librefetch/librefetch.8.ronn b/src/librefetch/librefetch.8.ronn index 6ee3ce8..3ed462d 100644 --- a/src/librefetch/librefetch.8.ronn +++ b/src/librefetch/librefetch.8.ronn @@ -11,7 +11,7 @@ librefetch(8) -- downloads or creates a liberated source tarball `librefetch` is a program to streamline creation of custom source tarballs for `PKGBUILD(5)` files. -If a URL mentioned in the array in a `PKGUILD` is in a +If a URL mentioned in the array in a `PKGBUILD` is in a location that Parabola uploads "custom" source tarballs to (or configured locations), and no file is at that URL, librefetch will automatically create it for you. @@ -23,8 +23,8 @@ Because of this, it is almost never necessary to call `librefetch` manually. The post-install script also configures `librefetch` as the download -agent for `libre://` URLs, for compatability with PKGBUILDs that used -a previous version of librefetch. +agent for `libre://` URLs, for compatibility with `PKGBUILD` files +that used a previous version of librefetch. There are 5 modes: @@ -51,7 +51,7 @@ fails, it may choose to try `create` mode. script. * `-M` | `--makepkg`: Use `makepkg` mode: print the effective makepkg script. - * `-h` | `--help`: Use `help` mode: Show useage information. + * `-h` | `--help`: Use `help` mode: Show usage information. Other options, if they are documented in `makepkg -h`, are passed to the modified copy of makepkg created during `create` mode. @@ -60,8 +60,8 @@ the modified copy of makepkg created during `create` mode. If begins with the string `libre://`, it is replaced with the first value in , as configured in `librefetch.conf(5)`; -this is for compatability with PKGBUILDs that used a previous version -of librefetch. +this is for compatibility with `PKGBUILD` files that used a previous +version of librefetch. It uses , as configured in `librefetch.conf` to attempt to download the source tarball from that URL. If that fails, and @@ -126,7 +126,7 @@ this method, the `SRCBUILD` must be deleted (or renamed) for this to work. The dynamically created `SRCBUILD` is created by copying `PKGBUILD` to -a temorary file, then re-setting variables and re-defining functions. +a temporary file, then re-setting variables and re-defining functions. Following is a table of the translations. Variables @@ -151,19 +151,19 @@ In summary: * Set and to act as and , respectively. * Declare a `mksource()` function to make modifications to the - source, if nescessary. + source, if necessary. Other changes: * is set to , or the first element of the - array (the effect is that split packaging is turnes + array (the effect is that split packaging is turned off). * is set have `makepkg` avoid making changes to <$pkgdir>. The exact change is: options=(!strip docs libtool staticlibs emptydirs !zipman purge !upx) - * has vcs directories added to it: + * has VCS directories added to it: PURGE_TARGETS=(.bzr/ .cvs/ .git/ .hg/ .svn/ .makepkg/) -- cgit v1.2.3-54-g00ecf