Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

man: Fix double words #169

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion man/lvmraid.7_main
Original file line number Diff line number Diff line change
Expand Up @@ -1604,7 +1604,7 @@ or the LV can be reduced in size after the reshaping conversion has finished.
[lv_rmeta_5] 4.00m linear 1 0 /dev/sdht(0)
.fi
.P
Once the conversion has finished we can can convert to striped.
Once the conversion has finished we can convert to striped.
.P
.nf
# lvconvert --type striped vg/lv
Expand Down
2 changes: 1 addition & 1 deletion man/lvmthin.7_main
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@ newly unused chunks to be used for new data.
.P
.B passdown:
Process discards in the thin pool (as with nopassdown), and
pass the discards down the the underlying device. This is the default
pass the discards down the underlying device. This is the default
mode.
.P
Create a thin pool with a specific discards mode:
Expand Down
2 changes: 1 addition & 1 deletion man/pvcreate.8_des
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ can be checked with:
.B pvs -o pe_start
.I PV
.P
The size of the LVM metadata area is the space between the the start of
The size of the LVM metadata area is the space between the start of
the metadata area and the first PE. When metadata begins at 4 KiB and the
first PE is at 1024 KiB, the metadata area size is 1020 KiB. This can be
checked with:
Expand Down
2 changes: 1 addition & 1 deletion man/pvcreate.8_pregen
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ can be checked with:
.B pvs -o pe_start
.I PV
.P
The size of the LVM metadata area is the space between the the start of
The size of the LVM metadata area is the space between the start of
the metadata area and the first PE. When metadata begins at 4 KiB and the
first PE is at 1024 KiB, the metadata area size is 1020 KiB. This can be
checked with:
Expand Down