From 122a10257e472893389fd2678dda3134272d4782 Mon Sep 17 00:00:00 2001 From: emma Date: Fri, 24 May 2024 10:13:59 -0600 Subject: [PATCH] dj.1: fixed option description locations --- docs/dj.1 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/dj.1 b/docs/dj.1 index e4399c3..2c2e634 100644 --- a/docs/dj.1 +++ b/docs/dj.1 @@ -89,12 +89,6 @@ Accepts a single literal byte with which input buffer is padded in the event of an incomplete read from the input file. .RE -.B -c -.RS -Specifies a number of reads to make. The default is zero, in which case the -input is read until a partial or empty read is made. -.RE - .B -A .RS Specifying this option pads the input buffer with null bytes in the event of an @@ -103,6 +97,12 @@ incomplete read. Equivalent to specifying with a null byte instead of a character. .RE +.B -c +.RS +Specifies a number of reads to make. The default is zero, in which case the +input is read until a partial or empty read is made. +.RE + .B -d .RS Prints invocation information before program execution as described in the