Re: [systemd-devel] [PATCH] s/commandline/command line/g

2014-11-10 Thread Jason St. John
On Thu, Nov 6, 2014 at 9:37 AM, Lennart Poettering
lenn...@poettering.net wrote:
 On Wed, 05.11.14 14:56, har...@redhat.com (har...@redhat.com) wrote:

 +++ b/man/systemd-run.xml
 @@ -215,7 +215,7 @@ along with systemd; If not, see 
 http://www.gnu.org/licenses/.
  /variablelist

  paraAll command-line arguments after the first non-option
 -argument become part of the commandline of the launched
 +argument become part of the command line of the launched
  process. If a command is run as service unit, its first argument
  needs to be an absolute binary path./para
/refsect1

 I figure there are some more cleanups to be done here... The example
 above shows that we not only use commandline and command line, but
 also command-line...

 Lennart

 --
 Lennart Poettering, Red Hat
 ___
 systemd-devel mailing list
 systemd-devel@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/systemd-devel

command-line is the proper spelling when used as an adjective.
command line is correct when it is a noun.

For example, command-line options is correct, and enter foo on the
command line is also correct. But if you switch which example gets
the hyphen, then they are both grammatically *in*correct. In any case,
commandline is always incorrect.

A simple find and replace of command-line to command line will
introduce numerous grammatical errors.

Jason

P.S. Lennart, sorry for the duplicate email. I just realized that my
previous email was sent to you only instead of to the mailing list.
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] [PATCH] s/commandline/command line/g

2014-11-06 Thread Harald Hoyer
On 05.11.2014 14:56, har...@redhat.com wrote:
 From: Harald Hoyer har...@redhat.com
 
 ---
  TODO   | 2 +-
  m4/attributes.m4   | 2 +-
  man/systemd-bootchart.xml  | 4 ++--
  man/systemd-delta.xml  | 2 +-
  man/systemd-run.xml| 2 +-
  man/systemd.link.xml   | 2 +-
  man/udev.conf.xml  | 2 +-
  src/core/shutdown.c| 2 +-
  src/cryptsetup/cryptsetup-generator.c  | 4 ++--
  src/fstab-generator/fstab-generator.c  | 2 +-
  src/journal/coredump.c | 2 +-
  src/network/networkd-wait-online-manager.c | 2 +-
  src/shared/condition-util.c| 2 +-
  src/udev/collect/collect.c | 2 +-
  src/udev/net/link-config.c | 2 +-
  src/udev/udevd.c   | 2 +-
  16 files changed, 18 insertions(+), 18 deletions(-)
 


pushed

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


Re: [systemd-devel] [PATCH] s/commandline/command line/g

2014-11-06 Thread Lennart Poettering
On Wed, 05.11.14 14:56, har...@redhat.com (har...@redhat.com) wrote:

 +++ b/man/systemd-run.xml
 @@ -215,7 +215,7 @@ along with systemd; If not, see 
 http://www.gnu.org/licenses/.
  /variablelist
  
  paraAll command-line arguments after the first non-option
 -argument become part of the commandline of the launched
 +argument become part of the command line of the launched
  process. If a command is run as service unit, its first argument
  needs to be an absolute binary path./para
/refsect1

I figure there are some more cleanups to be done here... The example
above shows that we not only use commandline and command line, but
also command-line...

Lennart

-- 
Lennart Poettering, Red Hat
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] [PATCH] s/commandline/command line/g

2014-11-06 Thread Lennart Poettering
On Thu, 06.11.14 15:37, Lennart Poettering (lenn...@poettering.net) wrote:

 On Wed, 05.11.14 14:56, har...@redhat.com (har...@redhat.com) wrote:
 
  +++ b/man/systemd-run.xml
  @@ -215,7 +215,7 @@ along with systemd; If not, see 
  http://www.gnu.org/licenses/.
   /variablelist
   
   paraAll command-line arguments after the first non-option
  -argument become part of the commandline of the launched
  +argument become part of the command line of the launched
   process. If a command is run as service unit, its first argument
   needs to be an absolute binary path./para
 /refsect1
 
 I figure there are some more cleanups to be done here... The example
 above shows that we not only use commandline and command line, but
 also command-line...

I have cleaned up this now, too.

Lennart

-- 
Lennart Poettering, Red Hat
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


[systemd-devel] [PATCH] s/commandline/command line/g

2014-11-05 Thread harald
From: Harald Hoyer har...@redhat.com

---
 TODO   | 2 +-
 m4/attributes.m4   | 2 +-
 man/systemd-bootchart.xml  | 4 ++--
 man/systemd-delta.xml  | 2 +-
 man/systemd-run.xml| 2 +-
 man/systemd.link.xml   | 2 +-
 man/udev.conf.xml  | 2 +-
 src/core/shutdown.c| 2 +-
 src/cryptsetup/cryptsetup-generator.c  | 4 ++--
 src/fstab-generator/fstab-generator.c  | 2 +-
 src/journal/coredump.c | 2 +-
 src/network/networkd-wait-online-manager.c | 2 +-
 src/shared/condition-util.c| 2 +-
 src/udev/collect/collect.c | 2 +-
 src/udev/net/link-config.c | 2 +-
 src/udev/udevd.c   | 2 +-
 16 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/TODO b/TODO
index b54aa61..8d3ef11 100644
--- a/TODO
+++ b/TODO
@@ -14,7 +14,7 @@ Bugfixes:
   Environment=ONE='one' TWO='two two' too THREE=
   ExecStart=/bin/python3 -c 'import sys;print(sys.argv)' $ONE $TWO 
$THREE
 
-* MEMORY return code is overloaded for syntax errors in the commandline.
+* MEMORY return code is overloaded for syntax errors in the command line.
   str_split_quoted() should return a real return code, so spawn_child can
   report the failure properly.
 
diff --git a/m4/attributes.m4 b/m4/attributes.m4
index 7bd5ad8..ac3c662 100644
--- a/m4/attributes.m4
+++ b/m4/attributes.m4
@@ -89,7 +89,7 @@ AC_DEFUN([CC_NOUNDEFINED], [
  *-freebsd* | *-openbsd*) ;;
  *)
 dnl First of all check for the --no-undefined variant of GNU ld. This 
allows
-dnl for a much more readable commandline, so that people can 
understand what
+dnl for a much more readable command line, so that people can 
understand what
 dnl it does without going to look for what the heck -z defs does.
 for possible_flags in -Wl,--no-undefined -Wl,-z,defs; do
CC_CHECK_LDFLAGS([$possible_flags], 
[LDFLAGS_NOUNDEFINED=$possible_flags])
diff --git a/man/systemd-bootchart.xml b/man/systemd-bootchart.xml
index 150ca48..0068e92 100644
--- a/man/systemd-bootchart.xml
+++ b/man/systemd-bootchart.xml
@@ -64,7 +64,7 @@
 as an SVG graph. Normally, systemd-bootchart
 is invoked by the kernel by passing
 
optioninit=filename/usr/lib/systemd/systemd-bootchart/filename/option
-on the kernel commandline. systemd-bootchart will then
+on the kernel command line. systemd-bootchart will then
 fork the real init off to resume normal system
 startup, while monitoring and logging startup
 information in the background.
@@ -125,7 +125,7 @@
 listitemparaOne can execute
 commandsystemd-bootchart/command
 as normal application from the
-commandline. In this mode it is highly
+command line. In this mode it is highly
 recommended to pass the
 option-r/option flag in order to
 not graph the time elapsed since boot
diff --git a/man/systemd-delta.xml b/man/systemd-delta.xml
index 9117773..2175f96 100644
--- a/man/systemd-delta.xml
+++ b/man/systemd-delta.xml
@@ -97,7 +97,7 @@
 only configuration files in this subdirectory (across
 all configuration paths) will be analyzed. Otherwise,
 all configuration files will be analyzed. If the
-commandline argument is not given at all, all
+command line argument is not given at all, all
 configuration files will be analyzed. See below for
 some examples./para
 /refsect1
diff --git a/man/systemd-run.xml b/man/systemd-run.xml
index 0c9d13d..6ccfd71 100644
--- a/man/systemd-run.xml
+++ b/man/systemd-run.xml
@@ -215,7 +215,7 @@ along with systemd; If not, see 
http://www.gnu.org/licenses/.
 /variablelist
 
 paraAll command-line arguments after the first non-option
-argument become part of the commandline of the launched
+argument become part of the command line of the launched
 process. If a command is run as service unit, its first argument
 needs to be an absolute binary path./para
   /refsect1
diff --git a/man/systemd.link.xml b/man/systemd.link.xml
index 6075b39..6c74b42 100644
--- a/man/systemd.link.xml
+++ b/man/systemd.link.xml
@@ -231,7 +231,7 @@
 be set. literalNamePolicy/literal 
may be
 disabled by specifying