small typo fixes and url -> URL
authorHiltjo Posthuma <hiltjo@codemadness.org>
Fri, 30 Jul 2021 23:09:45 +0000 (01:09 +0200)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Fri, 30 Jul 2021 23:09:45 +0000 (01:09 +0200)
README
example_create.sh
stagit.1

diff --git a/README b/README
index d0a0965b19b89c3d1d8102039ecfce565046faa6..9383f3dd61988784435a0fce671a98352f2cf616 100644 (file)
--- a/README
+++ b/README
@@ -85,7 +85,7 @@ Script:
        }'
 
 
-Set clone url for a directory of repos
+Set clone URL for a directory of repos
 --------------------------------------
        #!/bin/sh
        cd "$dir"
index cbf9c336a5db924e8fa7176806284412871810ec..24bcec5af3f6cd639cb446594bd0111151d23602 100755 (executable)
@@ -6,7 +6,7 @@
 # - copy style.css, logo.png and favicon.png manually, a style.css example
 #   is included.
 #
-# - 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 owner of repo to the "owner" file.
 # - write description in "description" file.
index 086228761922511aa069e35505a8cc63e2294043..8b43a655296fdc9dc8b0e7ff6d3319d218b0fea5 100644 (file)
--- a/stagit.1
+++ b/stagit.1
@@ -1,4 +1,4 @@
-.Dd May 18, 2021
+.Dd July 27, 2021
 .Dt STAGIT 1
 .Os
 .Sh NAME
@@ -92,7 +92,7 @@ description
 .It .git/owner or owner (bare repo).
 owner of repository
 .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