From 656853a98aac0e96167602cbfa2f835890679304 Mon Sep 17 00:00:00 2001 From: Matthew Leeds Date: Thu, 28 Feb 2019 15:15:51 -0800 Subject: [PATCH] man/ostree-config: Consistently use GROUPNAME placeholder It doesn't make much sense to use SECTIONNAME in some places and GROUPNAME in others when they mean the same thing. Closes: #1743 Approved by: cgwalters --- man/ostree-config.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/man/ostree-config.xml b/man/ostree-config.xml index f2b41ec1..e5391bbf 100644 --- a/man/ostree-config.xml +++ b/man/ostree-config.xml @@ -51,19 +51,19 @@ Boston, MA 02111-1307, USA. - ostree config get SECTIONNAME.KEYNAME + ostree config get GROUPNAME.KEYNAME ostree config get --group=GROUPNAME KEYNAME - ostree config set SECTIONNAME.KEYNAME VALUE + ostree config set GROUPNAME.KEYNAME VALUE ostree config set --group=GROUPNAME KEYNAME VALUE - ostree config unset SECTIONNAME.KEYNAME + ostree config unset GROUPNAME.KEYNAME ostree config unset --group=GROUPNAME KEYNAME @@ -77,8 +77,6 @@ Boston, MA 02111-1307, USA. ostree config get displays the value of KEYNAME in the group GROUPNAME - (or SECTIONNAME depending on the - syntax used). ostree config set sets the value of