diff options
| author | wiz <wiz@NetBSD.org> | 2013-06-23 08:38:41 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2013-06-23 08:38:41 +0000 |
| commit | a95efd6312ef8047d98a2ba6732d2c27386ef678 (patch) | |
| tree | 8186e7e17e3618424b0e3d1a57228f299c477411 /lib/libutil | |
| parent | ea9309debf8eee61579d37bac38210657b983a5a (diff) | |
Put code example on its own line, using Dl.
Ok christos
Diffstat (limited to 'lib/libutil')
| -rw-r--r-- | lib/libutil/login_cap.3 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/libutil/login_cap.3 b/lib/libutil/login_cap.3 index 40f08c0fb0b..9c6e5b7ed2e 100644 --- a/lib/libutil/login_cap.3 +++ b/lib/libutil/login_cap.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: login_cap.3,v 1.20 2013/06/21 08:18:24 wiz Exp $ +.\" $NetBSD: login_cap.3,v 1.21 2013/06/23 08:38:41 wiz Exp $ .\" .\" Copyright (c) 1996,1997 Berkeley Software Design, Inc. All rights reserved. .\" @@ -102,10 +102,7 @@ function. The .Fn login_getpwclass function is equivalent to: -login_getclass( -.Fa pwd -? pwd->pw_class : -.Dv NULL ) . +.Dl login_getclass(pwd\ ? pwd->pw_class\ : NULL) .Pp Once .Ar lc |
