diff options
-rw-r--r-- | otherlibs/str/str.mli | 1 | ||||
-rw-r--r-- | otherlibs/unix/unix.mli | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/str/str.mli b/otherlibs/str/str.mli index 1eb92378b..448cbd5ac 100644 --- a/otherlibs/str/str.mli +++ b/otherlibs/str/str.mli @@ -121,6 +121,7 @@ val matched_string : string -> string - {!Str.string_partial_match} - {!Str.global_substitute} - {!Str.substitute_first} + provided that none of the following functions was called inbetween: - {!Str.global_replace} - {!Str.replace_first} diff --git a/otherlibs/unix/unix.mli b/otherlibs/unix/unix.mli index ef93d4e01..e84eea54b 100644 --- a/otherlibs/unix/unix.mli +++ b/otherlibs/unix/unix.mli @@ -244,7 +244,6 @@ type open_flag = while still open *) | O_CLOEXEC (** Set the close-on-exec flag on the descriptor returned by {!openfile} *) - (** The flags to {!Unix.openfile}. *) |