]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Fix some brackets in synopses
authorChristian Bartolomäus <use_v6@aglaz.de>
Thu, 17 Jun 2021 20:27:17 +0000 (22:27 +0200)
committerChristian Bartolomäus <use_v6@aglaz.de>
Thu, 17 Jun 2021 20:27:17 +0000 (22:27 +0200)
disk-utils/fsck.8.adoc
disk-utils/sfdisk.8.adoc
misc-utils/blkid.8.adoc
sys-utils/prlimit.1.adoc
sys-utils/setarch.8.adoc
sys-utils/unshare.1.adoc
term-utils/scriptreplay.1.adoc

index 703e9894afca387a933ed9ce234f050f53b5bf15..803bd74556347116d1ef46cfb42875af88000840 100644 (file)
@@ -16,7 +16,7 @@ fsck - check and repair a Linux filesystem
 
 == SYNOPSIS
 
-*fsck* [*-lsAVRTMNP*] [*-r* [_fd_]] [*-C* [_fd_] [*-t* _fstype_] [_filesystem_...] [*--*] [_fs-specific-options_]
+*fsck* [*-lsAVRTMNP*] [*-r* [_fd_]] [*-C* [_fd_]] [*-t* _fstype_] [_filesystem_...] [*--*] [_fs-specific-options_]
 
 == DESCRIPTION
 
index b8d242eb63d9e6e418092fee34cbe32a76f34e67..091e591209a19413fb29658f67356f49b22d26d1 100644 (file)
@@ -29,7 +29,7 @@ sfdisk - display or manipulate a disk partition table
 
 *sfdisk* [options] _device_ [*-N* _partition-number_]
 
-*sfdisk* [options] _command_]
+*sfdisk* [options] _command_
 
 == DESCRIPTION
 
index cea44c303979ec52af12a2d130597e7847925a25..e178418ec77bbca9b4fb471e34e5ceb36e98bfc5 100644 (file)
@@ -17,7 +17,7 @@ blkid - locate/print block device attributes
 
 *blkid* *--label* _label_ | *--uuid* _uuid_
 
-*blkid* [*--no-encoding* *--garbage-collect* *--list-one* *--cache-file* _file_] [*--output* _format_][*--match-tag* _tag_] [*--match-token* _NAME=value_] [_device_...]
+*blkid* [*--no-encoding* *--garbage-collect* *--list-one* *--cache-file* _file_] [*--output* _format_] [*--match-tag* _tag_] [*--match-token* _NAME=value_] [_device_...]
 
 *blkid* *--probe* [*--offset* _offset_] [*--output* _format_] [*--size* _size_] [*--match-tag* _tag_] [*--match-types* _list_] [*--usages* _list_] [*--no-part-details*] _device_...
 
index a2be0c286197868fd8ae6b4963cd9aff4f076575..fcc3c51061fa2ea5aef7f76585276f7af2ef65d3 100644 (file)
@@ -18,9 +18,9 @@ prlimit - get and set process resource limits
 
 == SYNOPSIS
 
-*prlimit* [options] [*--resource*=_limits_]] [*--pid* _PID_]
+*prlimit* [options] [*--resource*[=_limits_]] [*--pid* _PID_]
 
-*prlimit* [options] [*--resource*=_limits_]] _command_ [_argument_...]
+*prlimit* [options] [*--resource*[=_limits_]] _command_ [_argument_...]
 
 == DESCRIPTION
 
index 9a36df8b0658c3194be043887350885930013edc..70bfd86127ca614d76ee3a80063990c593c2bbed 100644 (file)
@@ -12,7 +12,7 @@ setarch - change reported architecture in new program environment and/or set per
 
 == SYNOPSIS
 
-*setarch* [_arch_] [options] (_program_ [_argument_...]]
+*setarch* [_arch_] [options] [_program_ [_argument_...]]
 
 *setarch* *--list*|*-h*|*-V*
 
index 8e07399ef39261e5ddc384ed69732f536fb9492b..f0fdf506f58d6eb4670c62be8aa3850975efcd71 100644 (file)
@@ -12,7 +12,7 @@ unshare - run program in new namespaces
 
 == SYNOPSIS
 
-*unshare* [options] [_program_ [_arguments_]
+*unshare* [options] [_program_ [_arguments_]]
 
 == DESCRIPTION
 
index 86b54ef9bf078e99efaba9902203127152262037..3f96a2d42c1c544b193273a320f9bd5cbc0febd4 100644 (file)
@@ -13,7 +13,7 @@ scriptreplay - play back typescripts, using timing information
 
 == SYNOPSIS
 
-*scriptreplay* [options] [*-t*] _timingfile_ [_typescript_ [_divisor_]
+*scriptreplay* [options] [*-t*] _timingfile_ [_typescript_ [_divisor_]]
 
 == DESCRIPTION