From b938cb902c3b5bca807a94b277672c64d6767886 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 3 Aug 2014 07:11:12 +0200 Subject: doc: correct punctuation and improve typography in documentation --- man/systemd.xml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'man/systemd.xml') diff --git a/man/systemd.xml b/man/systemd.xml index 8d74ca49c3..ba1d26c4b1 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -119,7 +119,7 @@ run a system instance, even if the process ID is not 1, i.e. systemd is not run as init process. does the opposite, running a user instance even if the process - ID is 1. Normally it should not be necessary to pass these + ID is 1. Normally, it should not be necessary to pass these options, as systemd automatically detects the mode it is started in. These options are hence of little use except for debugging. Note that it is not supported booting and @@ -142,7 +142,7 @@ VT Switch to a specific virtual console (VT) on - crash. Takes a positive integer in the range 1..63, or a + crash. Takes a positive integer in the range 1–63, or a boolean argument. If an integer is passed, selects which VT to switch to. If yes, the VT kernel messages are written to is selected. If no, no VT @@ -289,12 +289,12 @@ Service units, which start and control daemons - and the processes they consist of. For details see + and the processes they consist of. For details, see systemd.service5. Socket units, which encapsulate local IPC or network sockets in the system, useful for socket-based - activation. For details about socket units see + activation. For details about socket units, see systemd.socket5, for details on socket-based activation and other forms of activation, see @@ -306,7 +306,7 @@ Device units expose kernel devices in systemd and may be used to implement device-based activation. For - details see + details, see systemd.device5. Mount units control mount points in the file @@ -321,7 +321,7 @@ Snapshot units can be used to temporarily save the state of the set of systemd units, which later may be restored by activating the saved snapshot unit. For more - information see + information, see systemd.snapshot5. Timer units are useful for triggering activation @@ -379,7 +379,7 @@ On boot systemd activates the target unit default.target whose job is to activate on-boot services and other on-boot units by pulling them in via - dependencies. Usually the unit name is just an alias (symlink) for + dependencies. Usually, the unit name is just an alias (symlink) for either graphical.target (for fully-featured boots into the UI) or multi-user.target (for limited console-only boots for use in embedded or server @@ -448,7 +448,7 @@ Units may be generated dynamically at boot and system manager reload time, for example based on other configuration - files or parameters passed on the kernel command line. For details see + files or parameters passed on the kernel command line. For details, see systemd.generator7. Systems which invoke systemd in a container or initrd @@ -562,9 +562,9 @@ ctrl-alt-del.target unit. This is mostly equivalent to systemctl start ctl-alt-del.target. If this signal is received more - often than 7 times per 2s an immediate reboot is triggered. + often than 7 times per 2s, an immediate reboot is triggered. Note that pressing Ctrl-Alt-Del on the console will trigger - this signal. Hence, if a reboot is hanging pressing + this signal. Hence, if a reboot is hanging, pressing Ctrl-Alt-Del more than 7 times in 2s is a relatively safe way to trigger an immediate reboot. @@ -606,7 +606,7 @@ SIGUSR2 When this signal is received the systemd - manager will log its complete state in human readable form. + manager will log its complete state in human-readable form. The data logged is the same as printed by systemd-analyze dump. @@ -895,11 +895,11 @@ systemd.crash_chvt= Takes a positive integer, or a boolean - argument. If a positive integer (in the range 1..63) is - specified the system manager (PID 1) will activate the specified + argument. If a positive integer (in the range 1–63) is + specified, the system manager (PID 1) will activate the specified virtual terminal (VT) when it crashes. Defaults to no, meaning that no such switch is - attempted. If set to yes the VT the + attempted. If set to yes, the VT the kernel messages are written to is selected. @@ -945,7 +945,7 @@ like until a service fails or there is a significant delay in boot. Defaults to , unless is passed - as kernel command line option in which case it defaults to + as kernel command line option, in which case it defaults to auto. @@ -1061,7 +1061,7 @@ Set the system locale to use. This overrides the settings in /etc/locale.conf. For - more information see + more information, see locale.conf5 and locale7. -- cgit v1.2.3-54-g00ecf