]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
fadvise: Fix markup in man page
authorMario Blättermann <mario.blaettermann@gmail.com>
Thu, 4 Jan 2024 19:58:53 +0000 (20:58 +0100)
committerGitHub <noreply@github.com>
Thu, 4 Jan 2024 19:58:53 +0000 (20:58 +0100)
misc-utils/fadvise.1.adoc

index dffbeaa5cff939e800255c04eda7d3517f755dea..4206d2ca604accf885ba95fb2ee2439a884bea0c 100644 (file)
@@ -18,7 +18,7 @@ fadvise - utility to use the posix_fadvise system call
 
 == DESCRIPTION
 
-*fadvise* is a simple command wrapping posix_fadvise system call
+*fadvise* is a simple command wrapping *posix_fadvise*(2) system call
 that is for predeclaring an access pattern for file data.
 
 == OPTIONS