Skip to content

Commit bb5d76c

Browse files
committed
Added NAME sections to all man pages (closes #21).
1 parent 2e92bc1 commit bb5d76c

8 files changed

+33
-1
lines changed

man/ronin-repos-install.1.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ronin-repos-install 1 "2023-02-01" Ronin Repos "User Manuals"
22

3+
## NAME
4+
5+
ronin-repos-install - Installs a git repository into the cache directory
6+
37
## SYNOPSIS
48

59
`ronin-repos install` [*options*] *URI*

man/ronin-repos-list.1.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ronin-repos-list 1 "2023-02-01" Ronin Repos "User Manuals"
22

3+
## NAME
4+
5+
ronin-repos-list - Lists all repositories in the cache directory
6+
37
## SYNOPSIS
48

59
`ronin-repos list` [*options*] [*NAME*]

man/ronin-repos-new.1.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ronin-repos-new 1 "2023-02-01" Ronin Repos "User Manuals"
22

3+
## NAME
4+
5+
ronin-repos-new - Creates a new git repository
6+
37
## SYNOPSIS
48

59
`ronin-repos new` [*options*] *PATH*

man/ronin-repos-purge.1.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ronin-repos-purge 1 "2023-02-01" Ronin Repos "User Manuals"
22

3+
## NAME
4+
5+
ronin-repos-purge - Removes all git repository from the cache directory
6+
37
## SYNOPSIS
48

59
`ronin-repos purge` [*options*]

man/ronin-repos-remove.1.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ronin-repos-remove 1 "2023-02-01" Ronin Repos "User Manuals"
22

3+
## NAME
4+
5+
ronin-repos-remove - Deletes a repository from the cache directory
6+
37
## SYNOPSIS
48

59
`ronin-repos remove` [*options*] *REPO*

man/ronin-repos-show.1.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ronin-repos-show 1 "2023-02-01" Ronin Repos "User Manuals"
22

3+
## NAME
4+
5+
ronin-repos-show - Prints information about a repository in the cache directory
6+
37
## SYNOPSIS
48

59
`ronin-repos show` [*options*] *NAME*

man/ronin-repos-update.1.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ronin-repos-update 1 "2023-02-01" Ronin Repos "User Manuals"
22

3+
## NAME
4+
5+
ronin-repos-update - Updates all or one repository from the cache directory
6+
37
## SYNOPSIS
48

59
`ronin-repos update` [*options*] [*REPO*]

man/ronin-repos.1.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ronin-repos 1 "2023-02-01" Ronin Repos "User Manuals"
22

3+
## NAME
4+
5+
ronin-repos - manages third-party git repository for ronin.
6+
37
## SYNOPSIS
48

59
`ronin-repos` [*options*] [*COMMAND*]
@@ -54,4 +58,4 @@ Postmodern <postmodern.mod3@gmail.com>
5458

5559
## SEE ALSO
5660

57-
[ronin-repos-install](ronin-repos-install.1.md) [ronin-repos-list](ronin-repos-list.1.md) [ronin-repos-remove](ronin-repos-remove.1.md) [ronin-repos-update](ronin-repos-update.1.md) [ronin-repos-purge](ronin-repos-purge.1.md)
61+
[ronin-repos-install](ronin-repos-install.1.md) [ronin-repos-list](ronin-repos-list.1.md) [ronin-repos-remove](ronin-repos-remove.1.md) [ronin-repos-update](ronin-repos-update.1.md) [ronin-repos-purge](ronin-repos-purge.1.md)

0 commit comments

Comments
 (0)