Skip to content

Commit 2192c2a

Browse files
authored
Merge pull request pmem#4865 from lplewa/stable-1.9
doc: fix a quote symbol in manpages
2 parents 951a2ae + 7d901c3 commit 2192c2a

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

doc/libpmem/pmem_is_pmem.3.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,12 @@ Not all file systems support **posix_fallocate**(3). _UW(pmem_map_file) will
155155
fail if **PMEM_FILE_CREATE** is specified without **PMEM_FILE_SPARSE** and
156156
the underlying file system does not support **posix_fallocate**(3).
157157

158-
_WINUX(==q== On Windows if **PMEM_FILE_CREATE** is specified without
158+
_WINUX(=q= On Windows if **PMEM_FILE_CREATE** is specified without
159159
**PMEM_FILE_SPARSE** and the file exists, FILE_ATTRIBUTE_SPARSE_FILE and
160160
FILE_ATTRIBUTE_COMPRESSED will be removed if the file has any, to physically
161161
allocate space for the file. This is a workaround for _chsize() performance
162-
issues ==e==)
162+
issues. =e=)
163+
163164
# SEE ALSO #
164165

165166
**creat**(2), **ftruncate**(2), **mmap**(2), **msync**(2), **munmap**(2),

doc/libpmemblk/pmemblk_create.3.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,11 @@ consistency check cannot be performed, _UW(pmemblk_check) returns -1 and sets
147147
Not all file systems support **posix_fallocate**(3). _UW(pmemblk_create) will
148148
fail if the underlying file system does not support **posix_fallocate**(3).
149149

150-
_WINUX(==q== On Windows if _UW(pmemblk_create) is called on an existing file
150+
_WINUX(=q= On Windows if _UW(pmemblk_create) is called on an existing file
151151
with FILE_ATTRIBUTE_SPARSE_FILE and FILE_ATTRIBUTE_COMPRESSED set,
152152
they will be removed, to physically allocate space for the pool.
153-
This is a workaround for _chsize() performance issues ==e==)
153+
This is a workaround for _chsize() performance issues. =e=)
154+
154155
# SEE ALSO #
155156
**pmempool**(1), **creat**(2), **pmemblk_nblock**(3),
156157
**posix_fallocate**(3), **poolset**(5),

doc/libpmemlog/pmemlog_create.3.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,11 @@ cannot perform the consistency check due to other errors.
134134
Not all file systems support **posix_fallocate**(3). _UW(pmemlog_create) will
135135
fail if the underlying file system does not support **posix_fallocate**(3).
136136

137-
_WINUX(==q== On Windows if _UW(pmemlog_create) is called on an existing file
137+
_WINUX(=q= On Windows if _UW(pmemlog_create) is called on an existing file
138138
with FILE_ATTRIBUTE_SPARSE_FILE and FILE_ATTRIBUTE_COMPRESSED set,
139139
they will be removed, to physically allocate space for the pool.
140-
This is a workaround for _chsize() performance issues ==e==)
140+
This is a workaround for _chsize() performance issues. =e=)
141+
141142
# SEE ALSO #
142143

143144
**pmempool**(1), **creat**(2), **posix_fallocate**(3),

doc/libpmemobj/pmemobj_open.3.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,11 @@ perform the consistency check due to other errors.
166166
Not all file systems support **posix_fallocate**(3). _UW(pmemobj_create) will
167167
fail if the underlying file system does not support **posix_fallocate**(3).
168168

169-
_WINUX(==q== On Windows if _UW(pmemobj_create) is called on an existing file
169+
_WINUX(=q= On Windows if _UW(pmemobj_create) is called on an existing file
170170
with FILE_ATTRIBUTE_SPARSE_FILE and FILE_ATTRIBUTE_COMPRESSED set,
171171
they will be removed, to physically allocate space for the pool.
172-
This is a workaround for _chsize() performance issues ==e==)
172+
This is a workaround for _chsize() performance issues. =e=)
173+
173174
# SEE ALSO #
174175

175176
**creat**(2), **msync**(2), **pmem_is_pmem**(3), **pmem_persist**(3),

0 commit comments

Comments
 (0)