logo

utils-std

Collection of commonly available Unix tools
commit: a4d1c458191481817f9fca1b5887721def2b9b49
parent f2842f421dac67c0658064d79d9b45df3d61fff1
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 24 May 2024 21:10:15 +0200

cmd/seq.1: Fix syntax for \n

Diffstat:

Mcmd/seq.14++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmd/seq.1 b/cmd/seq.1 @@ -33,9 +33,9 @@ or the number of the sequence. Should match the longest number in the sequence reasonably well. .It Fl s Ar separator -Set the string used between each number (default: "\n" aka newline) +Set the string used between each number (default: "\\n" aka newline) .It Fl t Ar terminator -Set the final string used at the end of the sequence (default: "\n" aka newline) +Set the final string used at the end of the sequence (default: "\\n" aka newline) .El .Sh EXIT STATUS .Ex -std