pages*/*: update outdated pages, pages/*: fix placeholders (#14171)

This commit is contained in:
Sebastiaan Speck
2024-10-13 18:33:01 +02:00
committed by GitHub
parent ae804a9614
commit 3d6d73a9d1
84 changed files with 153 additions and 161 deletions

View File

@@ -25,8 +25,8 @@
- 排除由逗号分隔的主要设备编号列表指定的设备:
`lsblk -e {{1,7}}`
`lsblk -e {{1,7,...}}`
- 使用逗号分隔的列列表显示自定义摘要:
`lsblk --output {{NAME}},{{SERIAL}},{{MODEL}},{{TRAN}},{{TYPE}},{{SIZE}},{{FSTYPE}},{{MOUNTPOINT}}`
`lsblk --output {{NAME,SERIAL,MODEL,TRAN,TYPE,SIZE,FSTYPE,MOUNTPOINT,...}}`