logo

utils-std

Collection of commonly available Unix tools git clone https://anongit.hacktivis.me/git/utils-std.git/
commit: bc25fcef6b812b8a30e5739d8829b4b11e695399
parent d322084b7cf10361843e2e5fa25192dbb0fd0dac
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun,  6 Apr 2025 05:08:00 +0200

cmd/chmod.1: split lines longer than 80 chars

Diffstat:

Mcmd/chmod.115++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/cmd/chmod.1 b/cmd/chmod.1 @@ -26,7 +26,8 @@ on each given .Ar file , .Pp .Ar mode -can be either an octal natural number between 0 and 7777, or a symbolic operation like +can be either an octal natural number between 0 and 7777, +or a symbolic operation like .Ql +r or .Ql g=o-x . @@ -38,7 +39,8 @@ sections for details. .Pp If .Ar mode -starts with a dash (or is user-provided), it should be broken from options with a preceding double-dash +starts with a dash (or is user-provided), +it should be broken from options with a preceding double-dash .Pq -- like so: .Dl chmod -v -- -w,+r foobar @@ -58,7 +60,8 @@ Verbose, print both changes and retained modes .Ar file .El .Sh OCTAL MODE -Octal natural number between 0 and 7777, which can be obtained by or'ing the following values: +Octal natural number between 0 and 7777, +which can be obtained by or'ing the following values: .br .Bl -tag -width 0000 -compact .It 4000 @@ -101,7 +104,8 @@ to apply, each separated by a comma. .Pp For example .Ql g+r,o=g -sets read permission for group part and copies to other part the resulting permissions of the group part. +sets read permission for group part and +copies to other part the resulting permissions of the group part. .It clause Optionally starts with .Ql who @@ -164,6 +168,7 @@ The .Fl v and .Fl -reference -options are present for compatibility with other modern systems such as BusyBox and GNU coreutils. +options are present for compatibility with other modern systems such as +BusyBox and GNU coreutils. .Sh AUTHORS .An Haelwenn (lanodan) Monnier Aq Mt contact+utils@hacktivis.me