walk(1): formatting/corrections
This commit is contained in:
parent
7facfb5548
commit
0f1b442bc0
1 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ walk \- walk a path
|
||||||
.I mind,maxd
|
.I mind,maxd
|
||||||
] [
|
] [
|
||||||
.B -e
|
.B -e
|
||||||
.I ststr
|
.I statfmt
|
||||||
] [
|
] [
|
||||||
.I name ...
|
.I name ...
|
||||||
]
|
]
|
||||||
|
@ -18,7 +18,7 @@ walk \- walk a path
|
||||||
.I Walk
|
.I Walk
|
||||||
recursively descends any directory arguments,
|
recursively descends any directory arguments,
|
||||||
printing the name of each file on a separate line.
|
printing the name of each file on a separate line.
|
||||||
When no arguments are given, the current directory
|
When no arguments are given, the working directory
|
||||||
is assumed.
|
is assumed.
|
||||||
Non-directory arguments are checked for existence,
|
Non-directory arguments are checked for existence,
|
||||||
then printed, if so.
|
then printed, if so.
|
||||||
|
@ -50,7 +50,7 @@ are optional.
|
||||||
.TP
|
.TP
|
||||||
.B -e statfmt
|
.B -e statfmt
|
||||||
Setting the statfmt string allows specifying the data
|
Setting the statfmt string allows specifying the data
|
||||||
.B walk
|
.I walk
|
||||||
should print.
|
should print.
|
||||||
It takes a string of characters, each corresponding
|
It takes a string of characters, each corresponding
|
||||||
to some piece of information about the file being
|
to some piece of information about the file being
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue