linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/2] inode.7: Remove duplicate field name
@ 2023-08-29 10:30 Avinesh Kumar
  2023-08-29 10:30 ` [PATCH v2 2/2] inode.7: correct the field name for number of blocks Avinesh Kumar
  0 siblings, 1 reply; 3+ messages in thread
From: Avinesh Kumar @ 2023-08-29 10:30 UTC (permalink / raw)
  To: alx; +Cc: linux-man

Fixes: b48c75727c64 ("inode.7: New page with information about inodes")
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] 3+ messages in thread

* [PATCH v2 2/2] inode.7: correct the field name for number of blocks
  2023-08-29 10:30 [PATCH v2 1/2] inode.7: Remove duplicate field name Avinesh Kumar
@ 2023-08-29 10:30 ` Avinesh Kumar
  2023-09-13 14:17   ` Alejandro Colomar
  0 siblings, 1 reply; 3+ messages in thread
From: Avinesh Kumar @ 2023-08-29 10:30 UTC (permalink / raw)
  To: alx; +Cc: linux-man

Fixes: b48c75727c64 ("inode.7: New page with information about inodes")
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] 3+ messages in thread

* Re: [PATCH v2 2/2] inode.7: correct the field name for number of blocks
  2023-08-29 10:30 ` [PATCH v2 2/2] inode.7: correct the field name for number of blocks Avinesh Kumar
@ 2023-09-13 14:17   ` Alejandro Colomar
  0 siblings, 0 replies; 3+ messages in thread
From: Alejandro Colomar @ 2023-09-13 14:17 UTC (permalink / raw)
  To: Avinesh Kumar; +Cc: linux-man


[-- Attachment #1.1: Type: text/plain, Size: 920 bytes --]

Hi Avinesh,

On 2023-08-29 12:30, Avinesh Kumar wrote:
> Fixes: b48c75727c64 ("inode.7: New page with information about inodes")
> Signed-off-by: Avinesh Kumar <akumar@suse.de>

Patch set applied.

Thanks,
Alex

> ---
>  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] 3+ messages in thread

end of thread, other threads:[~2023-09-13 14:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-29 10:30 [PATCH v2 1/2] inode.7: Remove duplicate field name Avinesh Kumar
2023-08-29 10:30 ` [PATCH v2 2/2] inode.7: correct the field name for number of blocks Avinesh Kumar
2023-09-13 14:17   ` 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).