diff options
author | pjd <pjd@FreeBSD.org> | 2013-03-16 22:44:14 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2013-03-16 22:44:14 +0000 |
commit | a31543af1598efecb32398a1c6fd5e8d2a477d03 (patch) | |
tree | 23c1f661097d23f8ca13b8ad31ac8c8a38c8099c /lib/libc | |
parent | 8089ec6659b314c029180ab7e322a27747d4d337 (diff) | |
download | FreeBSD-src-a31543af1598efecb32398a1c6fd5e8d2a477d03.zip FreeBSD-src-a31543af1598efecb32398a1c6fd5e8d2a477d03.tar.gz |
Add a note to the HISTORY section about lchflags(2) being introduced in
FreeBSD 5.0.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/chflags.2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/sys/chflags.2 b/lib/libc/sys/chflags.2 index 59979a3..ab8af51 100644 --- a/lib/libc/sys/chflags.2 +++ b/lib/libc/sys/chflags.2 @@ -232,3 +232,7 @@ and .Fn fchflags system calls first appeared in .Bx 4.4 . +The +.Fn lchflags +system call first appeared in +.Fx 5.0 . |