diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-05-06 19:08:54 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-05-06 19:08:54 +0000 |
commit | 09f409655da7327df7b5ebb5139e6e72c829a49e (patch) | |
tree | 16d818a29f6cf68fbd20fd13bafb2b7aea98354c /lib | |
parent | 818653d5ae653ffc0251793c4c53992680eed8e6 (diff) |
Tyop; noted by jmc@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/fcntl.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/fcntl.2 b/lib/libc/sys/fcntl.2 index 946f29ea4be..eeeb54851aa 100644 --- a/lib/libc/sys/fcntl.2 +++ b/lib/libc/sys/fcntl.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fcntl.2,v 1.24 2004/05/05 20:47:23 millert Exp $ +.\" $OpenBSD: fcntl.2,v 1.25 2004/05/06 19:08:53 millert Exp $ .\" $NetBSD: fcntl.2,v 1.6 1995/02/27 12:32:29 cgd Exp $ .\" .\" Copyright (c) 1983, 1993 @@ -182,7 +182,7 @@ when is possible, e.g., upon availability of data to be read. .It Dv O_SYNC -Cause writes to be syncronous. +Cause writes to be synchronous. Data will be written to the physical device instead of just being stored in the buffer cache; corresponds to the .Dv O_SYNC |