From d35d739042a14842729ce701fe2bc72379a2be74 Mon Sep 17 00:00:00 2001
From: scottr <scottr@NetBSD.org>
Date: Mon, 10 Mar 1997 07:06:17 +0000
Subject: [PATCH] Document statd_flags and lockd_flags

---
 share/man/man5/rc.conf.5 | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index d8b5869a7739..67d0dc92475b 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -1,4 +1,4 @@
-.\"	$NetBSD: rc.conf.5,v 1.2 1997/01/07 05:37:36 tls Exp $
+.\"	$NetBSD: rc.conf.5,v 1.3 1997/03/10 07:06:17 scottr Exp $
 .\"
 .\" Copyright (c) 1996 Matthew R. Green
 .\" All rights reserved.
@@ -182,6 +182,24 @@ if
 .Sy nfs_client
 is configured.  They default to ``-n 4''
 .El
+.It Sy statd_flags
+Typically set to "" if your system is to run the status monitoring
+daemon,
+.Xr rpc.statd 8 ,
+or "NO"; ignored if neither
+.Sy nfs_server
+nor
+.Sy nfs_client
+are set to "YES".
+.It Sy lockd_flags
+Typically set to "" if your system is to run the NFS locking
+daemon,
+.Xr rpc.lockd 8 ,
+or "NO"; ignored if neither
+.Sy nfs_server
+nor
+.Sy nfs_client
+are set to "YES".
 .It Sy kerberos
 Set to "YES" if the kerberos server,
 .Xr kerberos 8 ,