Skip to content

Commit d23f1b4

Browse files
authored
Merge pull request #54 from ssahani/namespace
Rename NameSpace -> Namespace
2 parents 4a64666 + 2addf89 commit d23f1b4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ systemd-netlogd reads configuration files named `/etc/systemd/netlogd.conf` and
6767
Directory=
6868
Takes a directory path. Specifies whether to operate on the specified journal directory DIR instead of the default runtime and system journal paths.
6969

70-
NameSpace=
70+
Namespace=
7171
Takes a journal namespace identifier string as argument. If not specified the data collected by the default namespace is shown. If specified
7272
shows the log data of the specified namespace instead. If the namespace is specified as "*" data from all namespaces is shown, interleaved.
7373
If the namespace identifier is prefixed with "+" data from the specified namespace and the default namespace is shown, interleaved, but no other

doc/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This will create a user systemd-journal-netlog
4242
| Directory=
4343
Takes a directory path. Specifies whether to operate on the specified journal directory DIR instead of the default runtime and system journal paths.
4444
45-
| NameSpace=
45+
| Namespace=
4646
Takes a journal namespace identifier string as argument. If not specified the data collected by the default namespace is shown.
4747
If specified shows the log data of the specified namespace instead. If the namespace is specified as "*" data from all namespaces
4848
is shown, interleaved. If the namespace identifier is prefixed with "+" data from the specified namespace and the default namespace is shown,

src/netlog/netlog-gperf.gperf

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Network.Address, config_parse_netlog_remote_address, 0, 0
1919
Network.Protocol, config_parse_protocol, 0, offsetof(Manager, protocol)
2020
Network.LogFormat, config_parse_log_format, 0, offsetof(Manager, log_format)
2121
Network.Directory, config_parse_string, 0, offsetof(Manager, dir)
22-
Network.NameSpace, config_parse_namespace, 0, offsetof(Manager, namespace)
22+
Network.Namespace, config_parse_namespace, 0, offsetof(Manager, namespace)
2323
Network.StructuredData, config_parse_string, 0, offsetof(Manager, structured_data)
2424
Network.UseSysLogStructuredData, config_parse_bool, 0, offsetof(Manager, syslog_structured_data)
2525
Network.UseSysLogMsgId, config_parse_bool, 0, offsetof(Manager, syslog_msgid)

0 commit comments

Comments
 (0)