From 306dfb32923ddde09fb72044aa8aa1349c969569 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 1 Feb 2014 15:26:38 -0500 Subject: Drop use of the command tag It is more useful to link to the included man page, anyway. --- gmodule/gmodule.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gmodule') diff --git a/gmodule/gmodule.c b/gmodule/gmodule.c index 56c0e0f01..bacb2df5e 100644 --- a/gmodule/gmodule.c +++ b/gmodule/gmodule.c @@ -57,8 +57,7 @@ * well as Windows platforms via DLLs. * * A program which wants to use these functions must be linked to the - * libraries output by the command - * pkg-config --libs gmodule-2.0. + * libraries output by the command pkg-config --libs gmodule-2.0. * * To use them you must first determine whether dynamic loading * is supported on the platform by calling g_module_supported(). -- cgit v1.2.1