]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fixes from online review 15396/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 14 Apr 2020 11:43:11 +0000 (13:43 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 16 Apr 2020 18:12:56 +0000 (20:12 +0200)
Also includes the issues pointed out by @boucman.

man/org.freedesktop.locale1.xml
man/org.freedesktop.login1.xml
man/org.freedesktop.machine1.xml
man/org.freedesktop.resolve1.xml
man/org.freedesktop.systemd1.xml
man/org.freedesktop.timedate1.xml
man/systemd-hostnamed.service.xml
man/systemd-localed.service.xml
man/systemd-logind.service.xml
man/systemd-machined.service.xml

index 94c96456f97c7115e4b9f979f668e5d33affcbe9..12a82c1db525b27145b54f02f0346108f4c3e491 100644 (file)
@@ -72,24 +72,24 @@ node /org/freedesktop/locale1 {
     <refsect2>
       <title>Methods</title>
 
-      <para>If you set a new system locale all old system locale settings will be dropped, and the new
-      settings will be saved to disk. It will also be passed to the system manager, and subsequently started
+      <para>If you set a new system locale all old system locale settings will be dropped and the new
+      settings will be saved to disk. The locale will also be passed to the system manager, and subsequently started
       daemons will inherit the new system locale. Note that already running daemons will not learn about the
       new value.</para>
 
-      <para>The <function>SetVConsoleKeyboard()</function> call may be used to set the key mapping on the
+      <para>The <function>SetVConsoleKeyboard()</function> call may be used to set the key mapping for the
       virtual console. Similarly, <function>SetX11Keyboard()</function> may be used to set the default key
-      mapping of the X11 servers.</para>
+      mapping of any X11 servers.</para>
 
-      <para>Note that <function>SetVConsoleKeyboard()</function> instantly applies the new keymapping to the
+      <para>Note that <function>SetVConsoleKeyboard()</function> instantly applies the new key mapping to the
       console, while <function>SetX11Keyboard()</function> simply sets a default that may be used by later
       sessions.</para>
 
       <para>The boolean argument <varname>convert</varname> may be set to optionally convert the console
       keyboard configuration to X11 keyboard mappings and vice versa. If true and
-      <function>SetVConsoleKeyboard()</function> is used the nearest X11 keyboard setting for the chosen
+      <function>SetVConsoleKeyboard()</function> is used, the nearest X11 keyboard setting for the chosen
       console setting is set. If true and <function>SetX11Keyboard()</function> is used, the nearest console
-      keyboard setting for the chosen X11 setting is set. Usually it is hence sufficient to call one of the
+      keyboard setting for the chosen X11 setting is set. Hence, it is usually sufficient to call only one of the
       two functions.</para>
 
       <para>For graphical UIs that need to set the system keyboard mapping simply invoke
@@ -99,7 +99,7 @@ node /org/freedesktop/locale1 {
       <para>Use the empty string for the keymap parameters you wish not to set.</para>
 
       <para>The <varname>interactive</varname> boolean parameters can be used to control whether PolicyKit
-      should interactively ask the user for authentication credentials if it needs to.</para>
+      should interactively ask the user for authentication credentials if required.</para>
     </refsect2>
 
     <refsect2>
@@ -124,7 +124,7 @@ node /org/freedesktop/locale1 {
       <varname>X11Options</varname> properties show values configurable with
       <function>SetX11Keyboard()</function> described above (or <function>SetVConsoleKeyboard()</function>
       with <varname>convert=true</varname>). The <varname>VConsoleKeymap</varname> and
-      <varname>VConsoleKeymapToggle</varname> propries sohw values configurable with
+      <varname>VConsoleKeymapToggle</varname> properties show values configurable with
       <function>SetVConsoleKeyboard()</function> (or <function>SetX11Keyboard()</function> with
       <varname>convert=true</varname>).</para>
     </refsect2>
index ff944b2d1c4457f41a485549e1ba36479483c945..84dded384919355a6cfe4a2c3c12f16657c827c9 100644 (file)
     <title>Introduction</title>
 
     <para><citerefentry><refentrytitle>systemd-logind.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
-    is a system service that keeps track of user logins and seats in various ways.</para>
+    is a system service that keeps track of user logins and seats.</para>
 
     <para>The daemon provides both a C library interface as well as a D-Bus interface. The library interface
     may be used to introspect and watch the state of user logins and seats. The bus interface provides the
-    same, but in addition may also be used to make changes to system state. For more information please
+    same functionality but in addition may also be used to make changes to the system state. For more information please
     consult <citerefentry><refentrytitle>sd-login</refentrytitle><manvolnum>3</manvolnum></citerefentry>.
     </para>
   </refsect1>
@@ -244,19 +244,19 @@ node /org/freedesktop/login1 {
       <function>GetUserByPID()</function> get the session/user object the specified PID belongs to if there
       is any.</para>
 
-      <para><function>ListSessions()</function> returns an array with all current sessions. The structures in
+      <para><function>ListSessions()</function> returns an array of all current sessions. The structures in
       the array consist of the following fields: session id, user id, user name, seat id, session object
-      path. If a session does not have a seat attached the seat id field will be an empty string.</para>
+      path. If a session does not have a seat attached, the seat id field will be an empty string.</para>
 
-      <para><function>ListUsers()</function> returns an array with all currently logged in users. The
+      <para><function>ListUsers()</function> returns an array of all currently logged in users. The
       structures in the array consist of the following fields: user id, user name, user object path.</para>
 
-      <para><function>ListSeats()</function> returns an array with all currently available seats. The
+      <para><function>ListSeats()</function> returns an array of all currently available seats. The
       structure in the array consists of the following fields: seat id, seat object path.</para>
 
-      <para><function>ListInhibitors()</function> lists all currently active inhibitors. Returns an array of
+      <para><function>ListInhibitors()</function> lists all currently active inhibitors. It returns an array of
       structures consisting of <varname>what</varname>, <varname>who</varname>, <varname>why</varname>,
-      <varname>mode</varname>, user ID <varname>uid</varname>, and process ID <varname>pid</varname>.</para>
+      <varname>mode</varname>, <varname>uid</varname> (user ID), and <varname>pid</varname> (process ID).</para>
 
       <para><function>CreateSession()</function> and <function>ReleaseSession()</function> may be used to
       open or close login sessions. These calls should <emphasis>never</emphasis> be invoked directly by
@@ -273,8 +273,8 @@ node /org/freedesktop/login1 {
       screen lock, if there is any. This is implemented by sending out the Lock() and Unlock() signals from
       the respective session object which session managers are supposed to listen on.</para>
 
-      <para><function>LockSessions()</function> asks all sessions to activate the screen locks. This may be
-      used to lock any access to the machine in one action. Similarly, <function>UnlockSessions()</function>
+      <para><function>LockSessions()</function> asks all sessions to activate their screen locks. This may be
+      used to lock access to the entire machine in one action. Similarly, <function>UnlockSessions()</function>
       asks all sessions to deactivate their screen locks.</para>
 
       <para><function>KillSession()</function> may be used to send a Unix signal to one or all processes of a
@@ -284,45 +284,46 @@ node /org/freedesktop/login1 {
       are killed.</para>
 
       <para><function>KillUser()</function> may be used to send a Unix signal to all processes of a user. As
-      argument it takes the user id and a signal number.</para>
+      arguments it takes the user id and a signal number.</para>
 
       <para><function>TerminateSession()</function>, <function>TerminateUser()</function>,
       <function>TerminateSeat()</function> may be used to forcibly terminate one specific session, all
       processes of a user, and all sessions attached to a specific seat, respectively. The session, user,
       and seat are identified by their respective IDs.</para>
 
-      <para><function>SetUserLinger()</function> enables or disables user lingering. If enabled the runtime
+      <para><function>SetUserLinger()</function> enables or disables user lingering. If enabled, the runtime
       directory of a user is kept around and he may continue to run processes while he is logged out. If
-      disabled the runtime directory goes away as soon as he logs out. Expects three arguments: the UID, a
-      boolean whether to enable/disable and a boolean controlling the PolicyKit authorization interactivity
-      (see above). Note that the user linger state is persistently stored on disk.</para>
+      disabled, the runtime directory goes away as soon as they log out. <function>SetUserLinger()</function>
+      expects three arguments: the UID, a boolean whether to enable/disable and a boolean controlling the
+      PolicyKit authorization interactivity (see below). Note that the user linger state is persistently
+      stored on disk.</para>
 
       <para><function>AttachDevice()</function> may be used to assign a specific device to a specific
-      seat. The device is identified by its /sys path, and must be eligible for seat assignments. Takes three
+      seat. The device is identified by its /sys path and must be eligible for seat assignments. <function>AttachDevice()</function> takes three
       arguments: the seat id, the sysfs path, and a boolean for controlling PolicyKit interactivity (see
-      above). Device assignments are persistently stored to disk. To create a new seat, simply specify a
+      below). Device assignments are persistently stored on disk. To create a new seat, simply specify a
       previously unused seat id. For more information about the seat assignment logic see
       <ulink url="https://www.freedesktop.org/wiki/Software/systemd/multiseat">Multi-Seat for Linux</ulink>.
       </para>
 
       <para><function>FlushDevices()</function> removes all explicit seat assignments for devices, resetting
-      all assignments to the automatic defaults. The only argument this takes is the PolicyKit interactivity
-      boolean (see above).</para>
+      all assignments to the automatic defaults. The only argument it takes is the PolicyKit interactivity
+      boolean (see below).</para>
 
       <para><function>PowerOff()</function>, <function>Reboot()</function>, <function>Halt()</function>,
-      <function>Suspend()</function>, <function>Hibernate()</function> result in the system being powered
-      off, rebooted, halted (shut down without turning off power), suspended (the store of the system is
-      saved to RAM and the CPU is turned off), or hibernated (the store of the system is saved to disk and
+      <function>Suspend()</function>, and <function>Hibernate()</function> result in the system being powered
+      off, rebooted, halted (shut down without turning off power), suspended (the system state is
+      saved to RAM and the CPU is turned off), or hibernated (the system state is saved to disk and
       the machine is powered down). <function>HybridSleep()</function> results in the system entering a
       hybrid-sleep mode, i.e. the system is both hibernated and suspended.
       <function>SuspendThenHibernate()</function> results in the system being suspended, then later woken
-      using an RTC timer, and hibernated. The only argument is the PolicyKit interactivity boolean
-      <varname>interactive</varname> (see above). The main purpose of these calls is that they enforce
+      using an RTC timer and hibernated. The only argument is the PolicyKit interactivity boolean
+      <varname>interactive</varname> (see below). The main purpose of these calls is that they enforce
       PolicyKit policy and hence allow powering off/rebooting/suspending/hibernating even by unprivileged
-      users. They also enforce inhibition locks. UIs should expose these calls as primary mechanism to
+      users. They also enforce inhibition locks. UIs should expose these calls as the primary mechanism to
       poweroff/reboot/suspend/hibernate the machine.</para>
 
-      <para><function>SetRebootParameter()</function> sets the parameter for the subsequent reboot operation.
+      <para><function>SetRebootParameter()</function> sets a parameter for a subsequent reboot operation.
       See the description of <command>reboot</command> in
       <citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>1</manvolnum></citerefentry> and
       <citerefentry project="man-pages"><refentrytitle>reboot</refentrytitle><manvolnum>2</manvolnum></citerefentry>
@@ -331,23 +332,23 @@ node /org/freedesktop/login1 {
       <para><function>SetRebootToFirmwareSetup()</function>,
       <function>SetRebootToBootLoaderMenu()</function>, and <function>SetRebootToBootLoaderEntry()</function>
       configure the action to be taken from the boot loader after a reboot: respectively entering firmware
-      setup mode, or the boot loader menu, or a specific boot loader entry. See
+      setup mode, the boot loader menu, or a specific boot loader entry. See
       <citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>1</manvolnum></citerefentry> for the
-      command line interface.</para>
+      corresponding command line interface.</para>
 
       <para><function>CanPowerOff()</function>, <function>CanReboot()</function>,
       <function>CanHalt()</function>, <function>CanSuspend()</function>, <function>CanHibernate()</function>,
       <function>CanHybridSleep()</function>, <function>CanSuspendThenHibernate()</function>,
       <function>CanRebootParameter()</function>, <function>CanRebootToFirmwareSetup()</function>,
       <function>CanRebootToBootLoaderMenu()</function>, and
-      <function>CanRebootToBootLoaderEntry()</function>, test whether the system supports the respective
-      operation and whether the calling user is allowed to request it. Returns one of <literal>na</literal>,
+      <function>CanRebootToBootLoaderEntry()</function> test whether the system supports the respective
+      operation and whether the calling user is allowed to execute it. Returns one of <literal>na</literal>,
       <literal>yes</literal>, <literal>no</literal>, and <literal>challenge</literal>. If
       <literal>na</literal> is returned, the operation is not available because hardware, kernel, or drivers
       do not support it. If <literal>yes</literal> is returned, the operation is supported and the user may
-      execute the operation without further authentication. If <literal>no</literal> is returned the
+      execute the operation without further authentication. If <literal>no</literal> is returned, the
       operation is available but the user is not allowed to execute the operation. If
-      <literal>challenge</literal> is returned the operation is available, but only after
+      <literal>challenge</literal> is returned, the operation is available but only after
       authorization.</para>
 
       <para><function>ScheduleShutdown()</function> schedules a shutdown operation <varname>type</varname> at
@@ -359,7 +360,7 @@ node /org/freedesktop/login1 {
       <varname>cancelled</varname> is true if a shutdown operation was scheduled.</para>
 
       <para><function>SetWallMessage()</function> sets the wall message (the message that will be sent out to
-      all terminals and stored in an
+      all terminals and stored in a
       <citerefentry><refentrytitle>utmp</refentrytitle><manvolnum>5</manvolnum></citerefentry> record) for a
       subsequent scheduled shutdown operation. The parameter <varname>wall_message</varname> specifies the
       shutdown reason (and may be empty) which will be included in the shutdown message. The parameter
@@ -377,7 +378,7 @@ node /org/freedesktop/login1 {
       <varname>mode</varname> is either <literal>block</literal> or <literal>delay</literal> which encodes
       whether the inhibit shall be consider mandatory or whether it should just delay the operation to a
       certain maximum time. The call returns a file descriptor. The lock is released the moment this file
-      descriptor (and all its duplicates) are closed. For more information on the inhibition logic see
+      descriptor and all its duplicates are closed. For more information on the inhibition logic see
       <ulink url="http://www.freedesktop.org/wiki/Software/systemd/inhibit">Inhibitor Locks</ulink>.
       </para>
     </refsect2>
@@ -385,21 +386,21 @@ node /org/freedesktop/login1 {
     <refsect2>
       <title>Signals</title>
 
-      <para>Whenever the inhibition state or idle hint changes daemon <function>PropertyChanged</function>
+      <para>Whenever the inhibition state or idle hint changes, <function>PropertyChanged</function>
       signals are sent out to which clients can subscribe.</para>
 
       <para>The <function>SessionNew</function>, <function>SessionRemoved</function>,
-      <function>UserNew</function>, <function>UserRemoved</function>, <function>SeatNew</function>,
+      <function>UserNew</function>, <function>UserRemoved</function>, <function>SeatNew</function>, and
       <function>SeatRemoved</function> signals are sent each time a session is created or removed, a user
       logs in or out, or a seat is added or removed. They each contain the ID of the object plus the object
       path.</para>
 
       <para>The <function>PrepareForShutdown()</function> and <function>PrepareForSleep()</function> signals
-      are sent right before (with the argument <literal>true</literal>) and after (with the argument
+      are sent right before (with the argument <literal>true</literal>) or after (with the argument
       <literal>false</literal>) the system goes down for reboot/poweroff and suspend/hibernate,
-      respetively. This may be used by applications to save data on disk, release memory, or do other jobs
-      that shall be done shortly before shutdown/sleep, in conjunction with delay inhibitor locks. After
-      completion of this work they should release their inhibition locks in order not to delay the operation
+      respectively. This may be used by applications to save data on disk, release memory, or do other jobs
+      that should be done shortly before shutdown/sleep, in conjunction with delay inhibitor locks. After
+      completion of this work they should release their inhibition locks in order to not delay the operation
       any further. For more information see
       <ulink url="http://www.freedesktop.org/wiki/Software/systemd/inhibit">Inhibitor Locks</ulink>.
       </para>
@@ -424,7 +425,7 @@ node /org/freedesktop/login1 {
       </para>
 
       <para>The <varname>IdleHint</varname> property reflects the idle hint state of the system. If the
-      system is idle it might get into automatic suspend or shutdown, depending on configuration.</para>
+      system is idle it might get into automatic suspend or shutdown depending on the configuration.</para>
 
       <para><varname>IdleSinceHint</varname> and <varname>IdleSinceHintMonotonic</varname> encode the
       timestamps of the last change of the idle hint boolean, in <constant>CLOCK_REALTIME</constant> and
@@ -432,26 +433,26 @@ node /org/freedesktop/login1 {
 
       <para>The <varname>BlockInhibited</varname> and <varname>DelayInhibited</varname> properties encode
       the currently active locks of the respective modes. They are colon separated lists of
-      <literal>shutdown</literal>, <literal>sleep</literal>, <literal>idle</literal> (see above).</para>
+      <literal>shutdown</literal>, <literal>sleep</literal>, and <literal>idle</literal> (see above).</para>
 
       <para><varname>NCurrentSessions</varname> and <varname>NCurrentInhibitors</varname> contain the number
       of currently registered sessions and inhibitors.</para>
 
       <para>The <varname>BootLoaderEntries</varname> property contains a list of boot loader entries.
-      This includes boot loader entries defined in configuration, and any additional loader entries
+      This includes boot loader entries defined in configuration and any additional loader entries
       reported by the boot loader. See
       <citerefentry><refentrytitle>systemd-boot</refentrytitle><manvolnum>7</manvolnum></citerefentry>
       for more information.</para>
 
       <para>The <varname>PreparingForShutdown</varname> and <varname>PreparingForSleep</varname> boolean
-      properties are true between the time when the two <function>PrepareForShutdown</function> and
-      <function>PrepareForSleep</function> signals are sent, respectively. Note that these properties do not
+      properties are true during the interval between the two <function>PrepareForShutdown</function> and
+      <function>PrepareForSleep</function> signals respectively. Note that these properties do not
       send out <function>PropertyChanged</function> signals.</para>
 
-      <para>The <varname>RebootParameter</varname> property shows the value set with
+      <para>The <varname>RebootParameter</varname> property shows the value set with the
       <function>SetRebootParameter()</function> method described above.</para>
 
-      <para>The <varname>ScheduledShutdown</varname> shows the value pair set with
+      <para><varname>ScheduledShutdown</varname> shows the value pair set with the
       <function>ScheduleShutdown()</function> method described above.</para>
 
       <para><varname>RebootToFirmwareSetup</varname>, <varname>RebootToBootLoaderMenu</varname>, and
@@ -460,11 +461,11 @@ node /org/freedesktop/login1 {
       <function>SetRebootToBootLoaderMenu</function>, or
       <function>SetRebootToBootLoaderEntry</function>.</para>
 
-      <para><varname>WallMessage</varname> and <varname>EnableWallMessages</varname> properties reflect the
-      shutdown reasoson and wall message enablement switch which can be set with
-      <varname>SetWallMessage()</varname> method described above.</para>
+      <para>The <varname>WallMessage</varname> and <varname>EnableWallMessages</varname> properties reflect the
+      shutdown reason and wall message enablement switch which can be set with the
+      <function>SetWallMessage()</function> method described above.</para>
 
-      <para><varname>Docked</varname> is true if the machine is connected to dock.
+      <para><varname>Docked</varname> is true if the machine is connected to dock.
       <varname>LidClosed</varname> is true when the lid (of a laptop) is closed.
       <varname>OnExternalPower</varname> is true when the machine is connected to an external power supply.
       </para>
@@ -478,7 +479,7 @@ node /org/freedesktop/login1 {
       <interfacename>org.freedesktop.login1.set-user-linger</interfacename>
       privilege. <function>AttachDevice()</function> requires
       <interfacename>org.freedesktop.login1.attach-device</interfacename> and
-      <function>FlushDevices()</function>
+      <function>FlushDevices()</function> requires
       <interfacename>org.freedesktop.login1.flush-devices</interfacename>. <function>PowerOff()</function>,
       <function>Reboot()</function>, <function>Halt()</function>, <function>Suspend()</function>,
       <function>Hibernate()</function> require
@@ -497,7 +498,7 @@ node /org/freedesktop/login1 {
       <interfacename>org.freedesktop.login1.hibernate</interfacename>,
       <interfacename>org.freedesktop.login1.hibernate-multiple-sessions</interfacename>,
       <interfacename>org.freedesktop.login1.hibernate-ignore-inhibit</interfacename>,
-      respectively, depending on whether there are other sessions around or active inhibits.
+      respectively depending on whether there are other sessions around or active inhibits are present.
       <function>HybridSleep()</function> and <function>SuspendThenHibernate()</function>
       use the same privileges as <function>Hibernate()</function>.
       <function>SetRebootParameter()</function> requires
@@ -514,7 +515,7 @@ node /org/freedesktop/login1 {
       <para><function>ScheduleShutdown</function> and <function>CancelScheduledShutdown</function> require
       the same privileges (listed above) as the immediate poweroff/reboot/halt operations.</para>
 
-      <para><function>Inhibit()</function> is protected via either one of
+      <para><function>Inhibit()</function> is protected via one of
       <interfacename>org.freedesktop.login1.inhibit-block-shutdown</interfacename>,
       <interfacename>org.freedesktop.login1.inhibit-delay-shutdown</interfacename>,
       <interfacename>org.freedesktop.login1.inhibit-block-sleep</interfacename>,
@@ -527,7 +528,7 @@ node /org/freedesktop/login1 {
       type and mode taken.</para>
 
       <para>The <varname>interactive</varname> boolean parameters can be used to control whether PolicyKit
-      should interactively ask the user for authentication credentials if it needs to.</para>
+      should interactively ask the user for authentication credentials if required.</para>
     </refsect2>
   </refsect1>
 
@@ -585,7 +586,7 @@ node /org/freedesktop/login1/seat/seat0 {
 
       <para>Whenever <function>ActiveSession</function>, <function>Sessions</function>,
       <function>CanGraphical</function>, <function>CanMultiSession</function> and <function>CanTTY</function>
-      or the idle state changes <function>PropertyChanged</function> signals are sent out to which clients
+      or the idle state changes, <function>PropertyChanged</function> signals are sent out to which clients
       can subscribe.</para>
     </refsect2>
 
@@ -595,7 +596,7 @@ node /org/freedesktop/login1/seat/seat0 {
       <para>The <varname>Id</varname> property encodes the ID of the seat.</para>
 
       <para><varname>ActiveSession</varname> encodes the currently active session if there is one. It is a
-      structure consisting of session id and object path.</para>
+      structure consisting of the session id and the object path.</para>
 
       <para><varname>CanMultiSession</varname> encodes whether the session is multi-session capable,
       <varname>CanTTY</varname> whether it is suitable for text logins, <varname>CanGraphical</varname>
@@ -604,7 +605,7 @@ node /org/freedesktop/login1/seat/seat0 {
       <para>The <varname>Sessions</varname> property is an array of all current sessions of this seat, each
       encoded in a structure consisting of the ID and the object path.</para>
 
-      <para>The <varname>IdleHint</varname>, <varname>IdleSinceHint</varname>,
+      <para>The <varname>IdleHint</varname>, <varname>IdleSinceHint</varname>, and
       <varname>IdleSinceHint</varname> properties encode the idle state, similar to the one exposed on the
       Manager object, but specific for this seat.</para>
     </refsect2>
@@ -660,14 +661,14 @@ node /org/freedesktop/login1/user/_1000 {
       <title>Methods</title>
 
       <para><function>Terminate()</function> and <function>Kill()</function> work similar to the
-      <function>TerminateUser()</function> and <function>KillUser()</function> calls on the manager
+      <function>TerminateUser()</function> and <function>KillUser()</function> methods on the manager
       object.</para>
     </refsect2>
 
     <refsect2>
       <title>Signals</title>
 
-      <para>Whenever <varname>Sessions</varname> or the idle state changes
+      <para>Whenever <varname>Sessions</varname> or the idle state changes,
       <function>PropertyChanged</function> signals are sent out to which clients can subscribe.</para>
     </refsect2>
 
@@ -680,39 +681,39 @@ node /org/freedesktop/login1/user/_1000 {
       <para>The <varname>Name</varname> property encodes the user name.</para>
 
       <para><varname>Timestamp</varname> and <varname>TimestampMonotonic</varname> encode the login time of
-      the user in usec since the epoch, in the <constant>CLOCK_REALTIME</constant> and
+      the user in microseconds since the epoch, in the <constant>CLOCK_REALTIME</constant> and
       <constant>CLOCK_MONOTONIC</constant> clocks, respectively.</para>
 
       <para><varname>RuntimePath</varname> encodes the runtime path of the user,
-      i.e. <varname>$XDG_RUNTIME_DIR</varname>, for details see the
+      i.e. <varname>$XDG_RUNTIME_DIR</varname>. For details see the
       <ulink url="https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html">
         XDG Basedir Specification
       </ulink>.</para>
 
-      <para><varname>Service</varname> contains the name of the user systemd service unit name of this
-      user. Each logged in user gets a user service unit assigned that runs a user systemd instance. This is
+      <para><varname>Service</varname> contains the unit name of the user systemd service of this
+      user. Each logged in user is assigned a user service that runs a user systemd instance. This is
       usually an instance of <filename>user@.service</filename>.</para>
 
-      <para><varname>Slice</varname> contains the name of the user systemd slice unit name of this user. Each
+      <para><varname>Slice</varname> contains the unit name of the user systemd slice of this user. Each
       logged in user gets a private slice.</para>
 
-      <para><varname>Display</varname> encodes which graphical session should be used as primary UI display
-      for the use. It is a structure encoding session ID and object path of the session to use.</para>
+      <para><varname>Display</varname> encodes which graphical session should be used as the primary UI display
+      for the user. It is a structure encoding the session ID and the object path of the session to use.</para>
 
-      <para><varname>State</varname> encodes the user state, one of <literal>offline</literal>,
-      <literal>lingering</literal>, <literal>online</literal>, <literal>active</literal>,
+      <para><varname>State</varname> encodes the user state and is one of <literal>offline</literal>,
+      <literal>lingering</literal>, <literal>online</literal>, <literal>active</literal>, or
       <literal>closing</literal>. See
       <citerefentry><refentrytitle>sd_uid_get_state</refentrytitle><manvolnum>3</manvolnum></citerefentry>
       for more information about the states.</para>
 
       <para><varname>Sessions</varname> is an array of structures encoding all current sessions of the
-      user. Each structure consists of ID and object path.</para>
+      user. Each structure consists of the ID and object path.</para>
 
-      <para>The <varname>IdleHint</varname>, <varname>IdleSinceHint</varname>,
+      <para>The <varname>IdleHint</varname>, <varname>IdleSinceHint</varname>, and
       <varname>IdleSinceHintMonotonic</varname> properties encode the idle hint state of the user, similar to
       the <interfacename>Manager</interfacename>'s properties, but specific for this user.</para>
 
-      <para>The <varname>Linger</varname> property shows whether lingering is enabled for the user.</para>
+      <para>The <varname>Linger</varname> property shows whether lingering is enabled for this user.</para>
     </refsect2>
   </refsect1>
 
@@ -812,41 +813,41 @@ node /org/freedesktop/login1/session/45 {
       <title>Methods</title>
 
       <para><function>Terminate()</function>, <function>Activate()</function>, <function>Lock()</function>,
-      <function>Unlock()</function>, <function>Kill()</function> work similarly to the respective calls on
+      <function>Unlock()</function>, and <function>Kill()</function> work similarly to the respective calls on
       the <interfacename>Manager</interfacename> object.</para>
 
-      <para><function>SetIdleHint()</function> shall be called by the session object to update the idle state
-      of the session, whenever it changes.</para>
+      <para><function>SetIdleHint()</function> is called by the session object to update the idle state
+      of the session whenever it changes.</para>
 
       <para><function>TakeControl()</function> allows a process to take exclusive managed device
-      access-control for that session. Only one dbus-connection can be a controller for a given session at a
-      time. If the <function>force</function> argument is set (root only), an existing controller is kicked
-      out and replaced. Otherwise, this call fails if there is already a controller.  Note that this call is
-      limited to dbus-users with the effective UID set to the User of the Session or root.</para>
-
-      <para><function>ReleaseControl()</function> drops control of a given session again. Closing the
-      dbus-connection implicitly releases control, too. See <function>TakeControl()</function> for more. This
-      also releases all devices for the controller that were requested via <function>TakeDevice()</function>.
+      access-control for that session. Only one D-Bus connection can be a controller for a given session at any
+      time. If the <varname>force</varname> argument is set (root only), an existing controller is kicked
+      out and replaced. Otherwise, this call fails if there is already a controller. Note that this call is
+      limited to D-Bus users with the effective UID set to the user of the session or root.</para>
+
+      <para><function>ReleaseControl()</function> drops control of a given session. Closing the
+      D-Bus connection implicitly releases control as well. See <function>TakeControl()</function> for more information. This
+      method also releases all devices for which the controller requested ownership via <function>TakeDevice()</function>.
       </para>
 
-      <para><function>TakeDevice()</function> allows a session-controller to get a file-descriptor for a
-      specific device. Pass in the major and minor numbers of the character-device and
-      <filename>systemd-logind</filename> will return a file-descriptor for the device. Only a limited set of
+      <para><function>TakeDevice()</function> allows a session controller to get a file descriptor for a
+      specific device. Pass in the major and minor numbers of the character device and
+      <filename>systemd-logind</filename> will return a file descriptor for the device. Only a limited set of
       device-types is currently supported (but may be extended). <filename>systemd-logind</filename>
-      automatically mutes the file-descriptor if the session is inactive and resumes it once the session gets
-      active again. This guarantees that a session can only access session-devices if the session is
+      automatically mutes the file descriptor if the session is inactive and resumes it once the session is
+      activated again. This guarantees that a session can only access session devices if the session is
       active. Note that this revoke/resume mechanism is asynchronous and may happen at any given time.  This
       only works on devices that are attached to the seat of the given session. A process is not required to
-      have direct access to the device-node. <filename>systemd-logind</filename> only requires you to be the
+      have direct access to the device node. <filename>systemd-logind</filename> only requires you to be the
       active session controller (see <function>TakeControl()</function>). Also note that any device can only
       be requested once. As long as you don't release it, further <function>TakeDevice()</function> calls
       will fail.</para>
 
       <para><function>ReleaseDevice()</function> releases a device again (see
       <function>TakeDevice()</function>). This is also implicitly done by
-      <function>ReleaseControl()</function> or when closing the dbus-connection.</para>
+      <function>ReleaseControl()</function> or when closing the D-Bus connection.</para>
 
-      <para><function>PauseDeviceComplete()</function> allows a session-controller to synchronously pause a
+      <para><function>PauseDeviceComplete()</function> allows a session controller to synchronously pause a
       device after receiving a <function>PauseDevice(<literal>pause</literal>)</function> signal. Forced
       signals (or after an internal timeout) are automatically completed by
       <filename>systemd-logind</filename> asynchronously.</para>
@@ -857,7 +858,7 @@ node /org/freedesktop/login1/session/45 {
       unlocked.</para>
 
       <para><function>SetBrightness()</function> may be used to set the display brightness. This is intended
-      to be used by the desktop environment, and allows unprivileged programs to access hardware settings in
+      to be used by the desktop environment and allows unprivileged programs to access hardware settings in
       a controlled way. The <varname>subsystem</varname> parameter specifies a kernel subsystem, either
       <literal>backlight</literal> or <literal>leds</literal>. The <varname>name</varname> parameter
       specifies a device name under the specified subsystem. The <varname>brightness</varname> parameter
@@ -869,34 +870,33 @@ node /org/freedesktop/login1/session/45 {
     <refsect2>
       <title>Signals</title>
 
-      <para>The active session-controller exclusively gets <function>PauseDevice</function> and
+      <para>The active session controller exclusively gets <function>PauseDevice</function> and
       <function>ResumeDevice</function> events for any device it requested via
       <function>TakeDevice()</function>. They notify the controller whenever a device is paused or resumed. A
-      device is never resumed if a session is inactive. Also note that <function>PauseDevice</function>
+      device is never resumed if its session is inactive. Also note that <function>PauseDevice</function>
       signals are sent before the <function>PropertyChanged</function> signal for the
       <function>Active</function> state. The inverse is true for <function>ResumeDevice</function>. A device
       may remain paused for unknown reasons even though the <interfacename>Session</interfacename> is active.
       </para>
 
-      <para>A <function>PauseDevice</function> signal carries the major and minor and a string describing the
-      type as arguments. <function>force</function> means the device got paused by
-      <filename>systemd-logind</filename> already and this is only an asynchronous
-      notification. <function>pause</function> means <filename>systemd-logind</filename> tries to pause the
-      device and grants you limited amount of time to pause it. You must respond to this via
-      <function>PauseDeviceComplete()</function>. This synchronous pausing-mechanism is used for
+      <para>A <function>PauseDevice</function> signal carries the major and minor numbers and a string describing the
+      type as arguments. <function>force</function> means the device was already paused by
+      <filename>systemd-logind</filename> and the signal is only an asynchronous
+      notification. <function>pause</function> means <filename>systemd-logind</filename> grants you a limited amount of time to pause the device. You must respond to this via
+      <function>PauseDeviceComplete()</function>. This synchronous pausing mechanism is used for
       backwards-compatibility to VTs and <filename>systemd-logind</filename> is free to not make use of
       it. It is also free to send a forced <function>PauseDevice</function> if you don't respond in a timely
       manner (or for any other reason). <function>gone</function> means the device was unplugged from the
-      system and you will no longer get any notifications about it. There is no reason to call
+      system and you will no longer get any notifications about it. There is no need to call
       <function>ReleaseDevice()</function>. You may call <function>TakeDevice()</function> again if a new
-      device gets the major+minor combination assigned.</para>
+      device is assigned the major+minor combination.</para>
 
       <para><function>ResumeDevice</function> is sent whenever a session is active and a device is
-      resumed. It carries the major/minor as arguments and provides a new open file-descriptor. You should
+      resumed. It carries the major/minor numbers as arguments and provides a new open file descriptor. You should
       switch to the new descriptor and close the old one. They are not guaranteed to have the same underlying
-      open-file-descriptor in the kernel (except for a limited set of device types).</para>
+      open file descriptor in the kernel (except for a limited set of device types).</para>
 
-      <para>Whenever <function>Active</function> or the idle state changes
+      <para>Whenever <function>Active</function> or the idle state changes,
       <function>PropertyChanged</function> signals are sent out to which clients can subscribe.</para>
 
       <para><function>Lock</function>/<function>Unlock</function> is sent when the session is asked to be
@@ -911,18 +911,18 @@ node /org/freedesktop/login1/session/45 {
       <para><varname>Id</varname> encodes the session ID.</para>
 
       <para><varname>User</varname> encodes the user ID of the user this session belongs to. This is a
-      structure encoding the Unix UID and the object path.</para>
+      structure consisting of the Unix UID and the object path.</para>
 
       <para><varname>Name</varname> encodes the user name.</para>
 
-      <para><varname>Timestamp</varname> and <varname>TimestampMonotonic</varname> encode the usec timestamp
+      <para><varname>Timestamp</varname> and <varname>TimestampMonotonic</varname> encode the microseconds
       since the epoch when the session was created, in <constant>CLOCK_REALTIME</constant> or
       <constant>CLOCK_MONOTONIC</constant>, respectively.</para>
 
       <para><varname>VTNr</varname> encodes the virtual terminal number of the session if there is any, 0
       otherwise.</para>
 
-      <para><varname>Seat</varname> encodes the seat this session belongs to, if there is any. This is a
+      <para><varname>Seat</varname> encodes the seat this session belongs to if there is any. This is a
       structure consisting of the ID and the seat object path.</para>
 
       <para><varname>TTY</varname> encodes the kernel TTY path of the session if this is a text login. If not
@@ -945,7 +945,7 @@ node /org/freedesktop/login1/session/45 {
 
       <para><varname>Leader</varname> encodes the PID of the process that registered the session.</para>
 
-      <para><varname>Audit</varname> encodes the Kernel Audit session ID of the session, if auditing is
+      <para><varname>Audit</varname> encodes the Kernel Audit session ID of the session if auditing is
       available.</para>
 
       <para><varname>Type</varname> encodes the session type. It's one of <literal>unspecified</literal> (for
@@ -953,23 +953,23 @@ node /org/freedesktop/login1/session/45 {
       <literal>x11</literal>/<literal>mir</literal>/<literal>wayland</literal> (for graphical logins).</para>
 
       <para><varname>Class</varname> encodes the session class. It's one of <literal>user</literal> (for
-      normal user sessions), <literal>greeter</literal> (for display manager pseudo-sessions),
+      normal user sessions), <literal>greeter</literal> (for display manager pseudo-sessions), or
       <literal>lock-screen</literal> (for display lock screens).</para>
 
       <para><varname>Active</varname> is a boolean that is true if the session is active, i.e. currently in the
-      foreground. This field is semi-redundant due to State.</para>
+      foreground. This field is semi-redundant due to <varname>State</varname>.</para>
 
       <para><varname>State</varname> encodes the session state and one of <literal>online</literal>,
-      <literal>active</literal>, <literal>closing</literal>. See
+      <literal>active</literal>, or <literal>closing</literal>. See
       <citerefentry><refentrytitle>sd_session_get_state</refentrytitle><manvolnum>3</manvolnum></citerefentry>
       for more information about the states.</para>
 
-      <para><varname>IdleHint</varname>, <varname>IdleSinceHint</varname>,
+      <para><varname>IdleHint</varname>, <varname>IdleSinceHint</varname>, and
       <varname>IdleSinceHintMonotonic</varname> encapsulate the idle hint state of this session, similarly to
       how the respective properties on the manager object do it for the whole system.</para>
 
-      <para><varname>LockedHint</varname> shows the locked hint state of this session, as set by
-      <function>SetLockedHint()</function> described above.</para>
+      <para><varname>LockedHint</varname> shows the locked hint state of this session, as set by the
+      <function>SetLockedHint()</function> method described above.</para>
     </refsect2>
   </refsect1>
 
index 1c9c41f04c13153722418d53a9bc3f0cf17cfb6d..0b35ab431314e4e244aeec5a469c1530bb03e181 100644 (file)
@@ -177,27 +177,27 @@ node /org/freedesktop/machine1 {
       <title>Methods</title>
 
       <para><function>GetMachine()</function> may be used to get the machine object path for the machine with
-      the specified name. Similarly, <function>GetMachineByPID()</function> get the machine object the
+      the specified name. Similarly, <function>GetMachineByPID()</function> gets the machine object the
       specified PID belongs to if there is any.</para>
 
-      <para><function>GetImage()</function> may be used to the the image object path for the image with the
+      <para><function>GetImage()</function> may be used to get the image object path of the image with the
       specified name.</para>
 
-      <para><function>ListMachines()</function> returns an array with all currently registered machines. The
+      <para><function>ListMachines()</function> returns an array of all currently registered machines. The
       structures in the array consist of the following fields: machine name, machine class, an identifier for
       the service that registered the machine and the machine object path.</para>
 
-      <para><function>ListImages()</function> returns an array with all currently known images. The
+      <para><function>ListImages()</function> returns an array of all currently known images. The
       structures in the array consist of the following fields: image name, type, read-only flag, creation
-      time, modification time, current disk space, image object path.</para>
+      time, modification time, current disk space, and image object path.</para>
 
       <para><function>CreateMachine()</function> may be used to register a new virtual machine or container
-      with <command>systemd-machined</command>, creating a scope unit for it. This takes as arguments: a
-      machine name chosen by the registrar, an optional UUID as 32 byte array, a string that identifies the
+      with <command>systemd-machined</command>, creating a scope unit for it. It accepts the following arguments: a
+      machine name chosen by the registrar, an optional UUID as 32 byte array, a string that identifies the
       service that registers the machine, a class string, the PID of the leader process of the machine, an
       optional root directory of the container, and an array of additional properties to use for the scope
-      registration. The virtual machine name must be suitable as hostname, and hence should follow the usual
-      DNS hostname rules, as well as Linux hostname restrictions. Specifically: only 7 Bit ASCII is
+      registration. The virtual machine name must be suitable as hostname, and hence should follow the usual
+      DNS hostname rules, as well as the Linux hostname restrictions. Specifically, only 7 bit ASCII is
       permitted, a maximum length of 64 characters is enforced, only characters from the set
       <literal>a-zA-Z0-9-_.</literal> are allowed, the name may not begin with a dot, and it may not contain
       two dots immediately following each other. Container and VM managers should ideally use the hostname
@@ -206,51 +206,51 @@ node /org/freedesktop/machine1 {
       <citerefentry><refentrytitle>nss-mymachines</refentrytitle><manvolnum>8</manvolnum></citerefentry>. If
       a container manager needs to embed characters outside of the indicated range, escaping is required,
       possibly using <literal>_</literal> as the escape character. Another (somewhat natural) option would be
-      to utilize Internet IDNA encoding. The UUID is passed as 32 byte array, or if no suitable UUID is
-      available an empty array (zero length) or zeroed out array shall be passed. The UUID should identify
-      the virtual machine/container uniquely, and should ideally be the same one as
+      to utilize Internet IDNA encoding. The UUID is passed as a 32 byte array or, if no suitable UUID is
+      available, an empty array (zero length) or zeroed out array shall be passed. The UUID should identify
+      the virtual machine/container uniquely and should ideally be the same UUID that
       <filename>/etc/machine-id</filename> in the VM/container is initialized from. The service string can be
       free-form, but it is recommended to pass a short lowercase identifier like
       <literal>systemd-nspawn</literal>, <literal>libvirt-lxc</literal> or similar. The class string should
       be either <literal>container</literal> or <literal>vm</literal> indicating whether the machine to
       register is of the respective class. The leader PID should be the host PID of the init process of the
-      container, or the encapsulating process of the VM. If the root directory of the container is known and
-      available in the host's hierarchy, it should be passed, otherwise use the empty string. Finally, the
+      container or the encapsulating process of the VM. If the root directory of the container is known and
+      available in the host's hierarchy, it should be passed. Otherwise, pass the empty string instead. Finally, the
       scope properties are passed as array in the same way as to PID1's
-      <function>StartTransientUnit()</function>. This method call will internally register a transient scope
-      unit for the calling client (utilizing the passed scope_properties), and move the leader PID into
-      it. The call returns an object path for the registered machine object, implementing the
+      <function>StartTransientUnit()</function> method. Calling this method will internally register a transient scope
+      unit for the calling client (utilizing the passed scope_properties) and move the leader PID into
+      it. The call returns an object path for the registered machine object that implements the
       <interfacename>org.freedesktop.machine1.Machine</interfacename> interface (see below). Also see the
       <ulink url="https://www.freedesktop.org/wiki/Software/systemd/ControlGroupInterface/">New Control Group
-      Interfaces</ulink> for details about scope units, and how to alter resource control settings on the
+      Interfaces</ulink> for details about scope units and how to alter resource control settings on the
       created machine at runtime.</para>
 
-      <para><function>RegisterMachine()</function> is similar to <function>CreateMachine()</function>,
-      however only registers a machine, but does not create a scope unit for it. The caller's unit will be
-      registered instead. This call is only recommended to be used for container or VM managers that are run
+      <para><function>RegisterMachine()</function> is similar to <function>CreateMachine()</function>.
+      However, it only registers a machine and does not create a scope unit for it. Instead, the caller's unit is
+      registered. We recommend to only use this method for container or VM managers that are run
       multiple times, one instance for each container/VM they manage, and are invoked as system
       services.</para>
 
       <para><function>CreateMachineWithNetwork()</function> and
       <function>RegisterMachineWithNetwork()</function> are similar to <function>CreateMachine()</function>
       and <function>RegisterMachine()</function> but take an extra argument: an array of network interface
-      indexes that point towards the virtual machine or container. The interface indexes should reference one
-      or more network interfaces on the host that can be used to communicate with the guest. Commonly the
-      passed interface index refers to the host side of a "veth" link (in case of containers), or a
-      "tun"/"tap" link (in case of VMs) or the host side of a bridge interface that bridges access to the
+      indices that point towards the virtual machine or container. The interface indices should reference one
+      or more network interfaces on the host that can be used to communicate with the guest. Commonly, the
+      passed interface index refers to the host side of a "veth" link (in case of containers), a
+      "tun"/"tap" link (in case of VMs), or the host side of a bridge interface that bridges access to the
       VM/container interfaces. Specifying this information is useful to enable support for link-local IPv6
-      communication to the machines, since the scope field of sockaddr_in6 can be initialized by the
+      communication to the machines since the scope field of sockaddr_in6 can be initialized by the
       specified ifindex.
       <citerefentry><refentrytitle>nss-mymachines</refentrytitle><manvolnum>8</manvolnum></citerefentry>
       makes use of this information.</para>
 
-      <para><function>KillMachine()</function> sends a UNIX signal to the machine's processes. It takes a
+      <para><function>KillMachine()</function> sends a UNIX signal to the machine's processes. As its arguments, it takes a
       machine name (as originally passed to <function>CreateMachine()</function> or returned by
-      <function>ListMachines()</function>). An identifier what precisely to send the signal to being either
-      <literal>leader</literal> or <literal>all</literal>, plus a numeric UNIX signal integer.</para>
+      <function>ListMachines()</function>), an identifier that specifies what precisely to send the signal to (either
+      <literal>leader</literal> or <literal>all</literal>), and a numeric UNIX signal integer.</para>
 
       <para><function>TerminateMachine()</function> terminates a virtual machine, killing its processes. It
-      takes a machine name as argument.</para>
+      takes a machine name as its only argument.</para>
 
       <para><function>GetMachineAddresses()</function> retrieves the IP addresses of a container. This call
       returns an array of pairs consisting of an address family specifier (<constant>AF_INET</constant> or
@@ -258,41 +258,41 @@ node /org/freedesktop/machine1 {
       containers that make use of network namespacing.</para>
 
       <para><function>GetMachineOSRelease()</function> retrieves the OS release information of a
-      container. This call returns an array of key value pairs read from the
+      container. This method returns an array of key value pairs read from the
       <citerefentry><refentrytitle>os-release</refentrytitle><manvolnum>5</manvolnum></citerefentry> file in
-      the container, and is useful to identify the operating system used in a container.</para>
+      the container and is useful to identify the operating system used in a container.</para>
 
       <para><function>OpenMachinePTY()</function> allocates a pseudo TTY in the container and returns a file
       descriptor and its path. This is equivalent to transitioning into the container and invoking
       <citerefentry><refentrytitle>posix_openpt</refentrytitle><manvolnum>3</manvolnum></citerefentry>.</para>
 
       <para><function>OpenMachineLogin()</function> allocates a pseudo TTY in the container and ensures that
-      a getty loging prompt of the container is running on the other end. It returns the file descriptor of
-      the PTY plus the PTY path. This is useful for acquiring a pty with a login prompt from the
+      a getty login prompt of the container is running on the other end. It returns the file descriptor of
+      the PTY and the PTY path. This is useful for acquiring a pty with a login prompt from the
       container.</para>
 
       <para><function>OpenMachineShell()</function> allocates a pseudo TTY in the container, as the specified
-      user, and invokes an executable of the specified path, with a list of arguments (starting from
-      argv[0]), and an environment block. It then returns the file descriptor of the PTY plus the PTY
+      user, and invokes the executable at the specified path with a list of arguments (starting from
+      argv[0]) and an environment block. It then returns the file descriptor of the PTY and the PTY
       path.</para>
 
       <para><function>BindMountMachine()</function> bind mounts a file or directory from the host into the
-      container. Takes a machine name, the source directory on the host, and the destination directory in the
-      container as argument. Also takes two booleans, one indicating whether the bind mount shall be
+      container. Its arguments consist of a machine name, the source directory on the host, the destination directory in the
+      container, and two booleans, one indicating whether the bind mount shall be
       read-only, the other indicating whether the destination mount point shall be created first, if it is
       missing.</para>
 
       <para><function>CopyFromMachine()</function> copies files or directories from a container into the
-      host. Takes a container name, a source directory in the container and a destination directory on the
-      host as argument. <function>CopyToMachine()</function> does the opposite and copies files from a source
+      host. It takes a container name, a source directory in the container and a destination directory on the
+      host as arguments. <function>CopyToMachine()</function> does the opposite and copies files from a source
       directory on the host into a destination directory in the container.</para>
 
-      <para><function>RemoveImage()</function> removes the image by the specified name.</para>
+      <para><function>RemoveImage()</function> removes the image with the specified name.</para>
 
-      <para><function>RenameImage()</function> renames the specified image to a new name.</para>
+      <para><function>RenameImage()</function> renames the specified image.</para>
 
-      <para><function>CloneImage()</function> clones the specified image under a new name. Also takes a
-      boolean argument indicating whether the resuling image shall be read-only or not.</para>
+      <para><function>CloneImage()</function> clones the specified image under a new name. It also takes a
+      boolean argument indicating whether the resulting image shall be read-only or not.</para>
 
       <para><function>MarkImageReadOnly()</function> toggles the read-only flag of an image.</para>
 
@@ -301,15 +301,15 @@ node /org/freedesktop/machine1 {
       <para><function>SetImageLimit()</function> sets a per-image quota limit.</para>
 
       <para><function>MapFromMachineUser()</function>, <function>MapToMachineUser()</function>,
-      <function>MapFromMachineGroup()</function>, <function>MapToMachineGroup()</function> may be used to map
-      UIDs/GIDs from the host user namespace to a container namespace or back.</para>
+      <function>MapFromMachineGroup()</function>, and <function>MapToMachineGroup()</function> may be used to map
+      UIDs/GIDs from the host user namespace to a container user namespace or vice versa.</para>
     </refsect2>
 
     <refsect2>
       <title>Signals</title>
 
       <para><function>MachineNew</function> and <function>MachineRemoved</function> are sent whenever a new
-      machine is registered or removed. These signals carry the machine name plus the object path to the
+      machine is registered or removed. These signals carry the machine name and the object path to the corresponding
       <interfacename>org.freedesktop.machine1.Machine</interfacename> interface (see below).</para>
     </refsect2>
 
@@ -393,47 +393,47 @@ node /org/freedesktop/machine1/machine/rawhide {
     <refsect2>
       <title>Methods</title>
 
-      <para><function>Terminate()</function> and <function>Kill()</function> terminate/kill the machine, and
+      <para><function>Terminate()</function> and <function>Kill()</function> terminate/kill the machine. These methods
       take the same arguments as <function>TerminateMachine()</function> and
-      <function>KillMachine()</function> on the Manager interface.</para>
+      <function>KillMachine()</function> on the Manager interface, respectively.</para>
 
-      <para><function>GetAddresses()</function> and <function>GetOSRelease()</function> get IP address and OS
-      release information from the machine, and take the same arguments as
+      <para><function>GetAddresses()</function> and <function>GetOSRelease()</function> get the IP address and OS
+      release information from the machine. These methods take the same arguments as
       <function>GetMachineAddresses()</function> and <function>GetMachineOSRelease()</function> of the
-      Manager interface, described above.</para>
+      Manager interface, respectively.</para>
     </refsect2>
 
     <refsect2>
       <title>Properties</title>
 
-      <para><varname>Name</varname> is the machine name, as it was passed in during registration with
+      <para><varname>Name</varname> is the machine name as it was passed in during registration with
       <function>CreateMachine()</function> on the manager object.</para>
 
       <para><varname>Id</varname> is the machine UUID.</para>
 
       <para><varname>Timestamp</varname> and <varname>TimestampMonotonic</varname> are the realtime and
-      monotonic timestamps when the virtual machines where created.</para>
+      monotonic timestamps when the virtual machines where created in microseconds since the epoch.</para>
 
-      <para><varname>Service</varname> contains a short string identifying the registering service, as passed
+      <para><varname>Service</varname> contains a short string identifying the registering service as passed
       in during registration of the machine.</para>
 
       <para><varname>Unit</varname> is the systemd scope or service unit name for the machine.</para>
 
       <para><varname>Leader</varname> is the PID of the leader process of the machine.</para>
 
-      <para><varname>Class</varname> is the class of the machine and either the string "vm" (for real VMs
+      <para><varname>Class</varname> is the class of the machine and is either the string "vm" (for real VMs
       based on virtualized hardware) or "container" (for light-weight userspace virtualization sharing the
       same kernel as the host).</para>
 
-      <para><varname>RootDirectory</varname> is the root directory of the container if that is known and
-      applicable, or the empty string.</para>
+      <para><varname>RootDirectory</varname> is the root directory of the container if it is known and
+      applicable or the empty string.</para>
 
-      <para><varname>NetworkInterfaces</varname> contains an array of network interface indexes that point
-      towards the container or VM or the host. For details about this information see the description of
+      <para><varname>NetworkInterfaces</varname> contains an array of network interface indices that point
+      towards the container, the VM or the host. For details about this information see the description of
       <function>CreateMachineWithNetwork()</function> above.</para>
 
-      <para><varname>State</varname> is the state of the machine, and one of <literal>opening</literal>,
-      <literal>running</literal>, <literal>closing</literal>. Note that the state machine is not considered
+      <para><varname>State</varname> is the state of the machine and is one of <literal>opening</literal>,
+      <literal>running</literal>, or <literal>closing</literal>. Note that the state machine is not considered
       part of the API and states might be removed or added without this being considered API breakage.
       </para>
     </refsect2>
index d150ee2a5f97b4256a1663089fc60987fba943d1..83ab0ed3d95e43053bc164f5f9b5f737dd732611 100644 (file)
 
     <para>
     <citerefentry><refentrytitle>systemd-resolved.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
-    is a system service that provides host name resolution and caching using DNS, LLMNR, and mDNS. It also
+    is a system service that provides hostname resolution and caching using DNS, LLMNR, and mDNS. It also
     does DNSSEC validation. This page describes the resolve semantics and the D-Bus interface.</para>
 
     <para>This page contains an API reference only. If you are looking for a longer explanation how to use
     this API, please consult
     <ulink url="https://wiki.freedesktop.org/www/Software/systemd/writing-network-configuration-managers">
-    Writing Network Configuration Managers</ulink>
-    and
+    Writing Network Configuration Managers</ulink> and
     <ulink url="https://wiki.freedesktop.org/www/Software/systemd/writing-resolver-clients">Writing Resolver
     Clients</ulink>.
     </para>
@@ -184,37 +183,35 @@ node /org/freedesktop/resolve1 {
     <refsect2>
       <title>Methods</title>
 
-      <para><function>ResolveHostname()</function> takes a hostname and acquires one or more IP addresses for
-      it. As parameters it takes the Linux network interface index to execute the query on, or 0 if it may be
+      <para><function>ResolveHostname()</function> takes a hostname and resolves it to one or more IP addresses.
+      As parameters it takes the Linux network interface index to execute the query on, or 0 if it may be
       done on any suitable interface. The <varname>name</varname> parameter specifies the hostname to
-      resolve. Note that IDNA conversion is applied to this name when necessary, and when it is resolved via
-      Unicast DNS, but not for resolution via LLMNR or MulticastDNS. The <varname>family</varname> parameter
-      specifies the address family of the IP address to retrieve. It may be <constant>AF_INET</constant>,
-      <constant>AF_INET6</constant> or <constant>AF_UNSPEC</constant>, to request addresses of a specific
-      family. If <constant>AF_UNSPEC</constant> is specified (recommended), both kinds are retrieved, subject
+      resolve. Note that if required, IDNA conversion is applied to this name unless it is resolved via LLMNR or MulticastDNS. The <varname>family</varname> parameter
+      limits the results to a specific address family. It may be <constant>AF_INET</constant>,
+      <constant>AF_INET6</constant> or <constant>AF_UNSPEC</constant>. If <constant>AF_UNSPEC</constant> is specified (recommended), both kinds are retrieved, subject
       to local network configuration (i.e. if no local, routable IPv6 address is found, no IPv6 address is
-      retrieved; and similarly for IPv4). A 64-bit <varname>flags</varname> field may be used to alter
+      retrieved; and similarly for IPv4). A 64-bit <varname>flags</varname> field may be used to alter the
       behaviour of the resolver operation (see below). The method returns an array of address records. Each
-      address record consists of an interface index the address belongs to, an address family as well as a
+      address record consists of the interface index the address belongs to, an address family as well as a
       byte array with the actual IP address data (which either has 4 or 16 elements, depending on the address
       family). The returned address family will be one of <constant>AF_INET</constant> or
       <constant>AF_INET6</constant>. For IPv6, the returned address interface index should be used to
-      initialize the .sin6_scope_id field of a <structname>struct sockaddr_in6</structname>, to permit
+      initialize the .sin6_scope_id field of a <structname>struct sockaddr_in6</structname> instance to permit
       support for resolution to link-local IP addresses. The address array is followed by the canonical name
-      of the host, which may or may not be identical to the name looked up. Finally, a 64-bit
-      <varname>flags</varname> field is returned, that is defined similarly to the <varname>flags</varname>
+      of the host, which may or may not be identical to the resolved hostname. Finally, a 64-bit
+      <varname>flags</varname> field is returned that is defined similarly to the <varname>flags</varname>
       field that was passed in, but contains information about the resolved data (see below). If the hostname
-      passed in is an IPv4 or IPv6 address formatted as string, it is parsed, and the result returned. In
-      this case no network communication is done.</para>
+      passed in is an IPv4 or IPv6 address formatted as string, it is parsed, and the result is returned. In
+      this case, no network communication is done.</para>
 
       <para><function>ResolveAddress()</function> executes the reverse operation: it takes an IP address and
       acquires one or more hostnames for it. As parameters it takes the interface index to execute the query
       on, or <constant>0</constant> if all suitable interfaces are OK. The <varname>family</varname>
-      parameter indicates the address family of the IP address to resolve, it may be either
+      parameter indicates the address family of the IP address to resolve. It may be either
       <constant>AF_INET</constant> or <constant>AF_INET6</constant>. The <varname>address</varname> parameter
-      takes the raw IP address data (as either 4 or 16 byte array). The <varname>flags</varname> input
-      parameter may be used to alter the resolver operation (see below). The call returns an array of name
-      records, consisting of an interface index plus the name each.  The <varname>flags</varname> output
+      takes the raw IP address data (as either 4 or 16 byte array). The <varname>flags</varname> input
+      parameter may be used to alter the resolver operation (see below). The method returns an array of name
+      records, each consisting of an interface index and a hostname.  The <varname>flags</varname> output
       field contains additional information about the resolver operation (see below).</para>
 
       <para><function>ResolveRecord()</function> takes a DNS resource record (RR) type, class and name, and
@@ -223,7 +220,7 @@ node /org/freedesktop/resolve1 {
       any suitable interface. The <varname>name</varname> parameter specifies the RR domain name to look up
       (no IDNA conversion is applied), followed by the 16-bit class and type fields (which may be
       ANY). Finally, a <varname>flags</varname> field may be passed in to alter behaviour of the look-up (see
-      below). On return an array of RR items is returned. Each array entry consists of the network interface
+      below). On completion, an array of RR items is returned. Each array entry consists of the network interface
       index the RR was discovered on, the type and class field of the RR found, and a byte array of the raw
       RR discovered. The raw RR data starts with the RR's domain name, in the original casing, followed
       by the RR type, class, TTL and RDATA, in the binary format documented in
@@ -231,91 +228,91 @@ node /org/freedesktop/resolve1 {
       compression in the payload (such as MX or PTR), the compression is expanded in the returned
       data.</para>
 
-      <para>Note that the class field has to be specified as IN or ANY currently, and specifying a different
+      <para>Note that currently, the class field has to be specified as IN or ANY. Specifying a different
       class will return an error indicating that look-ups of this kind are unsupported. Similarly, some
-      special types are not supported either (AXFR, OPT, â€¦). While <filename>systmed-resolved</filename> parses and validates resource
-      record of many types, it is crucial that clients using this API understand that the RR data originates
+      special types are not supported either (AXFR, OPT, â€¦). While <filename>systemd-resolved</filename> parses and validates resource
+      records of many types, it is crucial that clients using this API understand that the RR data originates
       from the network and should be thoroughly validated before use.</para>
 
-      <para><function>ResolveService()</function> may be used to resolve a DNS SRV service record, as the
+      <para><function>ResolveService()</function> may be used to resolve a DNS SRV service record, as well as the
       hostnames referenced in it, and possibly an accompanying DNS-SD TXT record containing additional
-      service metadata. The primary benefit of using this call over <function>ResolveRecord()</function>
+      service metadata. The primary benefit of using this method over <function>ResolveRecord()</function>
       specifying the SRV type is that it will resolve the SRV and TXT RRs as well as the hostnames referenced
       in the SRV in a single operation. As parameters it takes a Linux network interface index, a service
-      name, a service type and a service domain. The call may be invoked in three different modes:</para>
+      name, a service type and a service domain. This method may be invoked in three different modes:</para>
 
       <orderedlist>
         <listitem><para>To resolve a DNS-SD service, specify the service name (e.g. <literal>Lennart's
         Files</literal>), the service type (e.g. <literal>_webdav._tcp</literal>) and the domain to search in
-        (e.g. <literal>local</literal>) in the three service parameters. The service name must be in UTF-8
+        (e.g. <literal>local</literal>) as the three service parameters. The service name must be in UTF-8
         format, and no IDNA conversion is applied to it in this mode (as mandated by the DNS-SD
-        specifications). However, if necessary IDNA conversion is applied to the domain parameter.</para>
+        specifications). However, if necessary, IDNA conversion is applied to the domain parameter.</para>
         </listitem>
 
-        <listitem><para>To resolve a plain SRV record, set the service name parameter to the empty string,
+        <listitem><para>To resolve a plain SRV record, set the service name parameter to the empty string
         and set the service type and domain properly. (IDNA conversion is applied to the domain, if
         necessary.)</para></listitem>
 
-        <listitem><para>Alternatively, leave both the service name and type empty, and specify the full
+        <listitem><para>Alternatively, leave both the service name and type empty and specify the full
         domain name of the SRV record (i.e. prefixed with the service type) in the domain parameter. (No IDNA
         coversion is applied in this mode.)</para></listitem>
       </orderedlist>
 
-      <para>The <varname>family</varname> parameter of the <function>ResolveService()</function> call encodes
+      <para>The <varname>family</varname> parameter of the <function>ResolveService()</function> method encodes
       the desired family of the addresses to resolve (use <constant>AF_INET</constant>,
-      <constant>AF_INET6</constant>, <constant>AF_UNSPEC</constant>), if this is enabled (Use the
+      <constant>AF_INET6</constant>, or <constant>AF_UNSPEC</constant>). If this is enabled (Use the
       <constant>NO_ADDRESS</constant> flag to turn address resolution off, see below). The
       <varname>flags</varname> parameter takes a couple of flags that may be used to alter the resolver
       operation.</para>
 
-      <para>On return, <function>ResolveService()</function> returns an array of SRV record structures. Each
-      item consists of the priority, weight and port fields and the hostname to contact, as encoded in the SRV
-      record. Immediately following is an array with the addresses of this hostname, with each item consisting
+      <para>On completion, <function>ResolveService()</function> returns an array of SRV record structures. Each
+      items consisting of the priority, weight and port fields as well as the hostname to contact, as encoded in the SRV
+      record. Immediately following is an array of the addresses of this hostname, with each item consisting
       of the interface index, the address family and the address data in a byte array. This address array is
-      followed with the canonicalized hostname. After this array of SRV record structures an array of byte
-      arrays follows, that encodes the TXT RR strings, in case DNS-SD look-ups are enabled. The next parameters
+      followed by the canonicalized hostname. After this array of SRV record structures an array of byte
+      arrays follows that encodes the TXT RR strings, in case DNS-SD look-ups are enabled. The next parameters
       are the canonical service name, type and domain. This may or may not be identical to the parameters
       passed in. Finally, a <varname>flags</varname> field is returned that contains information about the
       resolver operation performed.</para>
 
-      <para>The <function>ResetStatistics()</function> method resets to zero the various statistics counters
-      <filename>systmed-resolved</filename> maintains. (For details, see the statistics properties below.)</para>
+      <para>The <function>ResetStatistics()</function> method resets the various statistics counters that
+      <filename>systemd-resolved</filename> maintains to zero. (For details, see the statistics properties below.)</para>
 
       <para>The <function>GetLink()</function> method takes a network interface index and returns the object
       path to the <interfacename>org.freedesktop.resolve1.Link</interfacename> object corresponding to it.
       </para>
 
       <para>The <function>SetLinkDNS()</function> method sets the DNS servers to use on a specific
-      interface. This call (and the following ones) may be used by network management software to configure
+      interface. This method (and the following ones) may be used by network management software to configure
       per-interface DNS settings. It takes a network interface index as well as an array of DNS server IP
       address records. Each array item consists of an address family (either <constant>AF_INET</constant> or
       <constant>AF_INET6</constant>), followed by a 4-byte or 16-byte array with the raw address data. This
-      call is a one-call shortcut for retrieving the Link object for a network interface using
-      <function>GetLink()</function> (see above) and then invoking the <function>SetDNS()</function> call
+      method is a one-step shortcut for retrieving the Link object for a network interface using
+      <function>GetLink()</function> (see above) and then invoking the <function>SetDNS()</function> method
       (see below) on it.
       </para>
 
-      <para>Network management software integrating with <filename>systmed-resolved</filename> is recommended
-      to invoke this method (and the five below) after the interface appeared in the kernel (and thus after a
-      network interface index has been assigned), but before the network interfaces is activated (set
-      <constant>IFF_UP</constant> on) so that all settings take effect during the full time the network
-      interface is up. It is safe to alter settings while the interface is up, however. Use the
+      <para>Network management software integrating with <filename>systemd-resolved</filename> should
+      call this method (and the five below) after the interface appeared in the kernel (and thus after a
+      network interface index has been assigned), but before the network interfaces is activated
+      (<constant>IFF_UP</constant> set) so that all settings take effect during the full time the network
+      interface is up. It is safe to alter settings while the interface is up, however. Use
       <function>RevertLink()</function> (described below) to reset all per-interface settings.</para>
 
       <para>The <function>SetLinkDomains()</function> method sets the search and routing domains to use on a
-      specific network interface for DNS look-ups. It take a network interface index plus an array of domains,
-      each with a boolean parameter indicating whether the specified domain shall be used as search domain
-      (false), or just as routing domain (true). Search domains are used for qualifying single-label names into
+      specific network interface for DNS look-ups. It takes a network interface index and an array of domains,
+      each with a boolean parameter indicating whether the specified domain shall be used as search domain
+      (false), or just as routing domain (true). Search domains are used for qualifying single-label names into
       FQDN when looking up hostnames, as well as for making routing decisions on which interface to send
-      queries ending in the domain to. Routing domains are not used for single-label name qualification, and
-      are only used for routing decisions. Pass the search domains in the order they shall be used.</para>
+      queries ending in the domain to. Routing domains are only used for routing decisions and not used for single-label
+      name qualification. Pass the search domains in the order they should be used.</para>
 
       <para>The <function>SetLinkLLMNR()</function> method enables or disables LLMNR support on a specific
-      network interface. It takes a network interface index as well as a string that either may be empty,
+      network interface. It takes a network interface index as well as a string that may either be empty or one of
       <literal>yes</literal>, <literal>no</literal> or <literal>resolve</literal>. If empty, the systemd-wide
-      default LLMNR setting is used. If <literal>yes</literal> LLMNR is used for resolution of single-label
-      names, and the local hostname is registered on all local LANs for LLMNR resolution by peers. If
-      <literal>no</literal> LLMNR is turned off fully on this interface. If <literal>resolve</literal> LLMNR
+      default LLMNR setting is used. If <literal>yes</literal>, LLMNR is used for resolution of single-label
+      names and the local hostname is registered on all local LANs for LLMNR resolution by peers. If
+      <literal>no</literal>, LLMNR is turned off fully on this interface. If <literal>resolve</literal>, LLMNR
       is only enabled for resolving names, but the local host name is not registered for other peers to
       use.</para>
 
@@ -324,26 +321,26 @@ node /org/freedesktop/resolve1 {
       described above.</para>
 
       <para>The <function>SetLinkDNSSEC()</function> method enables or disables DNSSEC validation on a
-      specific network interface. It takes a network interface index as well as a string that either may be
-      empty, <literal>yes</literal>, <literal>no</literal> or <literal>allow-downgrade</literal>. If empty,
-      the system-wide default DNSSEC setting is used. If <literal>yes</literal> full DNSSEC validation is
-      done for all look-ups. If the selected DNS server does not support DNSSEC, look-ups will fail if this
-      mode is used. If <literal>no</literal> DNSSEC validation is fully disabled. If
-      <literal>allow-downgrade</literal> DNSSEC validation is enabled, but is turned off automatically if the
+      specific network interface. It takes a network interface index as well as a string that may either be
+      empty or one of <literal>yes</literal>, <literal>no</literal>, or <literal>allow-downgrade</literal>. When
+      empty, the system-wide default DNSSEC setting is used. If <literal>yes</literal>, full DNSSEC validation
+      is done for all look-ups. If the selected DNS server does not support DNSSEC, look-ups will fail if this
+      mode is used. If <literal>no</literal>, DNSSEC validation is fully disabled. If
+      <literal>allow-downgrade</literal>, DNSSEC validation is enabled, but is turned off automatically if the
       selected server does not support it (thus opening up behaviour to downgrade attacks). Note that DNSSEC
       only applies to traditional DNS, not to LLMNR or MulticastDNS.</para>
 
       <para>The <function>SetLinkDNSSECNegativeTrustAnchors()</function> method may be used to configure DNSSEC
       Negative Trust Anchors (NTAs) for a specific network interface. It takes a network interface index and a
-      list of domains as parameters.</para>
+      list of domains as arguments.</para>
 
       <para>The <function>RevertLink()</function> method may be used to revert all per-link settings done with
-      the six calls described above to the defaults again.</para>
+      the six methods described above to the defaults again.</para>
 
       <refsect3>
         <title>The Flags Parameter</title>
 
-        <para>The four calls above accept and return a 64-bit flags value. In most cases passing 0 is sufficient
+        <para>The four methods above accept and return a 64-bit flags value. In most cases passing 0 is sufficient
         and recommended. However, the following flags are defined to alter the look-up:</para>
 
         <programlisting>
@@ -363,33 +360,33 @@ node /org/freedesktop/resolve1 {
         classic unicast DNS, LLMNR via IPv4/UDP and IPv6/UDP respectively, as well as MulticastDNS via
         IPv4/UDP and IPv6/UDP. If all of these five bits are off on input (which is strongly recommended) the
         look-up will be done via all suitable protocols for the specific look-up. Note that these flags
-        operate as filter only, but cannot force a look-up to be done via a protocol. Specifically, <filename>systmed-resolved</filename>
+        operate as filter only, but cannot force a look-up to be done via a protocol. Specifically, <filename>systemd-resolved</filename>
         will only route look-ups within the .local TLD to MulticastDNS (plus some reverse look-up address
         domains), and single-label names to LLMNR (plus some reverse address lookup domains). It will route
         neither of these to Unicast DNS servers. Also, it will do LLMNR and Multicast DNS only on interfaces
-        suitable for multicasting.</para>
+        suitable for multicast.</para>
 
-        <para>On output these five flags indicate which protocol was used to execute the operation, and hence
+        <para>On output, these five flags indicate which protocol was used to execute the operation, and hence
         where the data was found.</para>
 
-        <para>The primary use case for these five flags are follow-up look-ups based on DNS data retrieved
+        <para>The primary use cases for these five flags are follow-up look-ups based on DNS data retrieved
         earlier. In this case it is often a good idea to limit the follow-up look-up to the protocol that was
-        used to discover the first DNS data look-up.</para>
+        used to discover the first DNS result.</para>
 
         <para>The NO_CNAME flag controls whether CNAME/DNAME resource records shall be followed during the
         look-up. This flag is only available at input, none of the functions will return it on output. If a
-        CNAME/DNAME RR is discovered while resolving a hostname an error is returned instead. By default,
+        CNAME/DNAME RR is discovered while resolving a hostname, an error is returned instead. By default,
         when the flag is off, CNAME/DNAME RRs are followed.</para>
 
-        <para>The NO_TXT and NO_ADDRESS flags influence operation of the
-        <function>ResolveService()</function> call only. They are only defined for input, not output. If
-        NO_TXT set, the DNS-SD TXT RR look-up is not done in the same operation. If NO_ADDRESS is specified
+        <para>The NO_TXT and NO_ADDRESS flags only influence operation of the
+        <function>ResolveService()</function> method. They are only defined for input, not output. If
+        NO_TXT set, the DNS-SD TXT RR look-up is not done in the same operation. If NO_ADDRESS is specified,
         the hostnames discovered are not implicitly translated to their addresses.</para>
 
         <para>The NO_SEARCH flag turns off the search domain logic. It is only defined for input in
         <function>ResolveHostname()</function>. When specified, single-label hostnames are not qualified
         using defined search domains, if any are configured. Note that <function>ResolveRecord()</function>
-        will not qualify single-label domain names using search domains in any case. Also note that
+        will never qualify single-label domain names using search domains. Also note that
         multi-label hostnames are never subject to search list expansion.</para>
 
         <para>The AUTHENTICATED bit is defined only in the output flags of the four functions. If set, the
@@ -398,7 +395,7 @@ node /org/freedesktop/resolve1 {
         synthesized data, such as <literal>localhost</literal> or data from
         <filename>/etc/hosts</filename>. Moreover, it is set for all LLMNR or mDNS RRs which originate from the
         local host. Applications that require authenticated RR data for operation should check this flag before
-        trusting the data. Not that <filename>systmed-resolved</filename> will not return invalidated data in any case, hence this flag
+        trusting the data. Note that <filename>systemd-resolved</filename> will never return invalidated data, hence this flag
         simply allows to discern the cases where data is known to be trustable, or where there is proof that
         the data is "rightfully" unauthenticated (which includes cases where the underlying protocol or server
         does not support authenticating data).</para>
@@ -414,8 +411,8 @@ node /org/freedesktop/resolve1 {
       <citerefentry project="man-pages"><refentrytitle>gethostname</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
       but may differ if a conflict is detected on the network.
 
-      <para><varname>DNS</varname> contains an array containing all DNS servers currently used by
-      <filename>systmed-resolved</filename>. It contains similar information as the DNS server data written to
+      <para><varname>DNS</varname> contains an array of all DNS servers currently used by
+      <filename>systemd-resolved</filename>. It contains similar information as the DNS server data written to
       /run/systemd/resolve/resolv.conf. Each structure in the array consists of a numeric network interface
       index, an address family, and a byte array containing the DNS server address (either 4 bytes in length
       for IPv4 or 16 bytes in lengths for IPv6). The array contains DNS servers configured system-wide,
@@ -424,26 +421,26 @@ node /org/freedesktop/resolve1 {
       per-interface DNS server information either retrieved from
       <citerefentry><refentrytitle>systemd-networkd</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
       or configured by external software via <function>SetLinkDNS()</function> (see above). The network
-      interface index will be 0 for the system-wide configured services, and non-zero for the per-link
+      interface index will be 0 for the system-wide configured services and non-zero for the per-link
       servers.</para>
 
-      <para>Similarly, the <varname>Domains</varname> property contains an array containing all search and
-      routing domains currently used by <filename>systmed-resolved</filename>. Each entry consists of a network interface index (again, 0
+      <para>Similarly, the <varname>Domains</varname> property contains an array of all search and
+      routing domains currently used by <filename>systemd-resolved</filename>. Each entry consists of a network interface index (again, 0
       encodes system-wide entries), the actual domain name, and whether the entry is used only for routing
-      (true), or for both routing and searching (false).</para>
+      (true) or for both routing and searching (false).</para>
 
       <para>The <varname>TransactionStatistics</varname> property contains information about the number of
-      transactions <filename>systmed-resolved</filename> has been processing. It contains a pair of unsigned 64-bit counters, the first
+      transactions <filename>systemd-resolved</filename> has processed. It contains a pair of unsigned 64-bit counters, the first
       containing the number of currently ongoing transactions, the second the number of total transactions
-      <filename>systmed-resolved</filename> is processing or has processed. The latter value may be reset using the
-      <function>ResetStatistics()</function> call described above. Note that the number of transaction does
-      not directly map to the number of resolver bus calls issued. While simple look-ups usually require a
+      <filename>systemd-resolved</filename> is processing or has processed. The latter value may be reset using the
+      <function>ResetStatistics()</function> method described above. Note that the number of transactions does
+      not directly map to the number of issued resolver bus method calls. While simple look-ups usually require a
       single transaction only, more complex look-ups might result in more, for example when CNAMEs or DNSSEC
       are in use.</para>
 
       <para>The <varname>CacheStatistics</varname> property contains information about the executed cache
       operations so far. It exposes three 64-bit counters: the first being the total number of current cache
-      entries (both positive and negative), the second number of cache hits, and the third the number of
+      entries (both positive and negative), the second the number of cache hits, and the third the number of
       cache misses. The latter counters may be reset using <function>ResetStatistics()</function> (see
       above). </para>
 
@@ -453,15 +450,15 @@ node /org/freedesktop/resolve1 {
       each non-existance proof. The secure counter is increased for each operation that successfully verified
       a signed reply, the insecure counter is increased for each operation that successfully verified that an
       unsigned reply is rightfully unsigned. The bogus counter is increased for each operation where the
-      validation did not check out, and the data is likely to have been tempered with. Finally the
+      validation did not check out and the data is likely to have been tempered with. Finally the
       indeterminate counter is increased for each operation which did not complete because the necessary keys
       could not be acquired or the cryptographic algorithms were unknown.</para>
 
       <para>The <varname>DNSSECSupported</varname> boolean property reports whether DNSSEC is enabled and
       the selected DNS servers support it. It combines information about system-wide and per-link DNS
       settings (see below), and only reports true if DNSSEC is enabled and supported on every interface for
-      which DNS is configured and for the system-wide settings if there are any. Note that <filename>systmed-resolved</filename> assumes
-      DNSSEC is supported by DNS servers until it verified that this is not the case. Thus, the reported
+      which DNS is configured and for the system-wide settings if there are any. Note that <filename>systemd-resolved</filename> assumes
+      DNSSEC is supported by DNS servers until it verifies that this is not the case. Thus, the reported
       value may initially be true, until the first transactions are executed.</para>
     </refsect2>
   </refsect1>
@@ -546,7 +543,7 @@ node /org/freedesktop/resolve1/link/_34 {
 
     <!--property DNSSECNegativeTrustAnchors is not documented!-->
 
-    <para>For each Linux network interface a "Link" object is created, which exposes per-link DNS
+    <para>For each Linux network interface a "Link" object is created which exposes per-link DNS
     configuration and state. Use <function>GetLink()</function> on the Manager interface to retrieve the
     object path for a link object given the network interface index (see above).</para>
 
@@ -556,32 +553,32 @@ node /org/freedesktop/resolve1/link/_34 {
       <para>The various methods exposed by the Link interface are equivalent to their similarly named
       counterparts on the Manager interface. e.g. <function>SetDNS()</function> on the Link object maps to
       <function>SetLinkDNS()</function> on the Manager object, the main difference being that the later
-      expects an interface index to be speicified. Invoking the calls on the Manager interface has the
+      expects an interface index to be specified. Invoking the methods on the Manager interface has the
       benefit of reducing roundtrips, as it is not necessary to first request the Link object path via
-      <function>GetLink()</function> before invoking the methods. For further details on these calls see the
-      Manager documentation above. </para>
+      <function>GetLink()</function> before invoking the methods. For further details on these methods see
+      the <interfacename>Manager</interfacename> documentation above.</para>
     </refsect2>
 
     <refsect2>
       <title>Properties</title>
 
       <para><varname>ScopesMask</varname> defines which resolver scopes are currently active on this
-      interface. This 64-bit unsigned integer field is a bit mask, consisting of a subset of the bits as the
+      interface. This 64-bit unsigned integer field is a bit mask consisting of a subset of the bits of the
       flags parameter describe above. Specifically, it may have the DNS, LLMNR and MDNS bits (the latter in
       IPv4 and IPv6 flavours) set. Each individual bit is set when the protocol applies to a specific
       interface and is enabled for it. It is unset otherwise. Specifically, a multicast-capable interface in
-      "UP" state with an IP address is suitable for LLMNR or MulticastDNS, and any interface that is UP and
+      the "UP" state with an IP address is suitable for LLMNR or MulticastDNS, and any interface that is UP and
       has an IP address is suitable for DNS. Note the relationship of the bits exposed here with the LLMNR
       and MulticastDNS properties also exposed on the Link interface. The latter expose what is *configured*
       to be used on the interface, the former expose what is actually used on the interface, taking into
       account the abilities of the interface.</para>
 
       <para><varname>DNSSECSupported</varname> exposes a boolean field that indicates whether DNSSEC is
-      currently configured and in use on the interface. Note that if DNSSEC is enabled on an interface it is
+      currently configured and in use on the interface. Note that if DNSSEC is enabled on an interface, it is
       assumed available until it is detected that the configured server does not actually support it. Thus,
       this property may initially report that DNSSEC is supported on an interface.</para>
 
-      <para>The other properties reflect the state of the various configuration settings for the link, which
+      <para>The other properties reflect the state of the various configuration settings for the link which
       may be set with the various methods calls such as SetDNS() or SetLLMNR().</para>
     </refsect2>
   </refsect1>
@@ -589,17 +586,17 @@ node /org/freedesktop/resolve1/link/_34 {
   <refsect1>
     <title>Common Errors</title>
 
-    <para>Many bus calls <filename>systmed-resolved</filename> exposes (in particular the resolver calls such
-    as <function>ResolveHostname()</function> on the <interfacename>Manager</interfacename> interface) return
+    <para>Many bus methods <filename>systemd-resolved</filename> exposes (in particular the resolver methods such
+    as <function>ResolveHostname()</function> on the <interfacename>Manager</interfacename> interface) may return
     some of the following errors:</para>
 
     <variablelist>
       <varlistentry><term><constant>org.freedesktop.resolve1.NoNameServers</constant></term>
-      <listitem><para>No suitable DNS servers have been found to resolve a request.</para></listitem>
+      <listitem><para>No suitable DNS servers were found to resolve a request.</para></listitem>
       </varlistentry>
 
       <varlistentry><term><constant>org.freedesktop.resolve1.InvalidReply</constant></term>
-      <listitem><para>A response from the selected DNS server could not be understood.</para></listitem>
+      <listitem><para>A response from the selected DNS server was not understood.</para></listitem>
       </varlistentry>
 
       <varlistentry><term><constant>org.freedesktop.resolve1.NoSuchRR</constant></term>
@@ -611,7 +608,7 @@ node /org/freedesktop/resolve1/link/_34 {
       </varlistentry>
 
       <varlistentry><term><constant>org.freedesktop.resolve1.Aborted</constant></term>
-      <listitem><para>The look-up was aborted, because the selected protocol became unavailable while the
+      <listitem><para>The look-up was aborted because the selected protocol became unavailable while the
       operation was ongoing.</para></listitem>
       </varlistentry>
 
@@ -624,7 +621,7 @@ node /org/freedesktop/resolve1/link/_34 {
       </varlistentry>
 
       <varlistentry><term><constant>org.freedesktop.resolve1.NoTrustAnchor</constant></term>
-      <listitem><para>No chain of trust could be established for the response, to a configured DNSSEC trust
+      <listitem><para>No chain of trust could be established for the response to a configured DNSSEC trust
       anchor.</para></listitem>
       </varlistentry>
 
@@ -640,7 +637,7 @@ node /org/freedesktop/resolve1/link/_34 {
       </para></listitem></varlistentry>
 
       <varlistentry><term><constant>org.freedesktop.resolve1.LinkBusy</constant></term>
-      <listitem><para>The requested configuration change can not be made, because
+      <listitem><para>The requested configuration change could not be made because
       <citerefentry><refentrytitle>systemd-networkd</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
       already took possession of the interface and supplied configuration data for it.</para></listitem>
       </varlistentry>
index a3b86d3f1cb1dcdad4de5f71f866264c55764b71..09b1a9e78bf20fe636ae4255e29e31987b211578 100644 (file)
@@ -16,7 +16,7 @@
 
   <refnamediv>
     <refname>org.freedesktop.systemd1</refname>
-    <refpurpose>The D-Bus interface of systemd-systemdd</refpurpose>
+    <refpurpose>The D-Bus interface of systemd</refpurpose>
   </refnamediv>
 
   <refsect1>
 
     <para>
     <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry> and its
-    auxiliary daemons expose a number of APIs over D-Bus. This page describes the various APIs exposed by the
-    system and service manager itself, and does not cover the auxiliary daemons.
+    auxiliary daemons expose a number of APIs over D-Bus. This page only describes the various APIs exposed by the
+    system and service manager itself. It does not cover the auxiliary daemons.
     </para>
 
     <para>The service manager exposes a number of objects on the bus: one
-    <interfacename>Manager</interfacename> object as central entry point for clients, and individual objects
+    <interfacename>Manager</interfacename> object as a central entry point for clients along with individual objects
     for each unit and for each queued job. The unit objects each implement a generic
-    <interfacename>Unit</interfacename> interface plus a type-specific interface. For example, service units
-    implement <interfacename>org.freedesktop.systemd1.Unit</interfacename> as well as
-    <interfacename>org.freedesktop.system1.Service</interfacename>. The manager object can be used to list
-    unit and job objects, or to directly convert a unit name or job id into a bus path of the corresponding
+    <interfacename>Unit</interfacename> interface as well as a type-specific interface. For example, service units
+    implement both <interfacename>org.freedesktop.systemd1.Unit</interfacename> and
+    <interfacename>org.freedesktop.system1.Service</interfacename>. The manager object can list
+    unit and job objects or directly convert a unit name or job id into a bus path of the corresponding
     D-Bus object.</para>
 
     <para>Properties exposing time values are usually encoded in microseconds (usec) on the bus, even if
     their corresponding settings in the unit files are in seconds.</para>
 
-    <para>In contrast to most of the other services of the systemd suite PID 1 does not use PolicyKit for
+    <para>In contrast to most of the other services of the systemd suite, PID 1 does not use PolicyKit for
     controlling access to privileged operations, but relies exclusively on the low-level D-Bus policy
     language. (This is done in order to avoid a cyclic dependency between PolicyKit and systemd/PID 1.) This
     means that sensitive operations exposed by PID 1 on the bus are generally not available to unprivileged
-    processes directly. However some (such as shutdown/reboot/suspend) are made available through the D-Bus
+    processes directly. However, some operations (such as shutdown/reboot/suspend) are made available through the D-Bus
     API of logind, see
     <citerefentry><refentrytitle>org.freedesktop.login1</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
     </para>
@@ -245,76 +245,75 @@ node /org/freedesktop/systemd1 {
     <refsect2>
       <title>Methods</title>
 
-      <para>Note that many of the calls exist twice: once on the <interfacename>Manager</interfacename>
-      object, and once on the respective unit objects. This is to optimize access times so that methods that
+      <para>Note that many of the methods exist twice: once on the <interfacename>Manager</interfacename>
+      object and once on the respective unit objects. This is to optimize access times so that methods that
       belong to unit objects do not have to be called with a resolved unit path, but can be called with only
       the unit id, too.</para>
 
       <para><function>GetUnit()</function> may be used to get the unit object path for a unit name. It takes
-      the unit name and returns the object path. If a unit has not been loaded yet by this name this call
+      the unit name and returns the object path. If a unit has not been loaded yet by this name this method
       will fail.</para>
 
       <para><function>GetUnitByPID()</function> may be used to get the unit object path of the unit a process
-      ID belongs to. Takes a UNIX PID and returns the object path. The PID must refer to an existing process
-      of the system.</para>
+      ID belongs to. It takes a UNIX PID and returns the object path. The PID must refer to an existing system process.</para>
 
       <para><function>LoadUnit()</function> is similar to <function>GetUnit()</function> but will load the
       unit from disk if possible.</para>
 
-      <para><function>StartUnit()</function> enqeues a start job, and possibly depending jobs. Takes the unit
-      to activate, plus a mode string. The mode needs to be one of <literal>replace</literal>,
-      <literal>fail</literal>, <literal>isolate</literal>, <literal>ignore-dependencies</literal>,
-      <literal>ignore-requirements</literal>. If <literal>replace</literal> the call will start the unit and
-      its dependencies, possibly replacing already queued jobs that conflict with this. If
-      <literal>fail</literal> the call will start the unit and its dependencies, but will fail if this would
-      change an already queued job. If <literal>isolate</literal> the call will start the unit in question
-      and terminate all units that aren't dependencies of it. If <literal>ignore-dependencies</literal> it
-      will start a unit but ignore all its dependencies. If <literal>ignore-requirements</literal> it will
+      <para><function>StartUnit()</function> enqueues a start job and possibly depending jobs. It takes the unit
+      to activate and a mode string as arguments. The mode needs to be one of <literal>replace</literal>,
+      <literal>fail</literal>, <literal>isolate</literal>, <literal>ignore-dependencies</literal>, or
+      <literal>ignore-requirements</literal>. If <literal>replace</literal>, the method will start the unit and
+      its dependencies, possibly replacing already queued jobs that conflict with it. If
+      <literal>fail</literal>, the method will start the unit and its dependencies, but will fail if this would
+      change an already queued job. If <literal>isolate</literal>, the method will start the unit in question
+      and terminate all units that aren't dependencies of it. If <literal>ignore-dependencies</literal>, it
+      will start a unit but ignore all its dependencies. If <literal>ignore-requirements</literal>, it will
       start a unit but only ignore the requirement dependencies. It is not recommended to make use of the
-      latter two options. Returns the newly created job object.</para>
+      latter two options. On completion, this method returns the newly created job object.</para>
 
       <para><function>StartUnitReplace()</function> is similar to <function>StartUnit()</function> but
-      replaces a job that is queued for one unit by a job for another.</para>
+      replaces a job that is queued for one unit by a job for another unit.</para>
 
       <para><function>StopUnit()</function> is similar to <function>StartUnit()</function> but stops the
-      specified unit rather than starting it. Note that <literal>isolate</literal> mode is invalid for this
-      call.</para>
+      specified unit rather than starting it. Note that the <literal>isolate</literal> mode is invalid for this
+      method.</para>
 
       <para><function>ReloadUnit()</function>, <function>RestartUnit()</function>,
-      <function>TryRestartUnit()</function>, <function>ReloadOrRestartUnit()</function>,
-      <function>ReloadOrTryRestartUnit()</function> may be used to restart and/or reload a unit, and takes
+      <function>TryRestartUnit()</function>, <function>ReloadOrRestartUnit()</function>, or
+      <function>ReloadOrTryRestartUnit()</function> may be used to restart and/or reload a unit. These methods take
       similar arguments as <function>StartUnit()</function>. Reloading is done only if the unit is already
-      running and fails otherwise. If a service is restarted that isn't running it will be started, unless
+      running and fails otherwise. If a service is restarted that isn't running, it will be started unless
       the "Try" flavor is used in which case a service that isn't running is not affected by the restart. The
       "ReloadOrRestart" flavors attempt a reload if the unit supports it and use a restart otherwise.</para>
 
       <para><function>KillUnit()</function> may be used to kill (i.e. send a signal to) all processes of a
-      unit. Takes the unit <varname>name</varname>, an enum <varname>who</varname> and a UNIX
+      unit. It takes the unit <varname>name</varname>, an enum <varname>who</varname> and a UNIX
       <varname>signal</varname> number to send. The <varname>who</varname> enum is one of
       <literal>main</literal>, <literal>control</literal> or <literal>all</literal>. If
-      <literal>main</literal>, only the main process of a unit is killed. If <literal>control</literal> only
-      the control process of the unit is killed, if <literal>all</literal> all processes are killed. A
+      <literal>main</literal>, only the main process of the unit is killed. If <literal>control</literal>, only
+      the control process of the unit is killed. If <literal>all</literal>, all processes are killed. A
       <literal>control</literal> process is for example a process that is configured via
-      <varname>ExecStop=</varname> and is spawned in parallel to the main daemon process, in order to shut it
+      <varname>ExecStop=</varname> and is spawned in parallel to the main daemon process in order to shut it
       down.</para>
 
       <para><function>GetJob()</function> returns the job object path for a specific job, identified by its
       id.</para>
 
-      <para><function>CancelJob()</function> cancels a specific job identified by its numer ID. This
-      operation is also available in the <function>Cancel()</function> method of Job objects (see below), and
+      <para><function>CancelJob()</function> cancels a specific job identified by its numeric ID. This
+      operation is also available in the <function>Cancel()</function> method of Job objects (see below) and
       exists primarily to reduce the necessary round trips to execute this operation. Note that this will not
       have any effect on jobs whose execution has already begun.</para>
 
       <para><function>ClearJobs()</function> flushes the job queue, removing all jobs that are still
-      queued. Note that this does not have any effect on jobs whose execution has already begun, it only
+      queued. Note that this does not have any effect on jobs whose execution has already begun. It only
       flushes jobs that are queued and have not yet begun execution.</para>
 
       <para><function>ResetFailedUnit()</function> resets the "failed" state of a specific unit.</para>
 
       <para><function>ResetFailed()</function> resets the "failed" state of all units.</para>
 
-      <para><function>ListUnits()</function> returns an array with all currently loaded units. Note that
+      <para><function>ListUnits()</function> returns an array of all currently loaded units. Note that
       units may be known by multiple names at the same name, and hence there might be more unit names loaded
       than actual units behind them. The array consists of structures with the following elements:
       <itemizedlist>
@@ -336,7 +335,7 @@ node /org/freedesktop/systemd1 {
 
         <listitem><para>The unit object path</para></listitem>
 
-        <listitem><para>If there is a job queued for the job unit the numeric job id, 0
+        <listitem><para>If there is a job queued for the job unit, the numeric job id, 0
         otherwise</para></listitem>
 
         <listitem><para>The job type as string</para></listitem>
@@ -361,8 +360,8 @@ node /org/freedesktop/systemd1 {
       </itemizedlist></para>
 
       <para><function>Subscribe()</function> enables most bus signals to be sent out. Clients which are
-      interested in signals need to call this function. Signals are only sent out if at least one client
-      invoked this function. <function>Unsubscribe()</function> undoes the signal subscription that
+      interested in signals need to call this method. Signals are only sent out if at least one client
+      invoked this method. <function>Unsubscribe()</function> reverts the signal subscription that
       <function>Subscribe()</function> implements. It is not necessary to invoke
       <function>Unsubscribe()</function> as clients are tracked. Signals are no longer sent out as soon as
       all clients which previously asked for <function>Subscribe()</function> either closed the bus
index 8852512906915f3ad7b4bd3b9e06b0f379c4f380..089f6fbd3743e99a2c8ce9a71cf03e9d4d745e85 100644 (file)
@@ -25,7 +25,7 @@
 
     <para>
     <citerefentry><refentrytitle>systemd-timedated.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
-    is a system service that can be used to control the system time and related settings.  This page
+    is a system service that can be used to control the system time and related settings. This page
     describes the D-Bus interface.</para>
   </refsect1>
 
@@ -93,8 +93,8 @@ node /org/freedesktop/timedate1 {
 
       <para>Use <function>SetTime()</function> to change the system clock. Pass a value of microseconds since
       the UNIX epoch (1 Jan 1970 UTC). If <varname>relative</varname> is true, the passed usec value will be
-      added to the current system time, if it is false the current system time will be set to the passed usec
-      value. If the system time is set with this call the RTC will be updated as well.</para>
+      added to the current system time. If it is false, the current system time will be set to the passed usec
+      value. If the system time is set with this method, the RTC will be updated as well.</para>
 
       <para>Use <function>SetTimezone()</function> to set the system timezone. Pass a value like
       <literal>Europe/Berlin</literal> to set the timezone. Valid timezones are listed in
@@ -102,11 +102,11 @@ node /org/freedesktop/timedate1 {
       time, it will be updated accordingly.</para>
 
       <para>Use <function>SetLocalRTC()</function> to control whether the RTC is in local time or UTC. It is
-      strongly recommended to maintain the RTC in UTC. Some OSes (Windows) however maintain the RTC in local
-      time, which might make it necessary to enable this feature. However, this creates various problems as
-      daylight changes might be missed. If <varname>fix_system</varname> is passed <literal>true</literal>,
-      the time from the RTC is read again and the system clock adjusted according to the new setting. If
-      <varname>fix_system</varname> is passed <literal>false</literal> the system time is written to the RTC
+      strongly recommended to maintain the RTC in UTC. However, some OSes (Windows) maintain the RTC in local
+      time, which might make it necessary to enable this feature. Note that this might create various problems as
+      daylight changes could be missed. If <varname>fix_system</varname> is <literal>true</literal>,
+      the time from the RTC is read again and the system clock is adjusted according to the new setting. If
+      <varname>fix_system</varname> is <literal>false</literal>, the system time is written to the RTC
       taking the new setting into account. Use <varname>fix_system=true</varname> in installers and livecds
       where the RTC is probably more reliable than the system time. Use <varname>fix_system=false</varname>
       in configuration UIs that are run during normal operation and where the system clock is probably more
@@ -116,7 +116,7 @@ node /org/freedesktop/timedate1 {
       network using <filename>systemd-timesyncd</filename>. This will enable and start or disable and stop
       the chosen time synchronization service.</para>
 
-      <para>Whenever the timezone and local_rtc settings are changed via the daemon
+      <para>Whenever the timezone and local_rtc settings are changed via the daemon,
       <function>PropertyChanged</function> signals are sent out to which clients can subscribe. Changing the
       time settings using this interface is authenticated via PolicyKit.</para>
 
@@ -126,7 +126,7 @@ node /org/freedesktop/timedate1 {
       </para>
 
       <para>The <varname>user_interaction</varname> boolean parameters can be used to control whether
-      PolicyKit should interactively ask the user for authentication credentials if it needs to.</para>
+      PolicyKit should interactively ask the user for authentication credentials if required.</para>
 
       <para>The PolicyKit action for <function>SetTimezone()</function> is
       <interfacename>org.freedesktop.timedate1.set-timezone</interfacename>. For
index 185e0388093a20d03b47bfc9587443fa2ce849ca..699316a09a2eadf447043be5b0e9174a86a66b1d 100644 (file)
     <title>Description</title>
 
     <para><filename>systemd-hostnamed.service</filename> is a system service that may be used to change the
-    system's hostname and related machine meta data from user programs. It is automatically activated on
+    system's hostname and related machine metadata from user programs. It is automatically activated on
     request and terminates itself when unused.</para>
 
     <para>It currently offers access to five variables:
     <itemizedlist>
-      <listitem><para>The current host name (Example: <literal>dhcp-192-168-47-11</literal>)</para>
+      <listitem><para>The current hostname (Example: <literal>dhcp-192-168-47-11</literal>)</para>
       </listitem>
 
-      <listitem><para>The static (configured) host name (Example:
+      <listitem><para>The static (configured) hostname (Example:
       <literal>lennarts-computer</literal>)</para></listitem>
 
-      <listitem><para>The pretty host name (Example: <literal>Lennart's Computer</literal>)</para>
+      <listitem><para>The pretty hostname (Example: <literal>Lennart's Computer</literal>)</para>
       </listitem>
 
       <listitem><para>A suitable icon name for the local host (Example:
@@ -55,7 +55,7 @@
     <citerefentry><refentrytitle>hostnamectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>
     is a command line client to this service.</para>
 
-    <para>See the
+    <para>See
     <citerefentry><refentrytitle>org.freedesktop.hostname1</refentrytitle><manvolnum>1</manvolnum></citerefentry>
     for a description of the D-Bus API.</para>
   </refsect1>
index cd4359dc46331fabd6c9dc40b7da83a178ede03a..e5f6b78d218acd10b98a1b22b10973e2a226afb8 100644 (file)
@@ -40,7 +40,7 @@
     <citerefentry project='man-pages'><refentrytitle>localectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>
     is a command line client to this service.</para>
 
-    <para>See the
+    <para>See
     <citerefentry><refentrytitle>org.freedesktop.locale1</refentrytitle><manvolnum>1</manvolnum></citerefentry>
     for a description of the D-Bus API.</para>
   </refsect1>
index 87ee607c6c9faa1d2d0a46c0972bef52d3e66e0c..12f9f7a0f683af827c21d47c44392f6ee0c570e3 100644 (file)
@@ -80,7 +80,7 @@
 
     <para>See
     <citerefentry><refentrytitle>org.freedesktop.login1</refentrytitle><manvolnum>3</manvolnum></citerefentry>
-    for for information about the D-Bus APIs <filename>systemd-logind</filename> provides.</para>
+    for information about the D-Bus APIs <filename>systemd-logind</filename> provides.</para>
 
     <para>For more information on the inhibition logic see the <ulink
     url="https://www.freedesktop.org/wiki/Software/systemd/inhibit">Inhibitor
@@ -88,7 +88,7 @@
 
     <para>If you are interested in writing a display manager that makes use of logind, please have look at
     <ulink url="https://www.freedesktop.org/wiki/Software/systemd/writing-display-managers">Writing Display
-    Manager</ulink>.
+    Managers</ulink>.
     If you are interested in writing a desktop environment that makes use of logind, please have look at
     <ulink url="http://www.freedesktop.org/wiki/Software/systemd/writing-desktop-environments">Writing
     Desktop Environments</ulink>.</para>
index b5fad154e78a444a5e203818a7c402d9441cd592..e15cc963b407c565e8c0131407061cf764ef2ae4 100644 (file)
@@ -67,7 +67,7 @@
       containers, connecting to the container's init system for that.</para></listitem>
 
       <listitem><para>systemctl's <option>--recursive</option> switch has the effect of not only showing the
-      locally running services, but recursively the services of all registered containers.</para></listitem>
+      locally running services, but recursively showing the services of all registered containers.</para></listitem>
 
       <listitem><para>The <command>machinectl</command> command provides access to a number of useful
       operations on registered containers, such as introspecting them, rebooting, shutting them down, and