Re: [systemd-devel] [PATCH] fix typos in systemd-nspawn man page

2015-05-23 Thread David Herrmann
Hi

On Sat, May 23, 2015 at 5:11 AM, Jonathan Boulle
jonathan.bou...@coreos.com wrote:
 ---
  man/systemd-nspawn.xml | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

Applied!

Thanks
David

 diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml
 index 6a5db86cec3c..06285edc0bb3 100644
 --- a/man/systemd-nspawn.xml
 +++ b/man/systemd-nspawn.xml
 @@ -330,7 +330,7 @@
  first host UID to assign to the container, the second
  parameter specifies the number of host UIDs to assign to the
  container. If the second parameter is omitted, 65536 UIDs are
 -assigned. If the first parameter is also ommitted (and hence
 +assigned. If the first parameter is also omitted (and hence
  no parameter passed at all), the first UID assigned to the
  container is read from the owner of the root directory of the
  container's directory tree. By default no user namespacing is
 @@ -454,7 +454,7 @@
  container port number in the range from 1 to 65535. The
  protocol specifier and its separating colon may be omitted, in
  which case literaltcp/literal is assumed. The container
 -port number and its colon may be ommitted, in which case the
 +port number and its colon may be omitted, in which case the
  same port as the host port is implied. This option is only
  supported if private networking is used, such as
  option--network-veth/option or
 --
 1.9.3

 ___
 systemd-devel mailing list
 systemd-devel@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/systemd-devel
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] [PATCH] fix typos in systemd-nspawn man page

2015-05-22 Thread systemd github import bot
Patchset imported to github.
Pull request:
https://github.com/systemd-devs/systemd/compare/master...systemd-mailing-devs:1432350661-26824-1-git-send-email-jonathan.boulle%40coreos.com

--
Generated by https://github.com/haraldh/mail2git
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


[systemd-devel] [PATCH] fix typos in systemd-nspawn man page

2015-05-22 Thread Jonathan Boulle
---
 man/systemd-nspawn.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml
index 6a5db86cec3c..06285edc0bb3 100644
--- a/man/systemd-nspawn.xml
+++ b/man/systemd-nspawn.xml
@@ -330,7 +330,7 @@
 first host UID to assign to the container, the second
 parameter specifies the number of host UIDs to assign to the
 container. If the second parameter is omitted, 65536 UIDs are
-assigned. If the first parameter is also ommitted (and hence
+assigned. If the first parameter is also omitted (and hence
 no parameter passed at all), the first UID assigned to the
 container is read from the owner of the root directory of the
 container's directory tree. By default no user namespacing is
@@ -454,7 +454,7 @@
 container port number in the range from 1 to 65535. The
 protocol specifier and its separating colon may be omitted, in
 which case literaltcp/literal is assumed. The container
-port number and its colon may be ommitted, in which case the
+port number and its colon may be omitted, in which case the
 same port as the host port is implied. This option is only
 supported if private networking is used, such as
 option--network-veth/option or
-- 
1.9.3

___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


[systemd-devel] [PATCH] Fix typos

2015-03-09 Thread Torstein Husebø
---
 man/systemd.network.xml | 2 +-
 src/systemd/sd-daemon.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index 3522551293..5d7518b348 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -568,7 +568,7 @@
   listitem
 paraDHCP client identifier to use. Either literalmac/literal
 to use the MAC address of the link or literalduid/literal
-(the default) to use a RFC4361-complient Client ID./para
+(the default) to use a RFC4361-compliant Client ID./para
   /listitem
 /varlistentry
 varlistentry
diff --git a/src/systemd/sd-daemon.h b/src/systemd/sd-daemon.h
index b878b4d8a6..861dc8f1f4 100644
--- a/src/systemd/sd-daemon.h
+++ b/src/systemd/sd-daemon.h
@@ -168,7 +168,7 @@ int sd_is_mq(int fd, const char *path);
   value daemons should send is READY=1.
 
  STATUS=...   Passes a single-line status string back to systemd
-  that describes the daemon state. This is free-from
+  that describes the daemon state. This is free-form
   and can be used for various purposes: general state
   feedback, fsck-like programs could pass completion
   percentages and failing programs could pass a human
-- 
2.3.2

___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] [PATCH] Fix typos

2015-03-09 Thread Daniel Mack
Applied, thanks!

On 03/09/2015 01:02 PM, Torstein Husebø wrote:
 ---
  man/systemd.network.xml | 2 +-
  src/systemd/sd-daemon.h | 2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/man/systemd.network.xml b/man/systemd.network.xml
 index 3522551293..5d7518b348 100644
 --- a/man/systemd.network.xml
 +++ b/man/systemd.network.xml
 @@ -568,7 +568,7 @@
listitem
  paraDHCP client identifier to use. Either 
 literalmac/literal
  to use the MAC address of the link or literalduid/literal
 -(the default) to use a RFC4361-complient Client ID./para
 +(the default) to use a RFC4361-compliant Client ID./para
/listitem
  /varlistentry
  varlistentry
 diff --git a/src/systemd/sd-daemon.h b/src/systemd/sd-daemon.h
 index b878b4d8a6..861dc8f1f4 100644
 --- a/src/systemd/sd-daemon.h
 +++ b/src/systemd/sd-daemon.h
 @@ -168,7 +168,7 @@ int sd_is_mq(int fd, const char *path);
value daemons should send is READY=1.
  
   STATUS=...   Passes a single-line status string back to systemd
 -  that describes the daemon state. This is free-from
 +  that describes the daemon state. This is free-form
and can be used for various purposes: general state
feedback, fsck-like programs could pass completion
percentages and failing programs could pass a human
 

___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


[systemd-devel] [PATCH] Fix typos in systemctl manpage

2014-05-15 Thread Eelco Dolstra
---
 man/systemctl.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/man/systemctl.xml b/man/systemctl.xml
index 94f2380..29ab95f 100644
--- a/man/systemctl.xml
+++ b/man/systemctl.xml
@@ -435,7 +435,7 @@ along with systemd; If not, see 
http://www.gnu.org/licenses/.
   safe option to request an immediate reboot. If
   option--force/option is specified twice for these
   operations, they will be executed immediately without
-  terminating any processes or umounting any file
+  terminating any processes or unmounting any file
   systems. Warning: specifying option--force/option twice
   with any of these operations might result in data
   loss./para
@@ -1045,7 +1045,7 @@ kobject-uevent 1 systemd-udevd-kernel.socket 
systemd-udevd.service
 activation of the unit, including manual activation. Use
 this option with care. This honors the
 option--runtime/option option to only mask temporarily
-until the next reoobt of the system./para
+until the next reboot of the system./para
   /listitem
 /varlistentry
 
@@ -1425,7 +1425,7 @@ kobject-uevent 1 systemd-udevd-kernel.socket 
systemd-udevd.service
 refsect2
   titleParameter Syntax/title
 
-  paraUnit ommands listed above take either a single unit name
+  paraUnit commands listed above take either a single unit name
   (designated as replaceableNAME/replaceable), or multiple
   unit specifications (designated as
   replaceablePATTERN/replaceable...). In the first case, the
-- 
1.9.0

___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] [PATCH] Fix typos in systemctl manpage

2014-05-15 Thread Tom Gundersen
Applied. Thanks!

Tom

On Thu, May 15, 2014 at 1:11 PM, Eelco Dolstra
eelco.dols...@logicblox.com wrote:
 ---
  man/systemctl.xml | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)

 diff --git a/man/systemctl.xml b/man/systemctl.xml
 index 94f2380..29ab95f 100644
 --- a/man/systemctl.xml
 +++ b/man/systemctl.xml
 @@ -435,7 +435,7 @@ along with systemd; If not, see 
 http://www.gnu.org/licenses/.
safe option to request an immediate reboot. If
option--force/option is specified twice for these
operations, they will be executed immediately without
 -  terminating any processes or umounting any file
 +  terminating any processes or unmounting any file
systems. Warning: specifying option--force/option twice
with any of these operations might result in data
loss./para
 @@ -1045,7 +1045,7 @@ kobject-uevent 1 systemd-udevd-kernel.socket 
 systemd-udevd.service
  activation of the unit, including manual activation. Use
  this option with care. This honors the
  option--runtime/option option to only mask temporarily
 -until the next reoobt of the system./para
 +until the next reboot of the system./para
/listitem
  /varlistentry

 @@ -1425,7 +1425,7 @@ kobject-uevent 1 systemd-udevd-kernel.socket 
 systemd-udevd.service
  refsect2
titleParameter Syntax/title

 -  paraUnit ommands listed above take either a single unit name
 +  paraUnit commands listed above take either a single unit name
(designated as replaceableNAME/replaceable), or multiple
unit specifications (designated as
replaceablePATTERN/replaceable...). In the first case, the
 --
 1.9.0

 ___
 systemd-devel mailing list
 systemd-devel@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/systemd-devel
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel