From f9f4a04e8528b09b4a5a581acbc33b977f6578b3 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 5 Feb 2017 01:58:54 +1300 Subject: Escape literal backslash in sec(1df) manual --- man/man1/sec.1df | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/man1/sec.1df') diff --git a/man/man1/sec.1df b/man/man1/sec.1df index dc95e52c..aad09ddd 100644 --- a/man/man1/sec.1df +++ b/man/man1/sec.1df @@ -12,7 +12,7 @@ FILE1 [FILE2 ...] printf '1:02:54\\n' | .B sec .br -sec=$(printf '%s\n' "$timestamp" | sec) +sec=$(printf '%s\\n' "$timestamp" | sec) .SH DESCRIPTION Applies awk(1) to convert hh:mm:ss or mm:ss timestamps into a count of seconds. Exits zero if all lines were successfully recognised and converted, non-zero -- cgit v1.2.3