]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - man/org.freedesktop.home1.xml
man: GNOME is usually capitalized
[thirdparty/systemd.git] / man / org.freedesktop.home1.xml
index 1b2c52af03950f7d7d02ed61f3eea3ba40e2f18c..5cf1159703b1fb9f3e4aa06b9c6877b736439fae 100644 (file)
@@ -24,7 +24,7 @@
     <title>Introduction</title>
 
     <para><citerefentry><refentrytitle>systemd-homed.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
-    is a system service which may be used to to create, remove, change or inspect home areas. This page
+    is a system service which may be used to create, remove, change or inspect home areas. This page
     describes the D-Bus interface.
     </para>
   </refsect1>
@@ -165,7 +165,7 @@ node /org/freedesktop/home1 {
 
       <para><function>GetHomeByName()</function> returns basic user information (a minimal subset of the full
       user record), provided a user name. The information supplied more or less matches what
-      <citerefentry><refentrytitle>getpwnam</refentrytitle><manvolnum>3</manvolnum></citerefentry> returns:
+      <citerefentry project='man-pages'><refentrytitle>getpwnam</refentrytitle><manvolnum>3</manvolnum></citerefentry> returns:
       the numeric UID and GID, the real name, home directory and shell. In addition it returns a state
       identifier describing the state the user's home directory is in, as well as a bus path referring to the
       bus object encapsulating the user record and home directory. This object implements the
@@ -227,7 +227,7 @@ node /org/freedesktop/home1 {
       interface.</para>
 
       <para><function>CreateHome()</function> registers and creates a new home directory. This takes a fully
-      specified JSON user record as argument (including the <literal>secret</literal> section. This registers
+      specified JSON user record as argument (including the <literal>secret</literal> section). This registers
       the user record locally and creates a home directory matching it, depending on the settings specified
       in the record in combination with local configuration.</para>