From cf2c5fe27e90ddf956820b23dd22269720a663a2 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Fri, 20 Sep 2024 02:57:43 -0600 Subject: [PATCH] LU-4315 doc: remove usage of lgroff-macros A few updated man pages were incorrectly including the non-existent lgroff-macros file. That is not actually needed, and breaks them. Fix lfs-setquota.1 man page to use --projid instead of --project. Test-Parameters: trivial Build-Parameters: distro=el9.3 arch=x86_64 Fixes: 5bb91eaff0 ("LU-4315 doc: updating lfs-[c-g] man page style") Fixes: d2e3bff585 ("LU-7544 doc: improve setquota man page") Signed-off-by: Andreas Dilger Change-Id: I2bc485d2b1b90878ee8dbad978e05626ef3ebbe5 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/56439 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Timothy Day Reviewed-by: Frederick Dilger Reviewed-by: Oleg Drokin --- lustre/doc/lfs-df.1 | 1 - lustre/doc/lfs-find.1 | 1 - lustre/doc/lfs-getstripe.1 | 1 - lustre/doc/lfs-setquota.1 | 2 +- 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/lustre/doc/lfs-df.1 b/lustre/doc/lfs-df.1 index e462532..1502a86 100644 --- a/lustre/doc/lfs-df.1 +++ b/lustre/doc/lfs-df.1 @@ -1,4 +1,3 @@ -.so lustre/doc/lgroff-macros .TH LFS-DF 1 2024-08-15 Lustre "Lustre User Utilities" .SH NAME lfs-df \- report Lustre filesystem disk usage diff --git a/lustre/doc/lfs-find.1 b/lustre/doc/lfs-find.1 index cb2665e..7d1d6ee 100644 --- a/lustre/doc/lfs-find.1 +++ b/lustre/doc/lfs-find.1 @@ -1,4 +1,3 @@ -.so lustre/doc/lgroff-macros .TH LFS-FIND 1 2024-08-15" Lustre "Lustre User Utilities" .SH NAME lfs-find \- Lustre client utility to list files with specific attributes diff --git a/lustre/doc/lfs-getstripe.1 b/lustre/doc/lfs-getstripe.1 index 8fb885d..0fb2559 100644 --- a/lustre/doc/lfs-getstripe.1 +++ b/lustre/doc/lfs-getstripe.1 @@ -1,4 +1,3 @@ -.so lustre/doc/lgroff-macros .TH LFS-GETSTRIPE 1 2024-08-15 Lustre "Lustre User Utilities" .SH NAME lfs-getstripe \- Lustre client command to print layout parameters of a file diff --git a/lustre/doc/lfs-setquota.1 b/lustre/doc/lfs-setquota.1 index 0b0cf6c..c3beca8 100644 --- a/lustre/doc/lfs-setquota.1 +++ b/lustre/doc/lfs-setquota.1 @@ -64,7 +64,7 @@ Specify inode softlimit, zero means unlimited. Specify inode hardlimit, zero means unlimited. The inode hardlimit should be greater than inode softlimit when it's being specified. .TP -.BR -p | --project " " \fIPROJID +.BR -p | --projid " " \fIPROJID Set project quota for numeric \fIPROJID\fR. .TP .BR --pool " " \fIPOOL_NAME -- 1.8.3.1