xref symlink(7)

This commit is contained in:
jdolecek 1999-09-26 21:00:25 +00:00
parent 3fda74e8c8
commit 7d96f3efd3
4 changed files with 10 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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