git: 9front

Download patch

ref: 63f19dda156762881efe77448fc89f619f204d03
parent: 98a56122422f69eb692ac6b5a41696b6262f163b
author: stanley lieber <stanley.lieber@gmail.com>
date: Wed Jul 1 17:46:47 EDT 2015

open(2): fix typo

--- a/sys/man/2/open
+++ b/sys/man/2/open
@@ -103,7 +103,7 @@
 in the final directory, if the file already exists and
 does not permit the access defined by
 .IR omode ,
-of if there are no free file descriptors.
+or if there are no free file descriptors.
 In the last case, the file may be created even when
 an error is returned.
 If the file is new and the directory in which it is created is
--