diff --git a/share/man/man1/minisign.1 b/share/man/man1/minisign.1 index 98da5de..3df7660 100644 --- a/share/man/man1/minisign.1 +++ b/share/man/man1/minisign.1 @@ -173,7 +173,7 @@ $ \fBminisign\fR \-SHm myfile\.txt Verification of such a signature doesn\'t require any specific switch: the appropriate algorithm will automatically be detected\. . .P -Signatures generated that way are not compatible with OpenBSD\'s \fBsignify\fR tool and are not compatible with \fBMinisign\fR versions prior to 0\.6 +Signatures generated that way are not compatible with OpenBSD\'s \fBsignify\fR tool and are not compatible with \fBMinisign\fR versions prior to 0\.6\. . .SH "AUTHOR" Frank Denis (github [at] pureftpd [dot] org) diff --git a/src/manpage.md b/src/manpage.md index 5be9653..d3b0a5f 100644 --- a/src/manpage.md +++ b/src/manpage.md @@ -118,7 +118,7 @@ $ `minisign` -SHm myfile.txt Verification of such a signature doesn't require any specific switch: the appropriate algorithm will automatically be detected. -Signatures generated that way are not compatible with OpenBSD's `signify` tool and are not compatible with `Minisign` versions prior to 0.6 +Signatures generated that way are not compatible with OpenBSD's `signify` tool and are not compatible with `Minisign` versions prior to 0.6. ## AUTHOR