Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man5 Fix the example to include leading ':'.
details: https://anonhg.NetBSD.org/src/rev/2ea2b62a55fd
branches: trunk
changeset: 509849:2ea2b62a55fd
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Mon May 14 14:55:29 2001 +0000
description:
Fix the example to include leading ':'.
Fixes bin/12396 by Jim Bernard.
diffstat:
share/man/man5/login.conf.5 | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (23 lines):
diff -r 52487e86d1bc -r 2ea2b62a55fd share/man/man5/login.conf.5
--- a/share/man/man5/login.conf.5 Mon May 14 14:44:11 2001 +0000
+++ b/share/man/man5/login.conf.5 Mon May 14 14:55:29 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: login.conf.5,v 1.9 2001/04/04 11:13:12 wiz Exp $
+.\" $NetBSD: login.conf.5,v 1.10 2001/05/14 14:55:29 jdolecek Exp $
.\"
.\" Copyright (c) 1995,1996,1997 Berkeley Software Design, Inc.
.\" All rights reserved.
@@ -71,10 +71,10 @@
An example entry is:
.Bd -literal -offset indent
classname|Description entry:\\
- capability=value:\\
- booleancapability:\\
+ :capability=value:\\
+ :booleancapability:\\
\&.\&.\&.
- lastcapability=value:
+ :lastcapability=value:
.Ed
.Pp
All entries in the
Home |
Main Index |
Thread Index |
Old Index