X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/cb67878b2f7b86b74ccb9c40b92f68aedb27cacb..8cd657f44b6ad3646895fb25c110e98fad549a52:/usr/man/man2/creat.2 diff --git a/usr/man/man2/creat.2 b/usr/man/man2/creat.2 index 3dc9dfefef..e387c7cbbb 100644 --- a/usr/man/man2/creat.2 +++ b/usr/man/man2/creat.2 @@ -1,6 +1,6 @@ .TH CREAT 2 .SH NAME -creat \- create a new file +creat \- create a new file .SH SYNOPSIS .B creat(name, mode) .br @@ -59,3 +59,8 @@ there are already too many files open. .B sys creat; name; mode .br (file descriptor in r0) +.SH BUGS +A file cannot be truncated while any process +has pages set up by a +.I vread +on that file which have not been referenced.