Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/share/man/man5 pullup rev. 1.6 from trunk (approved by ...



details:   https://anonhg.NetBSD.org/src/rev/ef242e39aa52
branches:  netbsd-1-5
changeset: 488547:ef242e39aa52
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sun Jul 16 21:20:52 2000 +0000

description:
pullup rev. 1.6 from trunk (approved by thorpej):
xref login(1), not login(8)
fixes bin/10598 by Wolfgang Helbig

diffstat:

 share/man/man5/login.conf.5 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b017e0e55000 -r ef242e39aa52 share/man/man5/login.conf.5
--- a/share/man/man5/login.conf.5       Sun Jul 16 21:16:05 2000 +0000
+++ b/share/man/man5/login.conf.5       Sun Jul 16 21:20:52 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: login.conf.5,v 1.5 2000/06/14 12:35:31 ad Exp $
+.\"    $NetBSD: login.conf.5,v 1.5.2.1 2000/07/16 21:20:52 jdolecek Exp $
 .\"
 .\" Copyright (c) 1995,1996,1997 Berkeley Software Design, Inc.
 .\" All rights reserved.
@@ -48,7 +48,7 @@
 A login class determines what styles of authentication are available
 as well as session resource limits and environment setup.
 While designed primarily for the
-.Xr login 8
+.Xr login 1
 program,
 it is also used by other programs, e.g.,
 .Xr rexecd 8 ,
@@ -320,7 +320,7 @@
 .Xr ttys 5 ,
 .Xr cap_mkdb 1 ,
 .Xr ftpd 8 ,
-.Xr login 8
+.Xr login 1
 .Sh HISTORY
 The
 .Nm



Home | Main Index | Thread Index | Old Index