Sha256: 35f573f25ffe5263ebfca901f5441b90f0acbc76396012f3b764f23c9f247a45

Contents?: true

Size: 664 Bytes

Versions: 1

Compression:

Stored size: 664 Bytes

Contents

#!/usr/bin/env ruby
=begin =======================================================================

# BINMAN-ROFF 1                   2016-02-28                            5.1.0

## NAME

binman-roff - UNIX manpage from header comment

## SYNOPSIS

`binman-roff` [*OPTION*]... [*FILE*]


## DESCRIPTION

Extracts the "embedded manpage source", described in binman-text(1), from the
given *FILE* or STDIN and transforms it into roff(7) for display by man(1).

## SEE ALSO

binman-text(1), binman-html(1), binman(1), roff(7), man(1)

=end =========================================================================

require 'binman'
BinMan.help
puts BinMan.roff(ARGF)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
binman-5.1.0 bin/binman-roff