From: ian Date: Fri, 29 Dec 2000 20:30:32 +0000 (+0000) Subject: @@ -2,6 +2,7 @@ X-Git-Tag: debian_version_1_0_1_99_0~16 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=userv.git;a=commitdiff_plain;h=9a32edf5db3a4d321f030ed22c95ab8e8387fadb @@ -2,6 +2,7 @@ + * userv(1) manpage: fixed broken definitions of fd excl and trunc. --- 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 .