diff options
| author | andvar <andvar@NetBSD.org> | 2021-11-01 21:28:01 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2021-11-01 21:28:01 +0000 |
| commit | ee4bc26f46b1caa589a3a282912d1aae8e5d9ba2 (patch) | |
| tree | 6f0ca47652bd45f362b4318ae773a6f3ad7e57eb /usr.bin/seq/seq.1 | |
| parent | 662a6dfd6a3188acbdbc98437a016c62962dbb73 (diff) | |
fix typos, mainly in words minimum and maximum, but also few others.
Diffstat (limited to 'usr.bin/seq/seq.1')
| -rw-r--r-- | usr.bin/seq/seq.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/seq/seq.1 b/usr.bin/seq/seq.1 index bd960c139f4..df2c141a4fa 100644 --- a/usr.bin/seq/seq.1 +++ b/usr.bin/seq/seq.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: seq.1,v 1.10 2018/12/17 20:10:51 christos Exp $ +.\" $NetBSD: seq.1,v 1.11 2021/11/01 21:28:03 andvar Exp $ .\" .\" Copyright (c) 2005 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -89,7 +89,7 @@ Only the and .Cm % conversion characters are valid, along with any optional -flags and an optional numeric mimimum field width or precision. +flags and an optional numeric minimum field width or precision. The .Ar format can contain character escape sequences in backslash notation as |
