From 59955829ae906d155c30ee2258c0593085890587 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 3 Feb 2015 00:44:53 +0100 Subject: [PATCH] Follow mdoc(7) convention on ordering sections --- pkgconf.1 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pkgconf.1 b/pkgconf.1 index bbaabbb..01df1e0 100644 --- a/pkgconf.1 +++ b/pkgconf.1 @@ -118,10 +118,6 @@ Dump the dependency resolver's solution as a graphviz .Sq dot file. This can be used with graphviz to visualize module interdependencies. .El -.Sh EXAMPLES -Displaying the CFLAGS of a package: -.Dl $ pkgconf --cflags foo -.Dl -fPIC -I/usr/include/foo .Sh ENVIRONMENT .Bl -tag -width indent .It Va PKG_CONFIG_PATH @@ -133,3 +129,8 @@ files are looked up. directory, will be prepended to every path defined in .Va PKG_CONFIG_PATH . Useful for cross compilation. +.El +.Sh EXAMPLES +Displaying the CFLAGS of a package: +.Dl $ pkgconf --cflags foo +.Dl -fPIC -I/usr/include/foo