summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/build/example/asciidoctor/example_manpage.adoc
blob: 88c535831c9c0ef6c753f0fd668639b5ab072207 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
= b2(1)
Rene Rivera
v0.0.0
:doctype: manpage
:manmanual: B2
:mansource: B2
:man-linkstyle: pass:[blue R < >]

== NAME

b2 - Boost Build

== SYNOPSIS

*b2* ['OPTION']... 'TARGET'...

== OPTIONS

*-n*::
  Print out what would get built.

== EXIT STATUS

*0*::
  Success.

*1*::
  Failure.

== RESOURCES

*Project web site:* http://boost.org

== COPYING

Copyright \(C) 2017 {author}. +
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt)