diff options
author | Christoph Mallon <christoph.mallon@gmx.de> | 2017-04-02 09:16:31 +0200 |
---|---|---|
committer | Christoph Mallon <christoph.mallon@gmx.de> | 2017-04-04 15:41:15 +0200 |
commit | 16492d23be0186b22e7873ea35e2216e3b8821a5 (patch) | |
tree | 62cdbd9724006951b386b625f0d51c78e2195007 | |
parent | 483dbe179422bf1291022945430ae8a7663e93db (diff) |
manpage: '-b' was renamed to '-m'.
-rw-r--r-- | cparser.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -24,7 +24,7 @@ .Op Fl U Ns Ar macro .Op Fl f Ns Ar option .Op Fl finput-charset= Ns Ar encoding -.Op Fl b Ns Ar option +.Op Fl m Ns Ar option .Op Fl l Ns Ar library .Op Fl o Ns Ar outfile .Op Fl x Ns Ar language @@ -340,9 +340,9 @@ Show the column number in diagnostic messages. .No Define So Ft char Sc to have the same range, representation and behaviour as Sq Ft signed char . .It Fl funsigned-char .No Define So Ft char Sc to have the same range, representation and behaviour as Sq Ft unsigned char . -.It Fl b Ns Ar option +.It Fl m Ns Ar option Set a backend option. -.No Use Fl bhelp No to get a list of supported options . +.No Use Fl mhelp No to get a list of supported options . .It Fl l Ns Ar library , Fl l Ar library Link with the specified library. .It Fl o Ns Ar outfile , Fl o Ar outfile |