* [PATCH 1/2] inode.7: Remove duplicate field name
@ 2023-08-29 9:03 Avinesh Kumar
2023-08-29 9:03 ` [PATCH 2/2] inode.7: correct the field name for number of blocks Avinesh Kumar
2023-08-29 9:46 ` [PATCH 1/2] inode.7: Remove duplicate field name Alejandro Colomar
0 siblings, 2 replies; 4+ messages in thread
From: Avinesh Kumar @ 2023-08-29 9:03 UTC (permalink / raw)
To: alx; +Cc: linux-man
Signed-off-by: Avinesh Kumar <akumar@suse.de>
---
man7/inode.7 | 1 -
1 file changed, 1 deletion(-)
diff --git a/man7/inode.7 b/man7/inode.7
index 2fc4fde3c..5140fb069 100644
--- a/man7/inode.7
+++ b/man7/inode.7
@@ -56,7 +56,6 @@ Additional links to an existing file are created using
.BR link (2).
.TP
User ID
-.I st_uid
\fIstat.st_uid\fP; \fIstatx.stx_uid\fP
.IP
This field records the user ID of the owner of the file.
--
2.41.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] inode.7: correct the field name for number of blocks
2023-08-29 9:03 [PATCH 1/2] inode.7: Remove duplicate field name Avinesh Kumar
@ 2023-08-29 9:03 ` Avinesh Kumar
2023-08-29 9:50 ` Alejandro Colomar
2023-08-29 9:46 ` [PATCH 1/2] inode.7: Remove duplicate field name Alejandro Colomar
1 sibling, 1 reply; 4+ messages in thread
From: Avinesh Kumar @ 2023-08-29 9:03 UTC (permalink / raw)
To: alx; +Cc: linux-man
Signed-off-by: Avinesh Kumar <akumar@suse.de>
---
man7/inode.7 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man7/inode.7 b/man7/inode.7
index 5140fb069..7b7e4dcd9 100644
--- a/man7/inode.7
+++ b/man7/inode.7
@@ -98,7 +98,7 @@ This field gives the "preferred" blocksize for efficient filesystem I/O.
an inefficient read-modify-rewrite.)
.TP
Number of blocks allocated to the file
-\fIstat.st_blocks\fP; \fIstatx.stx_size\fP
+\fIstat.st_blocks\fP; \fIstatx.stx_blocks\fP
.IP
This field indicates the number of blocks allocated to the file,
512-byte units,
--
2.41.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 1/2] inode.7: Remove duplicate field name
2023-08-29 9:03 [PATCH 1/2] inode.7: Remove duplicate field name Avinesh Kumar
2023-08-29 9:03 ` [PATCH 2/2] inode.7: correct the field name for number of blocks Avinesh Kumar
@ 2023-08-29 9:46 ` Alejandro Colomar
1 sibling, 0 replies; 4+ messages in thread
From: Alejandro Colomar @ 2023-08-29 9:46 UTC (permalink / raw)
To: Avinesh Kumar; +Cc: linux-man
[-- Attachment #1.1: Type: text/plain, Size: 710 bytes --]
On 2023-08-29 11:03, Avinesh Kumar wrote:
> Signed-off-by: Avinesh Kumar <akumar@suse.de>
Fixes: b48c75727c64 ("inode.7: New page with information about inodes")
> ---
> man7/inode.7 | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/man7/inode.7 b/man7/inode.7
> index 2fc4fde3c..5140fb069 100644
> --- a/man7/inode.7
> +++ b/man7/inode.7
> @@ -56,7 +56,6 @@ Additional links to an existing file are created using
> .BR link (2).
> .TP
> User ID
> -.I st_uid
> \fIstat.st_uid\fP; \fIstatx.stx_uid\fP
> .IP
> This field records the user ID of the owner of the file.
--
<http://www.alejandro-colomar.es/>
GPG key fingerprint: A9348594CE31283A826FBDD8D57633D441E25BB5
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 2/2] inode.7: correct the field name for number of blocks
2023-08-29 9:03 ` [PATCH 2/2] inode.7: correct the field name for number of blocks Avinesh Kumar
@ 2023-08-29 9:50 ` Alejandro Colomar
0 siblings, 0 replies; 4+ messages in thread
From: Alejandro Colomar @ 2023-08-29 9:50 UTC (permalink / raw)
To: Avinesh Kumar; +Cc: linux-man
[-- Attachment #1.1: Type: text/plain, Size: 866 bytes --]
On 2023-08-29 11:03, Avinesh Kumar wrote:
> Signed-off-by: Avinesh Kumar <akumar@suse.de>
Fixes: b48c75727c64 ("inode.7: New page with information about inodes")
> ---
> man7/inode.7 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man7/inode.7 b/man7/inode.7
> index 5140fb069..7b7e4dcd9 100644
> --- a/man7/inode.7
> +++ b/man7/inode.7
> @@ -98,7 +98,7 @@ This field gives the "preferred" blocksize for efficient filesystem I/O.
> an inefficient read-modify-rewrite.)
> .TP
> Number of blocks allocated to the file
> -\fIstat.st_blocks\fP; \fIstatx.stx_size\fP
> +\fIstat.st_blocks\fP; \fIstatx.stx_blocks\fP
> .IP
> This field indicates the number of blocks allocated to the file,
> 512-byte units,
--
<http://www.alejandro-colomar.es/>
GPG key fingerprint: A9348594CE31283A826FBDD8D57633D441E25BB5
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-08-29 9:51 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-29 9:03 [PATCH 1/2] inode.7: Remove duplicate field name Avinesh Kumar
2023-08-29 9:03 ` [PATCH 2/2] inode.7: correct the field name for number of blocks Avinesh Kumar
2023-08-29 9:50 ` Alejandro Colomar
2023-08-29 9:46 ` [PATCH 1/2] inode.7: Remove duplicate field name Alejandro Colomar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).