Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Bump date. New sentence, new line. Wording/arti...



details:   https://anonhg.NetBSD.org/src/rev/80be1c2ae02d
branches:  trunk
changeset: 783019:80be1c2ae02d
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Dec 01 20:48:26 2012 +0000

description:
Bump date. New sentence, new line. Wording/articles.

diffstat:

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

diffs (52 lines):

diff -r 33a8f29bbad8 -r 80be1c2ae02d lib/libc/sys/link.2
--- a/lib/libc/sys/link.2       Sat Dec 01 20:46:54 2012 +0000
+++ b/lib/libc/sys/link.2       Sat Dec 01 20:48:26 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: link.2,v 1.28 2012/12/01 20:45:01 wiz Exp $
+.\"    $NetBSD: link.2,v 1.29 2012/12/01 20:48:26 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993, 2011
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)link.2     8.3 (Berkeley) 1/12/94
 .\"
-.Dd January 12, 1994
+.Dd November 18, 2012
 .Dt LINK 2
 .Os
 .Sh NAME
@@ -88,22 +88,23 @@
 .Fa name1
 (resp.
 .Fa name2 )
-is relative. In that case, it is looked up from a directory whose file
+is relative.
+In that case, it is looked up from a directory whose file
 descriptor was passed as
 .Fa fd1
 (resp.
-.Fa fd2 ).
+.Fa fd2 ) .
 Search permission is required on
 passed directory file descriptors
-except if they were open with the
+except if they were opened with the
 .Dv O_SEARCH
-option.
+flag.
 .Fa fd1
 or
 .Fa fd2
 can be set to
 .Dv AT_FDCWD
-in order to specify current directory.
+in order to specify the current directory.
 .Pp
 When operating on a symlink,
 .Fn link
@@ -199,4 +200,3 @@
 .Fn linkat
 conforms to
 .St -p1003.1-2008 .
-



Home | Main Index | Thread Index | Old Index