From 67b60e20cc8bb44dc8069a6b2538629f1bbc22ab Mon Sep 17 00:00:00 2001 From: DTB Date: Sat, 29 Jun 2024 05:55:29 -0600 Subject: [PATCH] dj.1: Man page fixes --- docs/dj.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/dj.1 b/docs/dj.1 index 1494827..8fd01f4 100644 --- a/docs/dj.1 +++ b/docs/dj.1 @@ -4,7 +4,7 @@ .\" This work is licensed under CC BY-SA 4.0. To see a copy of this license, .\" visit . .\" -.TH DJ 1 2024-06-17 "Bonsai Core Utilites 0.13.11" +.TH DJ 1 2024-06-29 "Harakit X.X.X" .SH NAME dj \(en disk jockey .\" @@ -73,7 +73,7 @@ null byte is used. Specifies a number of reads to make. The default is 0, in which case the input is read until a partial or empty read is made. .IP \fB-H\fP -Prints diagnostics messages in a human-readable manner as described in the +Prints diagnostic messages in a human-readable manner as described in the DIAGNOSTICS section. .IP \fB-n\fP Retries failed reads once before exiting. @@ -89,7 +89,7 @@ one or more of the input files is \(lq-\(rq. .\" .SH DIAGNOSTICS -On a partial or empty read a diagnostic message is printed. Then, the program +On a partial or empty read, a diagnostic message is printed. Then, the program exits unless the .B -n option is specified.