diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-07-12 03:14:50 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-07-12 03:14:50 +0200 |
commit | 627cdcc785530e0efad4dccd85c600c9ebfdaa50 (patch) | |
tree | e20d79d99275b6dd5a791e9139c93b6455015222 /man/sd_journal_open.xml | |
parent | man: move <varlistentry> in <variablelist> (diff) | |
download | systemd-627cdcc785530e0efad4dccd85c600c9ebfdaa50.tar.xz systemd-627cdcc785530e0efad4dccd85c600c9ebfdaa50.zip |
tree-wide: fix typos reported by Fossies Codespell report
Diffstat (limited to 'man/sd_journal_open.xml')
-rw-r--r-- | man/sd_journal_open.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_journal_open.xml b/man/sd_journal_open.xml index 8b7035fcc2..0c4b1a7d5a 100644 --- a/man/sd_journal_open.xml +++ b/man/sd_journal_open.xml @@ -137,7 +137,7 @@ <para><function>sd_journal_open_directory_fd()</function> is similar to <function>sd_journal_open_directory()</function>, but takes a file descriptor referencing a directory in the file - system instead of an absolute file system path. In addtion to the flags accepted by + system instead of an absolute file system path. In addition to the flags accepted by <function>sd_journal_open_directory()</function>, this function also accepts <constant>SD_JOURNAL_TAKE_DIRECTORY_FD</constant>. If <constant>SD_JOURNAL_TAKE_DIRECTORY_FD</constant> is specified, the function will take the ownership of the specified file descriptor on success, and it will be |