From 91634f9a3b888eee3cd5f9a777fcb075fc666c9a Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Tue, 10 May 2011 09:46:40 -0500 Subject: man: Fix typos reported by emias on IRC Signed-off-by: Sol Jerome --- man/bcfg2-admin.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man/bcfg2-admin.8') diff --git a/man/bcfg2-admin.8 b/man/bcfg2-admin.8 index 0b3829b7e..829d00f03 100644 --- a/man/bcfg2-admin.8 +++ b/man/bcfg2-admin.8 @@ -55,7 +55,7 @@ Build structure entries based on client statistics extra entries. Install configuration information into repo based on client bad entries. .RE -.B report [init|load_stats|purge|scrub|update] +.B reports [init|load_stats|purge|scrub|update] .RS Interact with the dynamic reporting system. .RE @@ -154,7 +154,7 @@ Specify the type of the entry to pull. .RS Specify the name of the entry to pull. .RE -.SH REPORT OPTIONS +.SH REPORTS OPTIONS .PP .B init .RS -- cgit v1.2.3-1-g7c22 From e51bcb3562731d5000977a6aa74f6f6f1fb068fe Mon Sep 17 00:00:00 2001 From: Tim Laszlo Date: Wed, 11 May 2011 10:35:24 -0500 Subject: man: Fix incorrect purge/scrub command parameters --- man/bcfg2-admin.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'man/bcfg2-admin.8') diff --git a/man/bcfg2-admin.8 b/man/bcfg2-admin.8 index 829d00f03..4f6528e0e 100644 --- a/man/bcfg2-admin.8 +++ b/man/bcfg2-admin.8 @@ -164,11 +164,11 @@ Initialize the database. .RS Load statistics data. .RE -.B purge +.B purge [--client [n]] [--days [n]] [--expired] .RS -Purge records. +Purge historic and expired data. .RE -.B scrub [--client [n]] [--days [n]] [--expired] +.B scrub .RS Scrub the database for duplicate reasons and orphaned entries. .RE -- cgit v1.2.3-1-g7c22