--- cci/usr/src/man/man2/open.2 2019/07/28 12:24:19 1.1 +++ cci/usr/src/man/man2/open.2 2019/07/28 12:26:27 1.1.1.2 @@ -58,7 +58,7 @@ If the O_NDELAY flag is specified and th in the process being blocked for some reason (e.g. waiting for carrier on a dialup line), the open returns immediately. The first time the process attempts to perform i/o on the open -file it will block (not currently implemented). +file it blocks (not currently implemented). .PP Upon successful completion a non-negative integer termed a file descriptor is returned.