chiark / gitweb /
@@ -2,6 +2,7 @@
authorian <ian>
Fri, 29 Dec 2000 20:30:32 +0000 (20:30 +0000)
committerian <ian>
Fri, 29 Dec 2000 20:30:32 +0000 (20:30 +0000)
+  * userv(1) manpage: fixed broken definitions of fd excl and trunc.

debian/changelog
userv.1

index 35444c8a5fc1c5fcdd6191bd631ab728525b82de..6c31e05266cbf5b6a09f40a8a7e3b47d2d3df6c7 100644 (file)
@@ -2,6 +2,7 @@ userv (1.0.2) unstable; urgency=low
 
   * Specification's usage notes section improved.
   * --help and --version behaviour made to conform to GNU standards.
+  * userv(1) manpage: fixed broken definitions of fd excl and trunc.
 
  --
 
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 .