diff options
author | bde <bde@FreeBSD.org> | 1999-03-05 10:39:50 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1999-03-05 10:39:50 +0000 |
commit | 16c496dd85fe19bd73e3eccaaa9a24259f36efa9 (patch) | |
tree | 0da44fdfa29ec6427ca0a46e6a1ed7f010d9f106 /lib/libc | |
parent | 8c8e1f3972b741bb7506bc2ff5f1a6a1912d5e2b (diff) | |
download | FreeBSD-src-16c496dd85fe19bd73e3eccaaa9a24259f36efa9.zip FreeBSD-src-16c496dd85fe19bd73e3eccaaa9a24259f36efa9.tar.gz |
Don't use undocumented markup "{}". Use 32767 instead of LINK_MAX to
give bug for bug compatibility with intro.2.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/link.2 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/sys/link.2 b/lib/libc/sys/link.2 index 3bdbdfd..3cef387 100644 --- a/lib/libc/sys/link.2 +++ b/lib/libc/sys/link.2 @@ -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 |