From 6d4519c780aa7a8b0c329650ae1dcc653c5eb0de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Wed, 11 Nov 2020 02:09:57 +0100 Subject: fix format bug --- rf.1 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'rf.1') diff --git a/rf.1 b/rf.1 index 89b5c05..24ac621 100644 --- a/rf.1 +++ b/rf.1 @@ -59,7 +59,7 @@ Default: (%a %y) .It Sy \&Fl Defines the format for the reference list, which is usually located at the end of the document. .Pp -Default: %a (%y). %t. %q. %n, %d. %c: %p. {Available: %w.} +Default: %a (%y). {\\fI%t\\fR}. {\\*Q%q\\*U}. %n, %d. %c: %p. {Available: %w.} .It Sy \&Fx Defines the format for .Dq alternate @@ -172,16 +172,16 @@ For example: By wrapping an interpolation in braces, you can specify a prefix and/or suffix that should be included only if the interpolation is successful. For example: .Bd -literal -offset indent -\&.Ff (%a {,%y}). \\" The comma is removed if there is no year. +\&.Ff (%a{, %y}). \\" Here, ', ' is removed if there is no year. .Ed .Pp -You need not worry about excessive spaces, as -.Nm -removes these automatically. -.Pp -All fields are inserted literally, except +Note that all fields are inserted literally, except .Em %a , from which the forenames of the authors are removed. +.Pp +Finally, you usually don't need to worry about excessive spaces and stray punctuation marks, as +.Nm +removes many of these these automatically. . .Sh AUTHORS .Nm -- cgit v1.2.3