]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lib/fileutils: fix fopen_at_no_link() comment formatting
authorKarel Zak <kzak@redhat.com>
Tue, 5 May 2026 11:47:32 +0000 (13:47 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 5 May 2026 11:47:32 +0000 (13:47 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
lib/fileutils.c

index dfce9c5d7046f70a9f8f0af22ecba28ee9a9c4f6..be480dff5a7c1aead25e0e6e8ee4b8b93129cf38 100644 (file)
@@ -442,11 +442,11 @@ char *ul_basename(char *path)
  * manner.
  *
  * @dir:       dirfd as passed to openat(2), e.g. AT_FDCWD for the calling process
              current working directory
- * @filename:  name of the target file
- * @flags:     open(2) file creation/status flags, O_NOFOLLOW is implicitly set
*             current working directory
+ * @filename:  name of the target file
+ * @flags:     open(2) file creation/status flags, O_NOFOLLOW is implicitly set
  * @perm:      open(2) file mode, can be bitwise ORed, these are only relevant
              when O_CREAT is set in @flags, otherwise pass as 0.
*             when O_CREAT is set in @flags, otherwise pass as 0.
  * @mode:      fopen(3) mode
  *
  * Return: On success, a valid pointer to a file stream is returned.