From 2645b4e7bf0f6a5678856cbe94b86c21877d4bb5 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Wed, 1 Oct 2008 11:01:02 +0000 Subject: [PATCH 1/1] Don't use .Fn for getcap. Reference it with .Xr instead. --- lib/libutil/login_cap.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libutil/login_cap.3 b/lib/libutil/login_cap.3 index 9d537a40f8..06af10f56b 100644 --- a/lib/libutil/login_cap.3 +++ b/lib/libutil/login_cap.3 @@ -18,7 +18,7 @@ .\" conditions are met. .\" .\" $FreeBSD: src/lib/libutil/login_cap.3,v 1.17.2.8 2002/12/29 16:35:36 schweikh Exp $ -.\" $DragonFly: src/lib/libutil/login_cap.3,v 1.5 2007/02/11 00:47:01 swildner Exp $ +.\" $DragonFly: src/lib/libutil/login_cap.3,v 1.6 2008/10/01 11:01:02 swildner Exp $ .\" .Dd December 27, 1996 .Os @@ -167,7 +167,7 @@ field is used internally by the library to contain the expanded login capabilities record. Programs with unusual requirements may wish to use this with the lower-level -.Fn getcap +.Xr getcap 3 style functions to access the record directly. .Pp The -- 2.41.0