diff options
author | 2000-12-23 16:03:06 +0000 | |
---|---|---|
committer | 2000-12-23 16:03:06 +0000 | |
commit | 49c9078ef526fe11496966c6de4e74f50f5a7b22 (patch) | |
tree | 08d2294a21590bdaa0f86e501ef3ed3fd79805ad /lib/libc | |
parent | create proper docs for timer{add,clear,sub,isset,cmp} (diff) | |
download | wireguard-openbsd-49c9078ef526fe11496966c6de4e74f50f5a7b22.tar.xz wireguard-openbsd-49c9078ef526fe11496966c6de4e74f50f5a7b22.zip |
type is not a .Fn
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/authenticate.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/authenticate.3 b/lib/libc/gen/authenticate.3 index 4d9d5c50e85..f4d872c067b 100644 --- a/lib/libc/gen/authenticate.3 +++ b/lib/libc/gen/authenticate.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: authenticate.3,v 1.1 2000/11/21 00:51:16 millert Exp $ +.\" $OpenBSD: authenticate.3,v 1.2 2000/12/23 16:03:06 markus Exp $ .\" .\" Copyright (c) 1997 Berkeley Software Design, Inc. All rights reserved. .\" @@ -165,7 +165,7 @@ return value as The .Fn auth_approval function calls the approval script for the user of the specified -.Fn type . +.Ar type . The string .Dq approve- will be prepended to |