diff options
author | Ori Bernstein <ori@eigenstate.org> | 2020-09-03 20:07:44 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2020-09-03 20:07:44 -0700 |
commit | cf5316a402140556a618a55b59a1d77849a0e35d (patch) | |
tree | d289ef7183f429175a3f94cf54ea9a5d293a3446 /sys/man/1 | |
parent | f444d6c3f21194d8a168133e04521f0a2503aa8b (diff) |
walk(1): improve wording, formatting
Clean up the wording of the walk(1) manpage,
improve the formatting of the format characters.
Diffstat (limited to 'sys/man/1')
-rw-r--r-- | sys/man/1/walk | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/man/1/walk b/sys/man/1/walk index 22811fb00..7263d32e4 100644 --- a/sys/man/1/walk +++ b/sys/man/1/walk @@ -47,18 +47,18 @@ Both and .I max are optional. -A number +An argument of .I n with no comma is equivalent to .IR 0,n . .TP .B -e statfmt -Setting the statfmt string allows specifying the data -.I walk -should print. -It takes a string of characters, each corresponding -to some piece of information about the file being -traversed, and prints them separated by spaces. +Specify the output format. +Each character in +.I statfmt +specifies a file attribute to display. +The printed attributes are separated by spaces. +.RS \n(INu .PP The statfmt characters are as follows: .TF . |