Message ID | 20230711115344.562823-5-lizhijian@fujitsu.com |
---|---|
State | Accepted |
Commit | 7f311a99259f4e0ed0362dc98d0aab0698f6af70 |
Headers | show |
Series | cxl/monitor and ndctl/monitor fixes | expand |
On Tue, Jul 11, 2023 at 07:53:44PM +0800, Li Zhijian wrote: > No syslog is supported by cxl-monitor Reviewed-by: Alison Schofield <alison.schofield@intel.com> > > Reviewed-by: Dave Jiang <dave.jiang@intel.com> > Signed-off-by: Li Zhijian <lizhijian@fujitsu.com> > --- > V2: add Reviewed-by tag > --- > Documentation/cxl/cxl-monitor.txt | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/Documentation/cxl/cxl-monitor.txt b/Documentation/cxl/cxl-monitor.txt > index 3fc992e4d4d9..c284099f16c3 100644 > --- a/Documentation/cxl/cxl-monitor.txt > +++ b/Documentation/cxl/cxl-monitor.txt > @@ -39,8 +39,7 @@ OPTIONS > --log=:: > Send log messages to the specified destination. > - "<file>": > - Send log messages to specified <file>. When fopen() is not able > - to open <file>, log messages will be forwarded to syslog. > + Send log messages to specified <file>. > - "standard": > Send messages to standard output. > > -- > 2.29.2 >
diff --git a/Documentation/cxl/cxl-monitor.txt b/Documentation/cxl/cxl-monitor.txt index 3fc992e4d4d9..c284099f16c3 100644 --- a/Documentation/cxl/cxl-monitor.txt +++ b/Documentation/cxl/cxl-monitor.txt @@ -39,8 +39,7 @@ OPTIONS --log=:: Send log messages to the specified destination. - "<file>": - Send log messages to specified <file>. When fopen() is not able - to open <file>, log messages will be forwarded to syslog. + Send log messages to specified <file>. - "standard": Send messages to standard output.