From 5305f5c273b9af099fb2e8b167bd2ddc96208b0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Gaspard?= Date: Fri, 24 Aug 2018 11:20:21 +0900 Subject: [PATCH] pg_top: do not use docbook for longDescription --- pkgs/tools/misc/pg_top/default.nix | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/pkgs/tools/misc/pg_top/default.nix b/pkgs/tools/misc/pg_top/default.nix index 4de334331158..4f4bd7e754c4 100644 --- a/pkgs/tools/misc/pg_top/default.nix +++ b/pkgs/tools/misc/pg_top/default.nix @@ -14,13 +14,11 @@ stdenv.mkDerivation rec { description = "A 'top' like tool for PostgreSQL"; longDescription = '' pg_top allows you to: - - View currently running SQL statement of a process. - View query plan of a currently running SQL statement. - View locks held by a process. - View user table statistics. - View user index statistics. - + * View currently running SQL statement of a process. + * View query plan of a currently running SQL statement. + * View locks held by a process. + * View user table statistics. + * View user index statistics. ''; homepage = http://ptop.projects.postgresql.org/;