Commit ebc4f4788678eda8d99e23be87c61a662a9d26b7

Authored by Stéphane Raimbault
1 parent 4dbef355

Fix position of CC flags in documentation (closes #599)

Showing 1 changed file with 1 additions and 2 deletions
doc/libmodbus.txt
@@ -11,8 +11,7 @@ SYNOPSIS @@ -11,8 +11,7 @@ SYNOPSIS
11 -------- 11 --------
12 *#include <modbus.h>* 12 *#include <modbus.h>*
13 13
14 -*cc* \`pkg-config --cflags --libs libmodbus` 'files'  
15 - 14 +*cc* 'files' \`pkg-config --cflags --libs libmodbus`
16 15
17 DESCRIPTION 16 DESCRIPTION
18 ----------- 17 -----------