diff options
author | BurnZeZ <devnull@localhost> | 2020-01-28 00:53:58 +0000 |
---|---|---|
committer | BurnZeZ <devnull@localhost> | 2020-01-28 00:53:58 +0000 |
commit | 0f1b442bc04c64dcc0709a6a060a0ed3ef4935e7 (patch) | |
tree | f3b8be2eb72b987106ec2a61112130e84ce1f03a | |
parent | 7facfb5548409777278f3b146307468f0bb0bb77 (diff) |
walk(1): formatting/corrections
-rw-r--r-- | sys/man/1/walk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/man/1/walk b/sys/man/1/walk index ecb6522a8..6129b0a3d 100644 --- a/sys/man/1/walk +++ b/sys/man/1/walk @@ -10,7 +10,7 @@ walk \- walk a path .I mind,maxd ] [ .B -e -.I ststr +.I statfmt ] [ .I name ... ] @@ -18,7 +18,7 @@ walk \- walk a path .I Walk recursively descends any directory arguments, 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. Non-directory arguments are checked for existence, then printed, if so. @@ -50,7 +50,7 @@ are optional. .TP .B -e statfmt Setting the statfmt string allows specifying the data -.B walk +.I walk should print. It takes a string of characters, each corresponding to some piece of information about the file being |