From 6478aad58fb2ca9546380a8a6ef58c2071b7eb61 Mon Sep 17 00:00:00 2001 From: hlsxx Date: Tue, 1 Sep 2026 20:17:42 +0200 Subject: [PATCH] dd: fix broken man page formatting --- src/uu/dd/locales/en-US.ftl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/uu/dd/locales/en-US.ftl b/src/uu/dd/locales/en-US.ftl index 1ae3b68cd5d..844dbc690f6 100644 --- a/src/uu/dd/locales/en-US.ftl +++ b/src/uu/dd/locales/en-US.ftl @@ -49,7 +49,8 @@ dd-after-help = Operands: - nocreat : the output file will not be created. Fail if the output file is not already present. - notrunc : the output file will not be truncated. If this option is not present, output will be truncated when opened. - noerror : all read errors will be ignored. If this option is not present, dd will only ignore Error::Interrupted. - - fdatasync : data will be written before finishing. - fsync : data and metadata will be written before finishing. + - fdatasync : data will be written before finishing. + - fsync : data and metadata will be written before finishing. Input flags: