summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMatthew Leeds <matthew.leeds@endlessm.com>2019-02-28 15:15:51 -0800
committerAtomic Bot <atomic-devel@projectatomic.io>2019-03-01 16:29:44 +0000
commit656853a98aac0e96167602cbfa2f835890679304 (patch)
treee2074740badd38d529d192b41f326fc9540b8582 /man
parentfe6b19751654b1cb11dec9d4a3c22eba56454544 (diff)
downloadostree-656853a98aac0e96167602cbfa2f835890679304.tar.gz
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
Diffstat (limited to 'man')
-rw-r--r--man/ostree-config.xml8
1 files 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.
<refsynopsisdiv>
<cmdsynopsis>
- <command>ostree config get</command> <arg choice="req">SECTIONNAME.KEYNAME</arg>
+ <command>ostree config get</command> <arg choice="req">GROUPNAME.KEYNAME</arg>
</cmdsynopsis>
<cmdsynopsis>
<command>ostree config get</command> <arg choice="req"> --group=GROUPNAME</arg> <arg choice="req"> KEYNAME</arg>
</cmdsynopsis>
<cmdsynopsis>
- <command>ostree config set</command> <arg choice="req">SECTIONNAME.KEYNAME</arg> <arg choice="req">VALUE</arg>
+ <command>ostree config set</command> <arg choice="req">GROUPNAME.KEYNAME</arg> <arg choice="req">VALUE</arg>
</cmdsynopsis>
<cmdsynopsis>
<command>ostree config set</command> <arg choice="req"> --group=GROUPNAME</arg> <arg choice="req"> KEYNAME</arg> <arg choice="req">VALUE</arg>
</cmdsynopsis>
<cmdsynopsis>
- <command>ostree config unset</command> <arg choice="req">SECTIONNAME.KEYNAME</arg>
+ <command>ostree config unset</command> <arg choice="req">GROUPNAME.KEYNAME</arg>
</cmdsynopsis>
<cmdsynopsis>
<command>ostree config unset</command> <arg choice="req"> --group=GROUPNAME</arg> <arg choice="req"> KEYNAME</arg>
@@ -77,8 +77,6 @@ Boston, MA 02111-1307, USA.
<listitem><para>
<command>ostree config get</command> displays the value of
<arg choice="plain">KEYNAME</arg> in the group <arg choice="plain">GROUPNAME</arg>
- (or <arg choice="plain">SECTIONNAME</arg> depending on the
- syntax used).
</para></listitem>
<listitem><para>
<command>ostree config set</command> sets the value of