chiark / gitweb /
categorise changes
[userv.git] / userv.1
diff --git a/userv.1 b/userv.1
index 67a8b2bc987d0051fe49aa30c7caa2ce6a5d02fa..a092063101d4f6bbf5dcbb71d83bf129b19ebe6a 100644 (file)
--- a/userv.1
+++ b/userv.1
@@ -145,6 +145,11 @@ Equivalent to
 Creates the file if necessary.  Implies
 .Ql write .
 .It Ic exclusive , excl
+.Dv O_EXCL:
+Fails if the file already exists. Implies write and create. May
+not be used with
+.Ql truncate .
+.It Ic truncate , trunc
 .Dv O_TRUNC:
 Truncate any existing file.  Implies
 .Ql write .