aboutsummaryrefslogtreecommitdiffstats
path: root/man2/open.2
diff options
context:
space:
mode:
authorBjarni Ingi Gislason <bjarniig@rhi.hi.is>2020-07-01 22:08:50 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-07-02 12:20:04 +0200
commit2c1acf16daacfa2938b8d6077e28203256cf1503 (patch)
tree86076baf6ddbad40ac1d5916f7b0dc9c255f6950 /man2/open.2
parent8ef1d3d11ddefa87351578da2ae0830e48686ee4 (diff)
downloadman-pages-2c1acf16daacfa2938b8d6077e28203256cf1503.tar.gz
man2/*: ffix: change '-' to '\-' for options
Change '-' to '\-' for the prefix of names to indicate an option. Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2/open.2')
-rw-r--r--man2/open.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/open.2 b/man2/open.2
index ef00f3cb9b..062ce57963 100644
--- a/man2/open.2
+++ b/man2/open.2
@@ -1192,7 +1192,7 @@ does not support
refers to a regular file that is too large to be opened.
The usual scenario here is that an application compiled
on a 32-bit platform without
-.I -D_FILE_OFFSET_BITS=64
+.I \-D_FILE_OFFSET_BITS=64
tried to open a file whose size exceeds
.I (1<<31)-1
bytes;