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

Re: [systemd-devel] localization of console

2014-06-18 Thread Jason St. John
On Wed, Jun 18, 2014 at 12:19 PM, Alexey Shabalin a.shaba...@gmail.com wrote: Hello. I do not understand how the should work localization of console. - systemd-vconsole-setup.service for an early boot (for enter password in cryptsetup? but people do not used non-latin letters for password)

[systemd-devel] [PATCH] man: logind.conf: fix grammar issues, unclear wording, and unclear default values

2014-05-16 Thread Jason St. John
--- man/logind.conf.xml | 42 +- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/man/logind.conf.xml b/man/logind.conf.xml index 1293e71..f037da2 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -80,25 +80,25 @@

Re: [systemd-devel] [PATCH v4] use systemd.debug on the kernel command line, not debug

2014-04-08 Thread Jason St. John
On Sat, Apr 5, 2014 at 9:26 PM, David Timothy Strauss da...@davidstrauss.net wrote: On Sat, Apr 5, 2014 at 4:06 PM, Jason St. John jstj...@purdue.edu wrote: init.debug would be better than systemd.debug, in my opinion. It is shorter (less typing and no possible end-user confusion over

Re: [systemd-devel] [PATCH v4] use systemd.debug on the kernel command line, not debug

2014-04-05 Thread Jason St. John
On Sat, Apr 5, 2014 at 4:16 PM, Greg KH gre...@linuxfoundation.org wrote: On Sat, Apr 05, 2014 at 07:11:47AM +0200, Zbigniew Jędrzejewski-Szmek wrote: On Thu, Apr 03, 2014 at 04:08:15PM +0200, Hannes Reinecke wrote: From: Greg KH gre...@linuxfoundation.org If the kernel is started with

[systemd-devel] [PATCHv2] src/systemd: fix grammar and spelling errors in comments

2014-03-24 Thread Jason St. John
--- This is a resubmit that now should apply cleanly on the latest master. src/systemd/_sd-common.h | 4 +-- src/systemd/sd-event.h | 6 ++-- src/systemd/sd-id128.h | 2 +- src/systemd/sd-login.h | 52 +-- src/systemd/sd-network.h | 14

Re: [systemd-devel] [PATCH] src/systemd: fix grammar and spelling errors in comments

2014-03-24 Thread Jason St. John
On Mon, Mar 24, 2014 at 3:50 PM, Lennart Poettering lenn...@poettering.net wrote: On Tue, 18.03.14 01:13, Jason St. John (jstj...@purdue.edu) wrote: Doesn't apply anymore, could please rebase? Sure. I resubmitted the patch here: http://lists.freedesktop.org/archives/systemd-devel/2014-March

[systemd-devel] [PATCH] timedate: fix numerous grammar errors in comments and output/debug messages

2014-03-17 Thread Jason St. John
--- src/timedate/timedate-sntp.c | 28 ++-- src/timedate/timedatectl.c | 25 - src/timedate/timedated.c | 25 - 3 files changed, 38 insertions(+), 40 deletions(-) diff --git a/src/timedate/timedate-sntp.c

[systemd-devel] [PATCH] src/systemd: fix grammar and spelling errors in comments

2014-03-17 Thread Jason St. John
--- src/systemd/_sd-common.h | 4 +-- src/systemd/sd-event.h | 6 ++-- src/systemd/sd-id128.h | 2 +- src/systemd/sd-login.h | 52 +-- src/systemd/sd-network.h | 14 +- src/systemd/sd-readahead.h | 18 ++--

[systemd-devel] [PATCHv2] man: improve wording of systemctl's --after/--before

2014-03-16 Thread Jason St. John
Commit 4a77ca7 was an attempt at fixing the wording of --after and --before, but the new wording was unclear. Split the combined --after/--before section into a separate section for each, explicitly state what each option does, and add information about how these lists are generated.

Re: [systemd-devel] [PATCH] man: improve wording of systemctl's --after/--before

2014-03-16 Thread Jason St. John
On Sat, Mar 15, 2014 at 12:17 AM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: On Thu, Mar 13, 2014 at 09:03:09AM +0400, Andrey Borzenkov wrote: В Wed, 12 Mar 2014 23:07:32 -0400 Jason St. John jstj...@purdue.edu пишет: Commit 4a77ca7 was an attempt at fixing the wording

[systemd-devel] [PATCH] replace tabs with spaces in some files

2014-02-20 Thread Jason St. John
Files: * hwdb/60-keyboard.hwdb * shell-completion/zsh/_systemd-coredumpctl * src/test/test-helper.h --- I also noticed that kdbus.h uses tabs exclusively. Is this something that should be fixed too? hwdb/60-keyboard.hwdb | 4 ++-- shell-completion/zsh/_systemd-coredumpctl |

[systemd-devel] [PATCH] NEWS: fix typos and grammar errors

2014-02-17 Thread Jason St. John
--- NEWS | 108 +-- 1 file changed, 54 insertions(+), 54 deletions(-) diff --git a/NEWS b/NEWS index ae7be6e..d41eee8 100644 --- a/NEWS +++ b/NEWS @@ -4,14 +4,14 @@ CHANGES WITH 209: * A new component systemd-networkd has

Re: [systemd-devel] [PATCH] NEWS: fix typos and grammar errors

2014-02-17 Thread Jason St. John
On Tue, Feb 18, 2014 at 12:02 AM, Jason St. John jstj...@purdue.edu wrote: --- NEWS | 108 +-- 1 file changed, 54 insertions(+), 54 deletions(-) diff --git a/NEWS b/NEWS index ae7be6e..d41eee8 100644 --- a/NEWS +++ b/NEWS

[systemd-devel] [PATCH] NEWS: fix typos and grammar errors

2014-02-17 Thread Jason St. John
--- This is a resubmit that should apply cleanly on top of Jan Engelhardt's latest patch (commit 4670e9d). NEWS | 102 +-- 1 file changed, 51 insertions(+), 51 deletions(-) diff --git a/NEWS b/NEWS index 6a6635b..d65fe29 100644

Re: [systemd-devel] [PATCH 2/2] man: use spaces instead of tabs

2014-02-14 Thread Jason St. John
On Fri, Feb 14, 2014 at 10:11 PM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: On Thu, Feb 13, 2014 at 08:25:24PM -0500, Jason St. John wrote: * standardize capitalization of STDIN, STDOUT, and STDERR * reword some sentences for clarity * reflow some very long lines to be shorter than

[systemd-devel] [PATCH 2/2] man: use spaces instead of tabs

2014-02-13 Thread Jason St. John
Several sections of the man pages included intermixed tabs and spaces; this commit replaces all tabs with spaces. --- man/crypttab.xml | 2 +- man/sd_bus_creds_get_pid.xml | 4 +-- man/systemd-delta.xml| 73 +---

Re: [systemd-devel] Impossible to autologin on tty1 on Fedora 20

2014-02-13 Thread Jason St. John
On Thu, Feb 13, 2014 at 9:17 AM, Federico Carotenuto pooka...@hotmail.com wrote: Kind Systemd mailing list, I'm currently facing lots of problems in setting up autologin on a minimal install (no xserver) of Fedora 20: up until now I followed the guide at this link

Re: [systemd-devel] [PATCH] Use normal English elide in place of ellipsize

2014-02-04 Thread Jason St. John
On Tue, Feb 4, 2014 at 11:49 AM, Barry Scott barry.sc...@onelan.co.uk wrote: On Tue 04 Feb 2014 16:15:52 Colin Guthrie wrote: If we do want to describe the action taken rather than the effect, then I would use the word truncate here, rather than elide as this is really what happens now as

Re: [systemd-devel] Patch to fix hint message

2014-02-03 Thread Jason St. John
On Feb 3, 2014 1:10 PM, barry.sc...@onelan.com barry.sc...@onelan.com wrote: The use of the ... (ellipsis) is to elide text. Ellipsized is not in the dictionary. If you are willing to take this fix I could develop a patch to fix the variables used in the code as well. Barry ---

[systemd-devel] [PATCH 1/2] man: fix grammar issues in journalctl(1)

2013-12-17 Thread Jason St. John
And add a missing option tag around --setup-keys under --force. --- This is mostly fixes for typos, incorrect comma usage, lack of articles (e.g. the, a, an), poor wording, etc. man/journalctl.xml | 71 +++--- 1 file changed, 36 insertions(+), 35

[systemd-devel] [PATCH 2/2] man: be more explicit about option arguments that take 128-bit IDs in journalctl(1)

2013-12-17 Thread Jason St. John
It may not be immediately obvious to the reader what ID128 is, so replace the example option argument ID128 with 128-bit-ID. --- ID128 is developer jargon/shorthand for 128-bit ID that is regularly used in function definitions. For those new to systemd, non-native English speakers, or for those

[systemd-devel] [PATCH 2/2] journalctl: indent line-wrapped descriptions in --help message

2013-12-17 Thread Jason St. John
It's difficult to read the --help text when there are no indents for line-wrapped descriptions, so add indenting to provide a visual cue. --- I used an eight-space indent to match the coding style for systemd. If this is too much indentation space, I can resubmit with four-space indents or

[systemd-devel] [PATCH 1/2] journalctl: fix several issues in --help message text

2013-12-17 Thread Jason St. John
-- fix grammar and reword some descriptions for clarity -- add a useful description of what --follow does -- fix the description for --after-cursor -- properly introduce the FSS acronym for Forward Secure Sealing in both sections -- clarify the --disk-usage command --- src/journal/journalctl.c |

[systemd-devel] [PATCH] man: improve wording and comma usage in systemd.journal-fields(7)

2013-12-10 Thread Jason St. John
Improve wording under Description and _KERNEL_DEVICE= Signed-off-by: Jason St. John jstj...@purdue.edu --- man/systemd.journal-fields.xml | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/man/systemd.journal-fields.xml b/man/systemd.journal-fields.xml index

[systemd-devel] Fwd: Journalctl performance

2013-09-30 Thread Jason St. John
On Wed, Sep 25, 2013 at 8:44 AM, Frederic Crozat fcro...@suse.com wrote: Le mercredi 25 septembre 2013 à 12:10 +0100, Colin Guthrie a écrit : Hi, On a relatively average journal it can take a long time to page through all the data collected. With data stored from 5th August to 25th

[systemd-devel] [PATCH] man: use HTTPS links for links that support it

2013-07-16 Thread Jason St. John
From: Jason St. John jstj...@purdue.edu --- man/binfmt.d.xml | 2 +- man/journald.conf.xml | 2 +- man/machine-id.xml | 2 +- man/os-release.xml | 2 +- man/sd-id128.xml | 2 +- man/systemd.cgroup.xml | 20 ++-- man/systemd.exec.xml | 6 +++--- man

[systemd-devel] [PATCH] man: improve word usage and grammar in logind.conf(5)

2013-07-09 Thread Jason St. John
From: Jason St. John jstj...@purdue.edu --- man/logind.conf.xml | 33 + 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/man/logind.conf.xml b/man/logind.conf.xml index 74a100e..8ab6d72 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml

[systemd-devel] [PATCH 1/2] keymap: improve consistency and general formatting of comments

2013-07-03 Thread Jason St. John
From: Jason St. John jstj...@purdue.edu --- keymaps-force-release/samsung-other | 4 ++-- keymaps-force-release/samsung-series-3 | 2 +- keymaps-force-release/samsung-series-9 | 6 +++--- keymaps/acer-aspire_8930| 4 ++-- keymaps/dell

[systemd-devel] [PATCH 2/2] keymap: horizontally align comments in the same column

2013-07-03 Thread Jason St. John
From: Jason St. John jstj...@purdue.edu --- keymaps-force-release/common-volume-keys| 6 +-- keymaps-force-release/samsung-series-3 | 4 +- keymaps/acer| 34 keymaps/acer-aspire_5720| 6 +-- keymaps

Re: [systemd-devel] [PATCH] man: fix a typo in systemd.socket.xml

2013-06-28 Thread Jason St. John
On Fri, Jun 28, 2013 at 12:40 PM, Łukasz Stelmach l.stelm...@samsung.com wrote: Signed-off-by: Łukasz Stelmach l.stelm...@samsung.com --- man/systemd.socket.xml |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index

[systemd-devel] [PATCH] man: fix spacing issue in various man pages

2013-06-27 Thread Jason St. John
From: Jason St. John jstj...@purdue.edu Before: libsystemd-daemonpkg-config(1) After: libsystemd-daemon pkg-config(1) This fix is more complicated than it should be due to the consecutive XML elements separated by collapsible whitespace. Merging the lines and separating the XML elements

Re: [systemd-devel] [PATCH] man: fix spacing issue in sd_is_fifo(3)

2013-06-26 Thread Jason St. John
On Fri, Jun 14, 2013 at 2:40 PM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: On Wed, Jun 12, 2013 at 09:25:08PM +0200, Jason St. John wrote: From: Jason St. John jstj...@purdue.edu Before: libsystemd-daemonpkg-config(1) After: libsystemd-daemon pkg-config(1) This fix is more

[systemd-devel] [PATCH] man: improve readability of _TRANSPORT= section in systemd.journal-fields(7)

2013-06-12 Thread Jason St. John
From: Jason St. John jstj...@purdue.edu The list and descriptions of valid transports was difficult to read, so break the long sentence up into discrete man page list items to improve readability. --- man/systemd.journal-fields.xml | 84 ++ 1 file changed

[systemd-devel] [PATCH] man: fix spacing issue in sd_is_fifo(3)

2013-06-12 Thread Jason St. John
From: Jason St. John jstj...@purdue.edu Before: libsystemd-daemonpkg-config(1) After: libsystemd-daemon pkg-config(1) This fix is more complicated than it should be due to the consecutive XML elements separated by collapsible whitespace. Merging the lines and separating the XML elements