From 9a32edf5db3a4d321f030ed22c95ab8e8387fadb Mon Sep 17 00:00:00 2001 From: ian Date: Fri, 29 Dec 2000 20:30:32 +0000 Subject: [PATCH] @@ -2,6 +2,7 @@ + * userv(1) manpage: fixed broken definitions of fd excl and trunc. --- debian/changelog | 1 + userv.1 | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 35444c8..6c31e05 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 67a8b2b..a092063 100644 --- 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 . -- 2.30.2