mirror of
https://github.com/foo-dogsquared/asciidoctor-foodogsquared-extensions.git
synced 2025-02-23 06:19:02 +00:00
Add 'openbsd' option for man inline macro
This commit is contained in:
parent
5ebea76900
commit
fcb06be49f
@ -22,6 +22,8 @@ class ManInlineMacro < Asciidoctor::Extensions::InlineMacroProcessor
|
|||||||
'https://manpages.opensuse.org'
|
'https://manpages.opensuse.org'
|
||||||
when 'voidlinux'
|
when 'voidlinux'
|
||||||
'https://man.voidlinux.org'
|
'https://man.voidlinux.org'
|
||||||
|
when 'openbsd'
|
||||||
|
'https://man.openbsd.org'
|
||||||
when 'none'
|
when 'none'
|
||||||
nil
|
nil
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user