Skip to content
Snippets Groups Projects
Unverified Commit 2192c2ac authored by Piotr Balcer's avatar Piotr Balcer Committed by GitHub
Browse files

Merge pull request #4865 from lplewa/stable-1.9

doc: fix a quote symbol in manpages
parents 951a2aec 7d901c3f
No related branches found
No related tags found
No related merge requests found
...@@ -155,11 +155,12 @@ Not all file systems support **posix_fallocate**(3). _UW(pmem_map_file) will ...@@ -155,11 +155,12 @@ Not all file systems support **posix_fallocate**(3). _UW(pmem_map_file) will
fail if **PMEM_FILE_CREATE** is specified without **PMEM_FILE_SPARSE** and fail if **PMEM_FILE_CREATE** is specified without **PMEM_FILE_SPARSE** and
the underlying file system does not support **posix_fallocate**(3). the underlying file system does not support **posix_fallocate**(3).
_WINUX(==q== On Windows if **PMEM_FILE_CREATE** is specified without _WINUX(=q= On Windows if **PMEM_FILE_CREATE** is specified without
**PMEM_FILE_SPARSE** and the file exists, FILE_ATTRIBUTE_SPARSE_FILE and **PMEM_FILE_SPARSE** and the file exists, FILE_ATTRIBUTE_SPARSE_FILE and
FILE_ATTRIBUTE_COMPRESSED will be removed if the file has any, to physically FILE_ATTRIBUTE_COMPRESSED will be removed if the file has any, to physically
allocate space for the file. This is a workaround for _chsize() performance allocate space for the file. This is a workaround for _chsize() performance
issues ==e==) issues. =e=)
# SEE ALSO # # SEE ALSO #
**creat**(2), **ftruncate**(2), **mmap**(2), **msync**(2), **munmap**(2), **creat**(2), **ftruncate**(2), **mmap**(2), **msync**(2), **munmap**(2),
......
...@@ -147,10 +147,11 @@ consistency check cannot be performed, _UW(pmemblk_check) returns -1 and sets ...@@ -147,10 +147,11 @@ consistency check cannot be performed, _UW(pmemblk_check) returns -1 and sets
Not all file systems support **posix_fallocate**(3). _UW(pmemblk_create) will Not all file systems support **posix_fallocate**(3). _UW(pmemblk_create) will
fail if the underlying file system does not support **posix_fallocate**(3). fail if the underlying file system does not support **posix_fallocate**(3).
_WINUX(==q== On Windows if _UW(pmemblk_create) is called on an existing file _WINUX(=q= On Windows if _UW(pmemblk_create) is called on an existing file
with FILE_ATTRIBUTE_SPARSE_FILE and FILE_ATTRIBUTE_COMPRESSED set, with FILE_ATTRIBUTE_SPARSE_FILE and FILE_ATTRIBUTE_COMPRESSED set,
they will be removed, to physically allocate space for the pool. they will be removed, to physically allocate space for the pool.
This is a workaround for _chsize() performance issues ==e==) This is a workaround for _chsize() performance issues. =e=)
# SEE ALSO # # SEE ALSO #
**pmempool**(1), **creat**(2), **pmemblk_nblock**(3), **pmempool**(1), **creat**(2), **pmemblk_nblock**(3),
**posix_fallocate**(3), **poolset**(5), **posix_fallocate**(3), **poolset**(5),
......
...@@ -134,10 +134,11 @@ cannot perform the consistency check due to other errors. ...@@ -134,10 +134,11 @@ cannot perform the consistency check due to other errors.
Not all file systems support **posix_fallocate**(3). _UW(pmemlog_create) will Not all file systems support **posix_fallocate**(3). _UW(pmemlog_create) will
fail if the underlying file system does not support **posix_fallocate**(3). fail if the underlying file system does not support **posix_fallocate**(3).
_WINUX(==q== On Windows if _UW(pmemlog_create) is called on an existing file _WINUX(=q= On Windows if _UW(pmemlog_create) is called on an existing file
with FILE_ATTRIBUTE_SPARSE_FILE and FILE_ATTRIBUTE_COMPRESSED set, with FILE_ATTRIBUTE_SPARSE_FILE and FILE_ATTRIBUTE_COMPRESSED set,
they will be removed, to physically allocate space for the pool. they will be removed, to physically allocate space for the pool.
This is a workaround for _chsize() performance issues ==e==) This is a workaround for _chsize() performance issues. =e=)
# SEE ALSO # # SEE ALSO #
**pmempool**(1), **creat**(2), **posix_fallocate**(3), **pmempool**(1), **creat**(2), **posix_fallocate**(3),
......
...@@ -166,10 +166,11 @@ perform the consistency check due to other errors. ...@@ -166,10 +166,11 @@ perform the consistency check due to other errors.
Not all file systems support **posix_fallocate**(3). _UW(pmemobj_create) will Not all file systems support **posix_fallocate**(3). _UW(pmemobj_create) will
fail if the underlying file system does not support **posix_fallocate**(3). fail if the underlying file system does not support **posix_fallocate**(3).
_WINUX(==q== On Windows if _UW(pmemobj_create) is called on an existing file _WINUX(=q= On Windows if _UW(pmemobj_create) is called on an existing file
with FILE_ATTRIBUTE_SPARSE_FILE and FILE_ATTRIBUTE_COMPRESSED set, with FILE_ATTRIBUTE_SPARSE_FILE and FILE_ATTRIBUTE_COMPRESSED set,
they will be removed, to physically allocate space for the pool. they will be removed, to physically allocate space for the pool.
This is a workaround for _chsize() performance issues ==e==) This is a workaround for _chsize() performance issues. =e=)
# SEE ALSO # # SEE ALSO #
**creat**(2), **msync**(2), **pmem_is_pmem**(3), **pmem_persist**(3), **creat**(2), **msync**(2), **pmem_is_pmem**(3), **pmem_persist**(3),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment