From d9f34b35ca7eb195c3115edadaca1ccfc9ef368f Mon Sep 17 00:00:00 2001 From: Oleg Drokin Date: Thu, 8 Aug 2024 10:53:08 -0400 Subject: [PATCH] LU-18110 doc: Another round of simple spelling errors in manpages Change-Id: Idb6adcdb2ed736f9a68d9df184227029fa7a0848 Test-Parameters: trivial Signed-off-by: Oleg Drokin Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/55969 Reviewed-by: Andreas Dilger Reviewed-by: Frederick Dilger Tested-by: jenkins Tested-by: Maloo --- lustre/doc/lfs-setdirstripe.1 | 2 +- lustre/doc/lhbadm.8 | 10 +++++----- lustre/doc/llapi_changelog_clear.3 | 2 +- lustre/doc/llapi_get_lum_file_fd.3 | 2 +- lustre/doc/llapi_hsm_action_begin.3 | 2 +- lustre/doc/llapi_layout.7 | 2 +- lustre/doc/llapi_layout_alloc.3 | 2 +- lustre/doc/llapi_quotactl.3 | 2 +- lustre/doc/plot-llstat.8 | 2 +- lustre/doc/tunefs.lustre.8 | 2 +- 10 files changed, 14 insertions(+), 14 deletions(-) diff --git a/lustre/doc/lfs-setdirstripe.1 b/lustre/doc/lfs-setdirstripe.1 index 80b766d..209fe37 100644 --- a/lustre/doc/lfs-setdirstripe.1 +++ b/lustre/doc/lfs-setdirstripe.1 @@ -49,7 +49,7 @@ percent of each other, otherwise the client will prefer to select .B COUNT MDT(s) proportional to the free space and inodes on each. -Providing mutiple +Providing multiple .I MDT_INDEX values while trying to set the default striping pattern of subdirectories using .B -D diff --git a/lustre/doc/lhbadm.8 b/lustre/doc/lhbadm.8 index 3a39da8..c9a66d7 100644 --- a/lustre/doc/lhbadm.8 +++ b/lustre/doc/lhbadm.8 @@ -14,7 +14,7 @@ It offers the following operations: .B status Print a single line status message consisting of the heartbeat resource status a hyphen, and lustre status. -Under normal circumstatus, server status should be \fIlocal-local\fR. +Under normal circumstances, server status should be \fIlocal-local\fR. .TP .B failover \fIreason ...\fR Initiate failover of local services (and foreign if active) to the @@ -35,16 +35,16 @@ The heartbeat resource status values returned by \fBlhbadm status\fR may be one of the following: .TP .B local -Hearbeat expects only the local services to be running. +Heartbeat expects only the local services to be running. .TP .B none -Hearbeat expects no services to be running. +Heartbeat expects no services to be running. .TP .B all -Hearbeat expects local and foreign services to be running. +Heartbeat expects local and foreign services to be running. .TP .B foreign -Hearbeat expects only the foreign services to be running. +Heartbeat expects only the foreign services to be running. .TP .B transition Resources are in transition. diff --git a/lustre/doc/llapi_changelog_clear.3 b/lustre/doc/llapi_changelog_clear.3 index 8ce44fa..afa79fc 100644 --- a/lustre/doc/llapi_changelog_clear.3 +++ b/lustre/doc/llapi_changelog_clear.3 @@ -43,7 +43,7 @@ MDT's changelog char device or changelog user not found. Not enough permissions to open the changelog char device. By default, the device is only accessible to the root user. .SH EXAMPLE -An example can be found for in lfs.c source file. +An example can be found in lfs.c source file. .B lfs_changelog_clear implements the following command: .br diff --git a/lustre/doc/llapi_get_lum_file_fd.3 b/lustre/doc/llapi_get_lum_file_fd.3 index 124c388..6dbf52c 100644 --- a/lustre/doc/llapi_get_lum_file_fd.3 +++ b/lustre/doc/llapi_get_lum_file_fd.3 @@ -77,7 +77,7 @@ if it is not a NULL pointer. The output argument .BR valid contains the flags to indicate which fields in the returned file attributes -have been valid filled in. +have been validly filled in. The valid flags are as follows: .TP diff --git a/lustre/doc/llapi_hsm_action_begin.3 b/lustre/doc/llapi_hsm_action_begin.3 index 3f51dad..27b1eaa 100644 --- a/lustre/doc/llapi_hsm_action_begin.3 +++ b/lustre/doc/llapi_hsm_action_begin.3 @@ -47,7 +47,7 @@ hsm_action\fP\&. .sp Once the HSM request has been performed, the destination file must be closed, and \fBllapi_hsm_action_end\fP() must be called to free\-up the -allocated ressources and signal Lustre that the file is now available +allocated resources and signal Lustre that the file is now available to consumers. \fIerrval\fP is set to 0 on success. On error, it must be an errno, and hp_flags can be set to \fBHP_FLAG_RETRY\fP if the request is retryable, 0 otherwise. \fIhe\fP is the interval (\fIoffset\fP, \fIlength\fP) of diff --git a/lustre/doc/llapi_layout.7 b/lustre/doc/llapi_layout.7 index 574bdd8..279b0eb 100644 --- a/lustre/doc/llapi_layout.7 +++ b/lustre/doc/llapi_layout.7 @@ -8,7 +8,7 @@ llapi_layout \- abstract interface to the layout of a Lustre file .LP The .B llapi_layout -family of functions functions provides an abstract interface to +family of functions provides an abstract interface to manipulating the layout information of a file in a Lustre filesystem. Layouts are represented by the opaque data type .B struct llapi_layout diff --git a/lustre/doc/llapi_layout_alloc.3 b/lustre/doc/llapi_layout_alloc.3 index c7a1ca1..3d1160e 100644 --- a/lustre/doc/llapi_layout_alloc.3 +++ b/lustre/doc/llapi_layout_alloc.3 @@ -29,7 +29,7 @@ layout. .PP The returned .B struct llapi_layout -object is initialized with default attribute values that will effect the +object is initialized with default attribute values that will affect the standard Lustre behavior for assigning layouts to newly-created files. These values may be modified using the group of functions in diff --git a/lustre/doc/llapi_quotactl.3 b/lustre/doc/llapi_quotactl.3 index f2a467f..260fb01 100644 --- a/lustre/doc/llapi_quotactl.3 +++ b/lustre/doc/llapi_quotactl.3 @@ -177,7 +177,7 @@ does not exist The call is privileged and the caller was not the super-user. .TP .SM ESRCH -No disc quota is found for the indicated user. +No disk quota is found for the indicated user. .IP Quotas have not been turned on for this filesystem. .SH "SEE ALSO" diff --git a/lustre/doc/plot-llstat.8 b/lustre/doc/plot-llstat.8 index 9abb522..dcf7ff2 100644 --- a/lustre/doc/plot-llstat.8 +++ b/lustre/doc/plot-llstat.8 @@ -1,4 +1,4 @@ -.TH plot0llstat 1 "Jul 7, 2008" Lustre "utilities" +.TH plot-llstat 1 "Jul 7, 2008" Lustre "utilities" .SH NAME plot-llstat \- plot Lustre statistics .SH SYNOPSIS diff --git a/lustre/doc/tunefs.lustre.8 b/lustre/doc/tunefs.lustre.8 index bde1071..ce76dc1 100644 --- a/lustre/doc/tunefs.lustre.8 +++ b/lustre/doc/tunefs.lustre.8 @@ -65,7 +65,7 @@ MGS/MDT: \fIerrors=remount-ro,user_xattr\fR. \fBDO NOT\fR alter the default mount options unless you know what you are doing. .TP .BI \--backfs-mount-opts=opts -Use these options for mounting backing fs while tune.lustre is working. +Use these options for mounting backing fs while tunefs.lustre is working. .TP .BI \--network= net,... Network(s) to restrict this ost/mdt to. This option can be repeated as desired. -- 1.8.3.1