small typo fixes and url -> URL - stagit-gopher - A git gopher frontend. (mirror) HTML git clone git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/ DIR Log DIR Files DIR Refs DIR Tags DIR README DIR LICENSE --- DIR commit a69ad4ac2fcece441b9e216377318cb31fb65577 DIR parent 6cf66f825aad83e98a0a614a80c93a4d3bdd80b0 HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Sat, 31 Jul 2021 01:10:10 +0200 small typo fixes and url -> URL Diffstat: M README | 2 +- M example_create.sh | 2 +- M stagit-gopher.1 | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) --- DIR diff --git a/README b/README @@ -71,7 +71,7 @@ make make install -Set clone url for a directory of repos +Set clone URL for a directory of repos -------------------------------------- #!/bin/sh cd "$dir" DIR diff --git a/example_create.sh b/example_create.sh @@ -3,7 +3,7 @@ # - Makes static pages for each repository directory. # # NOTE, things to do manually (once) before running this script: -# - write clone url, for example "git://git.codemadness.org/dir" to the "url" +# - write clone URL, for example "git://git.codemadness.org/dir" to the "url" # file for each repo. # - write description in "description" file. # DIR diff --git a/stagit-gopher.1 b/stagit-gopher.1 @@ -1,4 +1,4 @@ -.Dd May 18, 2021 +.Dd July 27, 2021 .Dt STAGIT-GOPHER 1 .Os .Sh NAME @@ -96,7 +96,7 @@ The content of the follow files specifies the metadata for each repository: .It .git/description or description (bare repo). description .It .git/url or url (bare repo). -primary clone url of the repository, for example: +primary clone URL of the repository, for example: git://git.codemadness.org/stagit .El .Pp