Peter M. Groen
/
libmodbus
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
ebc4f4788678eda8d99e23be87c61a662a9d26b7
Authored by
Stéphane Raimbault
2021-10-18 15:29:22 +0200
1 parent
4dbef355
Fix position of CC flags in documentation (closes #599)
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
doc/libmodbus.txt
doc/libmodbus.txt
View file @
ebc4f47
...
...
@@ -11,8 +11,7 @@ SYNOPSIS
11
11
--------
12
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
16
DESCRIPTION
18
17
-----------
...
...