diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-06-10 14:15:53 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-06-10 14:15:53 +0000 |
commit | 383bcc02f591b35c24b2175bb5bd674b416f7b44 (patch) | |
tree | 60aa33f9975f14ddfed6a3b98a0a6043739d2763 /lib | |
parent | 0ca9384b0eff3af1cd30b69ca2ed2734c65d4131 (diff) |
fix imprecise .Fa markup; found with mandoc -Tlint
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libkeynote/keynote.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libkeynote/keynote.3 b/lib/libkeynote/keynote.3 index b1e10903bc6..a01fd076027 100644 --- a/lib/libkeynote/keynote.3 +++ b/lib/libkeynote/keynote.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: keynote.3,v 1.52 2015/11/20 16:31:05 mmcc Exp $ +.\" $OpenBSD: keynote.3,v 1.53 2017/06/10 14:15:52 schwarze Exp $ .\" .\" The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) .\" @@ -20,7 +20,7 @@ .\" MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR .\" PURPOSE. .\" -.Dd $Mdocdate: November 20 2015 $ +.Dd $Mdocdate: June 10 2017 $ .Dt KN_INIT 3 .\" .TH KeyNote 3 local .Os @@ -397,9 +397,9 @@ action authorizers added to session .Fa returnvalues is an ordered array of strings that contain the return values. The lowest-ordered return value is contained in -.Fa returnvalues[0] , +.Fa returnvalues Ns Bq 0 , and the highest-ordered value is -.Fa returnvalues[numvalues - 1] . +.Fa returnvalues Ns Bq Fa numvalues No \- 1 . If .Fa returnvalues is |