Module Name: src
Committed By: abhinav
Date: Thu Mar 30 18:54:26 UTC 2017
Modified Files:
src/lib/libc/sys: unlink.2
Log Message:
Remov comma from the last Nm entry
Use Xr instead of Fn to refer rmdir(2)
Fix couple of sentences
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/libc/sys/unlink.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/unlink.2
diff -u src/lib/libc/sys/unlink.2:1.28 src/lib/libc/sys/unlink.2:1.29
--- src/lib/libc/sys/unlink.2:1.28 Sun Jul 28 13:53:04 2013
+++ src/lib/libc/sys/unlink.2 Thu Mar 30 18:54:26 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: unlink.2,v 1.28 2013/07/28 13:53:04 njoly Exp $
+.\" $NetBSD: unlink.2,v 1.29 2017/03/30 18:54:26 abhinav Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -34,7 +34,7 @@
.Os
.Sh NAME
.Nm unlink ,
-.Nm unlinkat ,
+.Nm unlinkat
.Nd remove directory entry
.Sh LIBRARY
.Lb libc
@@ -89,7 +89,7 @@ in order to specify the current director
.Pp
.Fn unlinkat
will remove directories just like
-.Fn rmdir
+.Xr rmdir 2 ,
provided
.Dv AT_REMOVEDIR
is set in
@@ -101,7 +101,7 @@ The
.Fn unlink
and
.Fn unlinkat
-succeeds unless:
+functions succeed unless:
.Bl -tag -width Er
.It Bq Er EACCES
Search permission is denied for a component of the path prefix, or