From 7fe122ac3b5ee858007c74879f8ee5b4362ec530 Mon Sep 17 00:00:00 2001 From: DTB Date: Wed, 3 Jul 2024 16:13:20 -0600 Subject: [PATCH] dj.1: clarify skip/seek behavior with regards to statistics output --- docs/dj.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/dj.1 b/docs/dj.1 index 38b8034..dd293f2 100644 --- a/docs/dj.1 +++ b/docs/dj.1 @@ -35,7 +35,9 @@ respectively. This language is inherited from the utility and used here to decrease ambiguity. When seeking or skipping to a byte, writing or reading starts at the byte -immediately subsequent to the specified byte. +immediately subsequent to the specified byte. Seeks and skips aren\(cqt counted +in the output statistics because they're guaranteed to succeed (or the utility +will exit unsuccessfully). .\" .SH OPTIONS