Skip to content

Commit 974088b

Browse files
committed
Updated to kramdown-man 1.0.0 (closes #15).
1 parent 1eb7eb5 commit 974088b

7 files changed

+54
-54
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ group :development do
2121
gem 'simplecov', '~> 0.20'
2222

2323
gem 'kramdown', '~> 2.0'
24-
gem 'kramdown-man', '~> 0.1'
24+
gem 'kramdown-man', '~> 1.0'
2525

2626
gem 'redcarpet', platform: :mri
2727
gem 'yard', '~> 0.9'

man/ronin-wordlists-download.1.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,37 +12,37 @@ alternate directory.
1212
## ARGUMENTS
1313

1414
*NAME*
15-
The name of the known wordlist to install.
15+
: The name of the known wordlist to install.
1616

1717
*URL*
18-
The URL of the wordlist to install.
18+
: The URL of the wordlist to install.
1919

2020
## OPTIONS
2121

2222
`-d`, `--wordlist-dir` *DIR*
23-
The alternative wordlist directory to download the wordlist file into.
23+
: The alternative wordlist directory to download the wordlist file into.
2424

2525
`-h`, `--help`
26-
Prints help information.
26+
: Prints help information.
2727

2828
## FILES
2929

3030
`~/.cache/ronin-wordlists`
31-
Default installation directory for wordlists.
31+
: Default installation directory for wordlists.
3232

3333
## ENVIRONMENT
3434

3535
*HOME*
36-
Specifies the home directory of the user. Ronin will search for the
37-
`~/.cache/ronin-wordlists` cache directory within the home directory.
36+
: Specifies the home directory of the user. Ronin will search for the
37+
`~/.cache/ronin-wordlists` cache directory within the home directory.
3838

3939
*XDG_CACHE_HOME*
40-
Specifies the cache directory to use. Defaults to `$HOME/.cache`.
40+
: Specifies the cache directory to use. Defaults to `$HOME/.cache`.
4141

4242
## AUTHOR
4343

4444
Postmodern <postmodern.mod3@gmail.com>
4545

4646
## SEE ALSO
4747

48-
ronin-wordlists-list(1) ronin-wordlists-remove(1) ronin-wordlists-update(1) ronin-wordlists-purge(1)
48+
[ronin-wordlists-list](ronin-wordlists-list.1.md) [ronin-wordlists-remove](ronin-wordlists-remove.1.md) [ronin-wordlists-update](ronin-wordlists-update.1.md) [ronin-wordlists-purge](ronin-wordlists-purge.1.md)

man/ronin-wordlists-list.1.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,37 +11,37 @@ Lists the downloaded wordlists.
1111
## ARGUMENTS
1212

1313
*NAME*
14-
The optional name of the wordlist to search for.
14+
: The optional name of the wordlist to search for.
1515

1616
## OPTIONS
1717

1818
`-d`, `--wordlist-dir` *DIR*
19-
The alternative wordlist directory to search.
19+
: The alternative wordlist directory to search.
2020

2121
`-a`, `--available`
22-
Lists built-in wordlists that are available for download.
22+
: Lists built-in wordlists that are available for download.
2323

2424
`-h`, `--help`
25-
Prints help information.
25+
: Prints help information.
2626

2727
## FILES
2828

2929
`~/.cache/ronin-wordlists`
30-
Default installation directory for wordlists.
30+
: Default installation directory for wordlists.
3131

3232
## ENVIRONMENT
3333

3434
*HOME*
35-
Specifies the home directory of the user. Ronin will search for the
36-
`~/.cache/ronin-wordlists` cache directory within the home directory.
35+
: Specifies the home directory of the user. Ronin will search for the
36+
`~/.cache/ronin-wordlists` cache directory within the home directory.
3737

3838
*XDG_CACHE_HOME*
39-
Specifies the cache directory to use. Defaults to `$HOME/.cache`.
39+
: Specifies the cache directory to use. Defaults to `$HOME/.cache`.
4040

4141
## AUTHOR
4242

4343
Postmodern <postmodern.mod3@gmail.com>
4444

4545
## SEE ALSO
4646

47-
ronin-wordlists-download(1) ronin-wordlists-list(1) ronin-wordlists-remove(1) ronin-wordlists-update(1)
47+
[ronin-wordlists-download](ronin-wordlists-download.1.md) [ronin-wordlists-list](ronin-wordlists-list.1.md) [ronin-wordlists-remove](ronin-wordlists-remove.1.md) [ronin-wordlists-update](ronin-wordlists-update.1.md)

man/ronin-wordlists-purge.1.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,29 +11,29 @@ Deletes all downloaded wordlists.
1111
## OPTIONS
1212

1313
`-d`, `--wordlist-dir` *DIR*
14-
The alternative wordlist directory to purge.
14+
: The alternative wordlist directory to purge.
1515

1616
`-h`, `--help`
17-
Prints help information.
17+
: Prints help information.
1818

1919
## FILES
2020

2121
`~/.cache/ronin-wordlists`
22-
Default installation directory for wordlists.
22+
: Default installation directory for wordlists.
2323

2424
## ENVIRONMENT
2525

2626
*HOME*
27-
Specifies the home directory of the user. Ronin will search for the
28-
`~/.cache/ronin-wordlists` cache directory within the home directory.
27+
: Specifies the home directory of the user. Ronin will search for the
28+
`~/.cache/ronin-wordlists` cache directory within the home directory.
2929

3030
*XDG_CACHE_HOME*
31-
Specifies the cache directory to use. Defaults to `$HOME/.cache`.
31+
: Specifies the cache directory to use. Defaults to `$HOME/.cache`.
3232

3333
## AUTHOR
3434

3535
Postmodern <postmodern.mod3@gmail.com>
3636

3737
## SEE ALSO
3838

39-
ronin-wordlists-download(1) ronin-wordlists-remove(1) ronin-wordlists-update(1) ronin-wordlists-purge(1)
39+
[ronin-wordlists-download](ronin-wordlists-download.1.md) [ronin-wordlists-remove](ronin-wordlists-remove.1.md) [ronin-wordlists-update](ronin-wordlists-update.1.md) [ronin-wordlists-purge](ronin-wordlists-purge.1.md)

man/ronin-wordlists-remove.1.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,34 +11,34 @@ Removes a previously downloaded wordlist.
1111
## ARGUMENTS
1212

1313
*NAME*
14-
The name of the known wordlist to remove.
14+
: The name of the known wordlist to remove.
1515

1616
## OPTIONS
1717

1818
`-d`, `--wordlist-dir` *DIR*
19-
The alternative wordlist directory to delete the wordlist from.
19+
: The alternative wordlist directory to delete the wordlist from.
2020

2121
`-h`, `--help`
22-
Prints help information.
22+
: Prints help information.
2323

2424
## FILES
2525

2626
`~/.cache/ronin-wordlists`
27-
Default installation directory for wordlists.
27+
: Default installation directory for wordlists.
2828

2929
## ENVIRONMENT
3030

3131
*HOME*
32-
Specifies the home directory of the user. Ronin will search for the
33-
`~/.cache/ronin-wordlists` cache directory within the home directory.
32+
: Specifies the home directory of the user. Ronin will search for the
33+
`~/.cache/ronin-wordlists` cache directory within the home directory.
3434

3535
*XDG_CACHE_HOME*
36-
Specifies the cache directory to use. Defaults to `$HOME/.cache`.
36+
: Specifies the cache directory to use. Defaults to `$HOME/.cache`.
3737

3838
## AUTHOR
3939

4040
Postmodern <postmodern.mod3@gmail.com>
4141

4242
## SEE ALSO
4343

44-
ronin-wordlists-download(1) ronin-wordlists-list(1) ronin-wordlists-update(1) ronin-wordlists-purge(1)
44+
[ronin-wordlists-download](ronin-wordlists-download.1.md) [ronin-wordlists-list](ronin-wordlists-list.1.md) [ronin-wordlists-update](ronin-wordlists-update.1.md) [ronin-wordlists-purge](ronin-wordlists-purge.1.md)

man/ronin-wordlists-update.1.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,34 +11,34 @@ Updates a previously downloaded wordlist or all downloaded wordlists.
1111
## ARGUMENTS
1212

1313
*NAME*
14-
The name of the known wordlist to update.
14+
: The name of the known wordlist to update.
1515

1616
## OPTIONS
1717

1818
`-d`, `--wordlist-dir` *DIR*
19-
The alternative wordlist directory to update the wordlist.
19+
: The alternative wordlist directory to update the wordlist.
2020

2121
`-h`, `--help`
22-
Prints help information.
22+
: Prints help information.
2323

2424
## FILES
2525

2626
`~/.cache/ronin-wordlists`
27-
Default installation directory for wordlists.
27+
: Default installation directory for wordlists.
2828

2929
## ENVIRONMENT
3030

3131
*HOME*
32-
Specifies the home directory of the user. Ronin will search for the
33-
`~/.cache/ronin-wordlists` cache directory within the home directory.
32+
: Specifies the home directory of the user. Ronin will search for the
33+
`~/.cache/ronin-wordlists` cache directory within the home directory.
3434

3535
*XDG_CACHE_HOME*
36-
Specifies the cache directory to use. Defaults to `$HOME/.cache`.
36+
: Specifies the cache directory to use. Defaults to `$HOME/.cache`.
3737

3838
## AUTHOR
3939

4040
Postmodern <postmodern.mod3@gmail.com>
4141

4242
## SEE ALSO
4343

44-
ronin-wordlists-download(1) ronin-wordlists-list(1) ronin-wordlists-remove(1) ronin-wordlists-purge(1)
44+
[ronin-wordlists-download](ronin-wordlists-download.1.md) [ronin-wordlists-list](ronin-wordlists-list.1.md) [ronin-wordlists-remove](ronin-wordlists-remove.1.md) [ronin-wordlists-purge](ronin-wordlists-purge.1.md)

man/ronin-wordlists.1.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,48 +11,48 @@ Command suite that manages wordlists.
1111
## ARGUMENTS
1212

1313
*COMMAND*
14-
The `ronin-wordlists` command to execute.
14+
: The `ronin-wordlists` command to execute.
1515

1616
## OPTIONS
1717

1818
`-h`, `--help`
19-
Prints help information.
19+
: Prints help information.
2020

2121
## COMMANDS
2222

2323
`download`
24-
Downloads a wordlist.
24+
: Downloads a wordlist.
2525

2626
`list`, `ls`
27-
Lists downloaded wordlists.
27+
: Lists downloaded wordlists.
2828

2929
`purge`
30-
Deletes all downloaded wordlists.
30+
: Deletes all downloaded wordlists.
3131

3232
`remove`, `rm`
33-
Deletes a downloaded wordlist.
33+
: Deletes a downloaded wordlist.
3434

3535
`update`, `up`
36-
Updates one or all downloaded wordlists.
36+
: Updates one or all downloaded wordlists.
3737

3838
## FILES
3939

4040
`~/.cache/ronin-wordlists`
41-
Default installation directory for wordlists.
41+
: Default installation directory for wordlists.
4242

4343
## ENVIRONMENT
4444

4545
*HOME*
46-
Specifies the home directory of the user. Ronin will search for the
47-
`~/.cache/ronin-wordlists` cache directory within the home directory.
46+
: Specifies the home directory of the user. Ronin will search for the
47+
`~/.cache/ronin-wordlists` cache directory within the home directory.
4848

4949
*XDG_CACHE_HOME*
50-
Specifies the cache directory to use. Defaults to `$HOME/.cache`.
50+
: Specifies the cache directory to use. Defaults to `$HOME/.cache`.
5151

5252
## AUTHOR
5353

5454
Postmodern <postmodern.mod3@gmail.com>
5555

5656
## SEE ALSO
5757

58-
ronin-wordlists-download(1) ronin-wordlists-list(1) ronin-wordlists-remove(1) ronin-wordlists-update(1) ronin-wordlists-purge(1)
58+
[ronin-wordlists-download](ronin-wordlists-download.1.md) [ronin-wordlists-list](ronin-wordlists-list.1.md) [ronin-wordlists-remove](ronin-wordlists-remove.1.md) [ronin-wordlists-update](ronin-wordlists-update.1.md) [ronin-wordlists-purge](ronin-wordlists-purge.1.md)

0 commit comments

Comments
 (0)