]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/man/1/walk
walk(1): fix typo
[plan9front.git] / sys / man / 1 / walk
index 74d24b3710a248db4500a91a314d8be156862cd1..22811fb0036f9e47af1fd8e437f343b89b5ecd08 100644 (file)
@@ -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.
@@ -47,10 +47,14 @@ Both
 and
 .I max
 are optional.
+A number
+.I n
+with no comma is equivalent to
+.IR 0,n .
 .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
@@ -89,6 +93,12 @@ size in bytes
 .TP
 .B x
 permissions
+.TP
+.B D
+server device
+.TP
+.B T
+server type (kernel device rune)
 .PD
 .PP
 The default statfmt is simply,
@@ -120,3 +130,6 @@ Manipulating ifs is a nuisance.
 File names are assumed to not contain newlines.
 .PP
 Correct invocation requires too much thought.
+.SH HISTORY
+.I Walk
+first appeared in 9front (March, 2019).