Source-Changes-HG archive

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

[src/trunk]: src Fix Ns abuse.



details:   https://anonhg.NetBSD.org/src/rev/56e090c41c22
branches:  trunk
changeset: 535498:56e090c41c22
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Aug 20 15:32:12 2002 +0000

description:
Fix Ns abuse.

diffstat:

 crypto/dist/heimdal/lib/krb5/krb5_keytab.3 |  4 ++--
 lib/libc/gen/sysctl.3                      |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (37 lines):

diff -r 0fb304ce8398 -r 56e090c41c22 crypto/dist/heimdal/lib/krb5/krb5_keytab.3
--- a/crypto/dist/heimdal/lib/krb5/krb5_keytab.3        Tue Aug 20 15:30:07 2002 +0000
+++ b/crypto/dist/heimdal/lib/krb5/krb5_keytab.3        Tue Aug 20 15:32:12 2002 +0000
@@ -1,5 +1,5 @@
 .\" Copyright (c) 2001 Kungliga Tekniska Högskolan
-.\" $Id: krb5_keytab.3,v 1.3 2001/11/08 20:20:01 wiz Exp $
+.\" $Id: krb5_keytab.3,v 1.4 2002/08/20 15:32:12 wiz Exp $
 .Dd February 5, 2001
 .Dt KRB5_KEYTAB 3
 .Os
@@ -297,7 +297,7 @@
 .Pp
 .Fn krb5_kt_read_service_key
 reads the key identified by
-.Ns ( Fa principal ,
+.Fa ( principal ,
 .Fa vno ,
 .Fa enctype )
 from the keytab in 
diff -r 0fb304ce8398 -r 56e090c41c22 lib/libc/gen/sysctl.3
--- a/lib/libc/gen/sysctl.3     Tue Aug 20 15:30:07 2002 +0000
+++ b/lib/libc/gen/sysctl.3     Tue Aug 20 15:32:12 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sysctl.3,v 1.96 2002/07/10 23:31:07 wiz Exp $
+.\"    $NetBSD: sysctl.3,v 1.97 2002/08/20 15:34:44 wiz Exp $
 .\"
 .\" Copyright (c) 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -168,7 +168,7 @@
 gets the list of debugging variables from the kernel and
 displays their current values.
 The system defines twenty
-.Ns ( Va struct ctldebug )
+.Va ( struct ctldebug )
 variables named
 .Dv debug0
 through



Home | Main Index | Thread Index | Old Index