]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - man/org.freedesktop.home1.xml
man: fix link markup
[thirdparty/systemd.git] / man / org.freedesktop.home1.xml
index e7d12a031e259249fd22ae6b4065ace91244b462..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
@@ -200,7 +200,7 @@ node /org/freedesktop/home1 {
       the returned error code, in case more credentials are necessary. This function is synchronous and
       returns only after the home directory was fully activated (or the operation failed), which might take
       some time. Clients must be prepared for that, and typically should extend the D-Bus method call
-      time-out accordingly. This method is equivalent to the <function>Activate()</function> method on the
+      timeout accordingly. This method is equivalent to the <function>Activate()</function> method on the
       <classname>org.freedesktop.home1.Home</classname> interface documented below, but may be called on the
       manager object and takes a user name as additional argument, instead.</para>
 
@@ -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>