From 709f7bb642e20e9c930b54b2b2dd24002482cdc4 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 21 Apr 2017 16:47:05 +0200 Subject: [PATCH] statx.2: ffix Signed-off-by: Michael Kerrisk --- man2/statx.2 | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/man2/statx.2 b/man2/statx.2 index bff820430..c7ca12a2d 100644 --- a/man2/statx.2 +++ b/man2/statx.2 @@ -217,18 +217,18 @@ can also be used to control what sort of synchronization the kernel will do when querying a file on a remote filesystem. This is done by OR'ing in one of the following values: .TP -AT_STATX_SYNC_AS_STAT +.B AT_STATX_SYNC_AS_STAT Do whatever .BR stat (2) does. This is the default and is very much filesystem specific. .TP -AT_STATX_FORCE_SYNC +.B AT_STATX_FORCE_SYNC Force the attributes to be synchronised with the server. This may require that a network filesystem perform a data writeback to get the timestamps correct. .TP -AT_STATX_DONT_SYNC +.B AT_STATX_DONT_SYNC Don't synchronise anything, but rather just take whatever the system has cached if possible. This may mean that the information returned is approximate, but, @@ -266,7 +266,9 @@ STATX_ALL [All currently available fields] .B "Do not" simply set .I mask -to UINT_MAX as one or more bits may, in the future, be used to specify an +to +.B UINT_MAX +as one or more bits may, in the future, be used to specify an extension to the buffer. .SS The returned information @@ -444,18 +446,22 @@ The file is compressed by the fs and may take extra resources to access. STATX_ATTR_IMMUTABLE The file cannot be modified: it cannot be deleted or renamed, no hard links can be created to this file and no data can be written to it. -See chattr(1). +See +.BR chattr (1). .TP STATX_ATTR_APPEND The file can only be opened in append mode for writing. Random access writing is not permitted. -See chattr(1). +See +.BR chattr (1). .TP STATX_ATTR_NODUMP -File is not a candidate for backup when a backup program such as dump(8) is -run. -See chattr(1). +File is not a candidate for backup when a backup program such as +.BR dump (8) +is run. +See +.BR chattr (1). .TP STATX_ATTR_ENCRYPTED A key is required for the file to be encrypted by the filesystem.