|
51 | 51 | <title>Description</title> |
52 | 52 |
|
53 | 53 | <para>Entries in the journal resemble an environment |
54 | | - block in their syntax, however with fields that can |
| 54 | + block in their syntax but with fields that can |
55 | 55 | include binary data. Primarily, fields are formatted |
56 | 56 | UTF-8 text strings, and binary formatting is used only |
57 | 57 | where formatting as UTF-8 text strings makes little |
58 | 58 | sense. New fields may freely be defined by |
59 | 59 | applications, but a few fields have special |
60 | 60 | meaning. All fields with special meanings are |
61 | | - optional. In some cases fields may appear more than |
| 61 | + optional. In some cases, fields may appear more than |
62 | 62 | once per entry.</para> |
63 | 63 | </refsect1> |
64 | 64 |
|
|
176 | 176 | <term><varname>_UID=</varname></term> |
177 | 177 | <term><varname>_GID=</varname></term> |
178 | 178 | <listitem> |
179 | | - <para>The process, user and |
| 179 | + <para>The process, user, and |
180 | 180 | group ID of the process the |
181 | 181 | journal entry originates from |
182 | 182 | formatted as a decimal |
|
190 | 190 | <term><varname>_CMDLINE=</varname></term> |
191 | 191 | <listitem> |
192 | 192 | <para>The name, the executable |
193 | | - path and the command line of |
| 193 | + path, and the command line of |
194 | 194 | the process the journal entry |
195 | 195 | originates from.</para> |
196 | 196 | </listitem> |
|
389 | 389 | the major and minor of the |
390 | 390 | device node, separated by <literal>:</literal> |
391 | 391 | and prefixed by <literal>b</literal>. Similar |
392 | | - for character devices, but |
| 392 | + for character devices but |
393 | 393 | prefixed by <literal>c</literal>. For network |
394 | | - devices the interface index, |
| 394 | + devices, this is the interface index |
395 | 395 | prefixed by <literal>n</literal>. For all other |
396 | | - devices <literal>+</literal> followed by the |
397 | | - subsystem name, followed by |
| 396 | + devices, this is the subsystem name |
| 397 | + prefixed by <literal>+</literal>, followed by |
398 | 398 | <literal>:</literal>, followed by the kernel |
399 | 399 | device name.</para> |
400 | 400 | </listitem> |
|
0 commit comments