diff options
author | Ori Bernstein <ori@eigenstate.org> | 2020-08-26 21:17:17 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2020-08-26 21:17:17 -0700 |
commit | 26ac80481d9e6e8abb359254f477bfad42fdc4ad (patch) | |
tree | 608ccb91aaaec7f89bc913f178763eccddb62ee8 /sys/man/1 | |
parent | 68aa4d5254c8e68171b19887dc39d8ca5f52d854 (diff) |
walk(1): clarify how -n argument works (thanks umbraticus)
Make it clear what happens if you omit the ',' when
specifying '-n'.
Diffstat (limited to 'sys/man/1')
-rw-r--r-- | sys/man/1/walk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/man/1/walk b/sys/man/1/walk index f8e7a75e2..2d1dd4365 100644 --- a/sys/man/1/walk +++ b/sys/man/1/walk @@ -47,6 +47,10 @@ Both and .I max are optional. +A number +.I n +with no comma is equivalne to +.IR 0,n . .TP .B -e statfmt Setting the statfmt string allows specifying the data |