Punctuation nit.
(Shouldn't the whole line be .Dl or .Bl -literal instead?)
This commit is contained in:
parent
47a6ce0396
commit
1125395d6b
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: login_cap.3,v 1.19 2013/06/20 20:42:30 christos Exp $
|
.\" $NetBSD: login_cap.3,v 1.20 2013/06/21 08:18:24 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1996,1997 Berkeley Software Design, Inc. All rights reserved.
|
.\" Copyright (c) 1996,1997 Berkeley Software Design, Inc. All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
|
@ -105,7 +105,7 @@ function is equivalent to:
|
||||||
login_getclass(
|
login_getclass(
|
||||||
.Fa pwd
|
.Fa pwd
|
||||||
? pwd->pw_class :
|
? pwd->pw_class :
|
||||||
.Dv NULL ).
|
.Dv NULL ) .
|
||||||
.Pp
|
.Pp
|
||||||
Once
|
Once
|
||||||
.Ar lc
|
.Ar lc
|
||||||
|
|
Loading…
Reference in New Issue