Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/nfsd fix comments



details:   https://anonhg.NetBSD.org/src/rev/319062c614fd
branches:  trunk
changeset: 467593:319062c614fd
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Mar 26 07:15:23 1999 +0000

description:
fix comments

diffstat:

 usr.sbin/nfsd/nfsd.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r d87960064d7d -r 319062c614fd usr.sbin/nfsd/nfsd.c
--- a/usr.sbin/nfsd/nfsd.c      Fri Mar 26 07:07:06 1999 +0000
+++ b/usr.sbin/nfsd/nfsd.c      Fri Mar 26 07:15:23 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nfsd.c,v 1.27 1999/01/25 10:12:33 fvdl Exp $   */
+/*     $NetBSD: nfsd.c,v 1.28 1999/03/26 07:15:23 lukem Exp $  */
 
 /*
  * Copyright (c) 1989, 1993, 1994
@@ -46,7 +46,7 @@
 #if 0
 static char sccsid[] = "@(#)nfsd.c     8.9 (Berkeley) 3/29/95";
 #else
-__RCSID("$NetBSD: nfsd.c,v 1.27 1999/01/25 10:12:33 fvdl Exp $");
+__RCSID("$NetBSD: nfsd.c,v 1.28 1999/03/26 07:15:23 lukem Exp $");
 #endif
 #endif /* not lint */
 
@@ -123,10 +123,10 @@
  * 3 - create server socket(s)
  * 4 - register socket with portmap
  *
- * For connectionless protocols, just pass the socket into the kernel via.
+ * For connectionless protocols, just pass the socket into the kernel via
  * nfssvc().
  * For connection based sockets, loop doing accepts. When you get a new
- * socket from accept, pass the msgsock into the kernel via. nfssvc().
+ * socket from accept, pass the msgsock into the kernel via nfssvc().
  * The arguments are:
  *     -c - support iso cltp clients
  *     -r - reregister with portmapper



Home | Main Index | Thread Index | Old Index