1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-16 15:11:52 +00:00

Don't use undocumented markup "{}". Use 32767 instead of LINK_MAX to

give bug for bug compatibility with intro.2.
This commit is contained in:
Bruce Evans 1999-03-05 10:39:50 +00:00
parent 07799a2af1
commit 12d9948ac8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44479

View File

@ -30,9 +30,9 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)link.2 8.3 (Berkeley) 1/12/94
.\" $Id: link.2,v 1.8 1997/02/22 15:03:58 peter Exp $
.\" $Id: link.2,v 1.9 1998/01/15 04:31:28 alex Exp $
.\"
.Dd January 12, 1994
.Dd Mar 5, 1999
.Dt LINK 2
.Os BSD 4
.Sh NAME
@ -100,8 +100,7 @@ does not support links.
.It Bq Er EMLINK
The link count of the file named by
.Fa name1
would exceed
.Dv {LINK_MAX}.
would exceed 32767.
.It Bq Er EACCES
A component of either path prefix denies search permission.
.It Bq Er EACCES