Module Name:    src
Committed By:   hannken
Date:           Tue Jun  8 10:02:04 UTC 2021

Modified Files:
        src/lib/libc/sys: nfssvc.2

Log Message:
Document NFSSVC_REPLACEEXPORTSLIST instead of NFSSVC_SETEXPORTSLIST.

The latter is deprecated and kept only for backwards compatibility.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/lib/libc/sys/nfssvc.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/nfssvc.2
diff -u src/lib/libc/sys/nfssvc.2:1.24 src/lib/libc/sys/nfssvc.2:1.25
--- src/lib/libc/sys/nfssvc.2:1.24	Tue Mar 10 21:00:47 2009
+++ src/lib/libc/sys/nfssvc.2	Tue Jun  8 10:02:04 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: nfssvc.2,v 1.24 2009/03/10 21:00:47 joerg Exp $
+.\"	$NetBSD: nfssvc.2,v 1.25 2021/06/08 10:02:04 hannken Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"	@(#)nfssvc.2	8.1 (Berkeley) 6/9/93
 .\"
-.Dd December 30, 2006
+.Dd June 8, 2021
 .Dt NFSSVC 2
 .Os
 .Sh NAME
@@ -138,10 +138,10 @@ The
 server daemon calls
 .Fn nfssvc
 with the flag
-.Dv NFSSVC_SETEXPORTSLIST
+.Dv NFSSVC_REPLACEEXPORTSLIST
 and a pointer to a
 .Ft struct mountd_exports_list
-object to atomically change the exports lists of a specific file system.
+object to atomically replace the exports lists of a specific file system.
 This structure has the following fields:
 .Bl -tag -width ".Vt const char *mel_path"
 .It Vt const char *mel_path

Reply via email to