Whamcloud - gitweb
LU-15766 doc: Improve lfs-hsm.1 to match options in lfs.c 99/47099/3
authorThomas Stibor <t.stibor@gsi.de>
Wed, 20 Apr 2022 11:52:47 +0000 (13:52 +0200)
committerOleg Drokin <green@whamcloud.com>
Sat, 11 Jun 2022 05:56:28 +0000 (05:56 +0000)
commit5787efc44c8e6501c8d7b0bb4e1c0aa1ec2248fb
tree0bc68c0a19fc0af20913174c9afe97cd6a9a4c48
parentd409f74274754c87cd14a7f0a19f8d46f6496eb1
LU-15766 doc: Improve lfs-hsm.1 to match options in lfs.c

Manual page lfs-hsm.1 has minor inconsistent formatting
issues such as:

lfs hsm_state <FILE>...
lfs hsm_action file

and missing optional argument [--archive-id NUM]. According
to lfs.c the options shall be, e.g:

{"hsm_set", lfs_hsm_set, 0, "Set HSM user flag on specified files.n"
 "usage: hsm_set [--norelease] [--noarchive] [--dirty] [--exists] "
 "[--archived] [--lost] [--archive-id NUM] <file> ..."}

This patch ensures that manual page and options
in lfs.c are in match and consistent.

Change-Id: I745958f842d74e2627ae232197cc0143c368048d
Test-Parameters: trivial
Signed-off-by: Thomas Stibor <t.stibor@gsi.de>
Reviewed-on: https://review.whamcloud.com/47099
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Etienne AUJAMES <eaujames@ddn.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/doc/Makefile.am
lustre/doc/lfs-hsm.1
lustre/doc/lfs-hsm_action.1 [new file with mode: 0644]
lustre/doc/lfs-hsm_clear.1 [new file with mode: 0644]
lustre/doc/lfs-hsm_set.1 [new file with mode: 0644]
lustre/doc/lfs-hsm_state.1 [new file with mode: 0644]