Module Name:    src
Committed By:   abhinav
Date:           Wed May  3 16:37:37 UTC 2017

Modified Files:
        src/share/man/man9: namei.9

Log Message:
Fixes in NAME section:
        Insert comma between two Nm entries
        Remove comma after last Nm entries


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/share/man/man9/namei.9

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

Modified files:

Index: src/share/man/man9/namei.9
diff -u src/share/man/man9/namei.9:1.47 src/share/man/man9/namei.9:1.48
--- src/share/man/man9/namei.9:1.47	Tue Mar 21 10:12:28 2017
+++ src/share/man/man9/namei.9	Wed May  3 16:37:37 2017
@@ -1,4 +1,4 @@
-.\"     $NetBSD: namei.9,v 1.47 2017/03/21 10:12:28 wiz Exp $
+.\"     $NetBSD: namei.9,v 1.48 2017/05/03 16:37:37 abhinav Exp $
 .\"
 .\" Copyright (c) 2001, 2005, 2006, 2017 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -35,10 +35,10 @@
 .Nm NDINIT ,
 .Nm NDAT ,
 .Nm namei_simple_kernel ,
-.Nm namei_simple_user
+.Nm namei_simple_user ,
 .Nm relookup ,
 .Nm lookup_for_nfsd ,
-.Nm lookup_for_nfsd_index ,
+.Nm lookup_for_nfsd_index
 .Nd pathname lookup
 .Sh SYNOPSIS
 .In sys/namei.h

Reply via email to