From 92e1325d3479a671a73d2793551d9e1166e4ce2f Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Sun, 29 Sep 2024 20:44:40 +0200 Subject: [PATCH] fixup! APPS/dhparam: fix case where infile and outfile are the same --- doc/man1/openssl-dhparam.pod.in | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/man1/openssl-dhparam.pod.in b/doc/man1/openssl-dhparam.pod.in index f896109164129..20c1f57914261 100644 --- a/doc/man1/openssl-dhparam.pod.in +++ b/doc/man1/openssl-dhparam.pod.in @@ -50,14 +50,15 @@ See L for details. =item B<-in> I -This specifies the input filename to read parameters from or standard input if +This specifies the input file to read parameters from or standard input if this option is not specified. =item B<-out> I -This specifies the output filename parameters to. Standard output is used -if this option is not present. The output filename should B be the same -as the input filename. +This specifies the output file to write parameters to. +Standard output is used if this option is not present. +The output filename can be the same as the input filename, +which leads to replacing the file contents in situ. =item B<-dsaparam>