diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-06-10 11:53:47 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-06-10 11:53:47 +0200 |
| commit | da16ac098dcbb5e9446d01829d9b55154227dbcc (patch) | |
| tree | ff48017974e1545f96abf37ae40b6d61b65b6d93 | |
| parent | c6ba384bf4765e53b73ecd50db668693f9791c8a (diff) | |
| download | man-pages-da16ac098dcbb5e9446d01829d9b55154227dbcc.tar.gz | |
open.2: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man2/open.2 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man2/open.2 b/man2/open.2 index 149903031c..81dfd2086c 100644 --- a/man2/open.2 +++ b/man2/open.2 @@ -1723,9 +1723,11 @@ The logical block size can be determined using the .B BLKSSZGET operation or from the shell using the command: .PP +.in +4n .EX - blockdev \-\-getss +blockdev \-\-getss .EE +.in .PP .B O_DIRECT I/Os should never be run concurrently with the |
