diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 1b7ab94801..46e7b79e75 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -2627,17 +2627,18 @@
pkgconfig.bbclass
- The pkg-config class provides a standard way to get
- header and library information.
+ The pkgconfig class provides a standard way to get
+ header and library information by using pkg-config.
This class aims to smooth integration of
pkg-config into libraries that use it.
- During staging, BitBake installs pkg-config data into the
- sysroots/ directory.
- By making use of sysroot functionality within pkg-config,
- this class no longer has to manipulate the files.
+ During staging, BitBake installs pkg-config
+ data into the sysroots/ directory.
+ By making use of sysroot functionality within
+ pkg-config, the pkgconfig
+ class no longer has to manipulate the files.