Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Document NFSSVC_REPLACEEXPORTSLIST instead of N...



details:   https://anonhg.NetBSD.org/src/rev/117be5e56b06
branches:  trunk
changeset: 983812:117be5e56b06
user:      hannken <hannken%NetBSD.org@localhost>
date:      Tue Jun 08 10:02:04 2021 +0000

description:
Document NFSSVC_REPLACEEXPORTSLIST instead of NFSSVC_SETEXPORTSLIST.

The latter is deprecated and kept only for backwards compatibility.

diffstat:

 lib/libc/sys/nfssvc.2 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r f7b245a6b795 -r 117be5e56b06 lib/libc/sys/nfssvc.2
--- a/lib/libc/sys/nfssvc.2     Tue Jun 08 09:46:04 2021 +0000
+++ b/lib/libc/sys/nfssvc.2     Tue Jun 08 10:02:04 2021 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index