summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorjdolecek <jdolecek@NetBSD.org>1999-09-26 21:00:25 +0000
committerjdolecek <jdolecek@NetBSD.org>1999-09-26 21:00:25 +0000
commit7d96f3efd3a3ce2c82a7ebd066efee6f2cfac608 (patch)
treea486fe5e2f0a2b24928527872a4476b97f54a167 /lib/libc
parent3fda74e8c85feb840ff0bc42d3ace48f275edf0e (diff)
xref symlink(7)
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/stdio/remove.35
-rw-r--r--lib/libc/sys/chmod.23
-rw-r--r--lib/libc/sys/chown.23
-rw-r--r--lib/libc/sys/utimes.25
4 files changed, 10 insertions, 6 deletions
diff --git a/lib/libc/stdio/remove.3 b/lib/libc/stdio/remove.3
index 99368e3ec33..3c4cdbb163b 100644
--- a/lib/libc/stdio/remove.3
+++ b/lib/libc/stdio/remove.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: remove.3,v 1.5 1998/02/05 18:49:31 perry Exp $
+.\" $NetBSD: remove.3,v 1.6 1999/09/26 21:00:25 jdolecek Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -75,7 +75,8 @@ for any of the errors specified for the routine
.Xr unlink 2 .
.Sh SEE ALSO
.Xr rmdir 2 ,
-.Xr unlink 2
+.Xr unlink 2 ,
+.Xr symlink 7
.Sh STANDARDS
The
.Fn remove
diff --git a/lib/libc/sys/chmod.2 b/lib/libc/sys/chmod.2
index 10d9435468c..ba649186cbc 100644
--- a/lib/libc/sys/chmod.2
+++ b/lib/libc/sys/chmod.2
@@ -1,4 +1,4 @@
-.\" $NetBSD: chmod.2,v 1.17 1999/03/22 19:45:01 garbled Exp $
+.\" $NetBSD: chmod.2,v 1.18 1999/09/26 21:00:25 jdolecek Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -207,6 +207,7 @@ does not refer to a directory.
.Xr chown 2 ,
.Xr open 2 ,
.Xr stat 2 ,
+.Xr symlink 7 ,
.Xr sticky 8
.Sh STANDARDS
The
diff --git a/lib/libc/sys/chown.2 b/lib/libc/sys/chown.2
index 130a9755121..db28d26b0c7 100644
--- a/lib/libc/sys/chown.2
+++ b/lib/libc/sys/chown.2
@@ -1,4 +1,4 @@
-.\" $NetBSD: chown.2,v 1.19 1999/03/22 19:45:01 garbled Exp $
+.\" $NetBSD: chown.2,v 1.20 1999/09/26 21:00:25 jdolecek Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -161,6 +161,7 @@ An I/O error occurred while reading from or writing to the file system.
.Xr chgrp 1 ,
.Xr chmod 2 ,
.Xr flock 2 ,
+.Xr symlink 7 ,
.Xr chown 8
.Sh STANDARDS
The
diff --git a/lib/libc/sys/utimes.2 b/lib/libc/sys/utimes.2
index 463eb508209..00254f0f543 100644
--- a/lib/libc/sys/utimes.2
+++ b/lib/libc/sys/utimes.2
@@ -1,4 +1,4 @@
-.\" $NetBSD: utimes.2,v 1.13 1999/03/22 19:45:11 garbled Exp $
+.\" $NetBSD: utimes.2,v 1.14 1999/09/26 21:00:25 jdolecek Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -168,7 +168,8 @@ The file system containing the file is mounted read-only.
.El
.Sh SEE ALSO
.Xr stat 2 ,
-.Xr utime 3
+.Xr utime 3 ,
+.Xr symlink 7
.Sh HISTORY
The
.Fn utimes