summaryrefslogtreecommitdiff
path: root/bin/ln
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2019-09-02 21:18:42 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2019-09-02 21:18:42 +0000
commit4d92fcb5fc5df9719fcbdcfe0cc532b29008e9d5 (patch)
treea4cad803c03ee0c200bfa6a98fcd6bc9264ee991 /bin/ln
parent948605961feb3cc5dde9787c888307a37ac52af6 (diff)
More correction of section 3 layout. directory->opendir, fts->fts_open,
getcap->cgetent. pwcache->user_from_uid. And then repair references. ok jmc
Diffstat (limited to 'bin/ln')
-rw-r--r--bin/ln/symlink.76
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ln/symlink.7 b/bin/ln/symlink.7
index 40314d3688e..4578bb42912 100644
--- a/bin/ln/symlink.7
+++ b/bin/ln/symlink.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: symlink.7,v 1.20 2018/12/07 23:21:31 schwarze Exp $
+.\" $OpenBSD: symlink.7,v 1.21 2019/09/02 21:18:41 deraadt Exp $
.\" $NetBSD: symlink.7,v 1.4 1996/04/25 15:44:56 mycroft Exp $
.\"
.\" Copyright (c) 1992, 1993, 1994
@@ -30,7 +30,7 @@
.\"
.\" @(#)symlink.7 8.3 (Berkeley) 3/31/94
.\"
-.Dd $Mdocdate: December 7 2018 $
+.Dd $Mdocdate: September 2 2019 $
.Dt SYMLINK 7
.Os
.Sh NAME
@@ -458,6 +458,6 @@ options.
.Xr rename 2 ,
.Xr symlink 2 ,
.Xr unlink 2 ,
-.Xr fts 3 ,
+.Xr fts_open 3 ,
.Xr remove 3 ,
.Xr chown 8