From f5c6b64f166dc3fc6cbdca6f45d6faff2e6a0080 Mon Sep 17 00:00:00 2001 From: Siri Hansen Date: Thu, 21 Mar 2019 13:35:17 +0100 Subject: [logger] Replace "can not" with "cannot" --- lib/kernel/doc/src/logger_disk_log_h.xml | 8 ++++---- lib/kernel/doc/src/logger_std_h.xml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'lib/kernel') diff --git a/lib/kernel/doc/src/logger_disk_log_h.xml b/lib/kernel/doc/src/logger_disk_log_h.xml index 5b2374690e..aa577f3c62 100644 --- a/lib/kernel/doc/src/logger_disk_log_h.xml +++ b/lib/kernel/doc/src/logger_disk_log_h.xml @@ -66,7 +66,7 @@ corresponds to the name property in the dlog_option() datatype.

-

The value is set when the handler is added, and it can not +

The value is set when the handler is added, and it cannot be changed in runtime.

Defaults to the same name as the handler identity, in the current directory.

@@ -77,7 +77,7 @@ corresponds to the type property in the dlog_option() datatype.

-

The value is set when the handler is added, and it can not +

The value is set when the handler is added, and it cannot be changed in runtime.

Defaults to wrap.

@@ -88,7 +88,7 @@ corresponds to the MaxNoFiles element in the size property in the dlog_option() datatype.

-

The value is set when the handler is added, and it can not +

The value is set when the handler is added, and it cannot be changed in runtime.

Defaults to 10.

The setting has no effect on a halt log.

@@ -101,7 +101,7 @@ corresponds to the MaxNoBytes element in the size property in the dlog_option() datatype.

-

The value is set when the handler is added, and it can not +

The value is set when the handler is added, and it cannot be changed in runtime.

Defaults to 1048576 bytes for a wrap log, and infinity for a halt log.

diff --git a/lib/kernel/doc/src/logger_std_h.xml b/lib/kernel/doc/src/logger_std_h.xml index 5ed1a2f210..5ac4f58d12 100644 --- a/lib/kernel/doc/src/logger_std_h.xml +++ b/lib/kernel/doc/src/logger_std_h.xml @@ -58,7 +58,7 @@ type = standard_io | standard_error | file

Specifies the log destination.

-

The value is set when the handler is added, and it can not +

The value is set when the handler is added, and it cannot be changed in runtime.

Defaults to standard_io, unless parameter file is @@ -68,7 +68,7 @@

This specifies the name of the log file when the handler is of type file.

-

The value is set when the handler is added, and it can not +

The value is set when the handler is added, and it cannot be changed in runtime.

Defaults to the same name as the handler identity, in the current directory.

@@ -93,9 +93,9 @@ or {delayed_write,Size,Delay} is found in the list, delayed_write is added.
-

Log files are always UTF-8 encoded. The encoding can not be +

Log files are always UTF-8 encoded. The encoding cannot be changed by setting the mode {encoding,Encoding}.

-

The value is set when the handler is added, and it can not +

The value is set when the handler is added, and it cannot be changed in runtime.

Defaults to [raw,append,delayed_write].

-- cgit v1.2.3