summaryrefslogtreecommitdiff
path: root/usr.bin/compress
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2010-03-26 19:30:42 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2010-03-26 19:30:42 +0000
commit0e101a71f9c747c1bf5f853b2faba8c94458bab9 (patch)
treeb1f8223f0d93941122cb0666f5713cfccbf9a879 /usr.bin/compress
parenta5a79a7af92e40132a0b0e09c9fc0eaa57985b9c (diff)
dispense with some wacky escape sequences;
Diffstat (limited to 'usr.bin/compress')
-rw-r--r--usr.bin/compress/zopen.38
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/compress/zopen.3 b/usr.bin/compress/zopen.3
index a0d131c118d..11adc908f30 100644
--- a/usr.bin/compress/zopen.3
+++ b/usr.bin/compress/zopen.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: zopen.3,v 1.8 2007/05/31 19:20:09 jmc Exp $
+.\" $OpenBSD: zopen.3,v 1.9 2010/03/26 19:30:40 jmc Exp $
.\" $NetBSD: zopen.3,v 1.3 1995/03/26 09:44:49 glass Exp $
.\"
.\" Copyright (c) 1992, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)zopen.3 8.1 (Berkeley) 6/9/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: March 26 2010 $
.Dt ZOPEN 3
.Os
.Sh NAME
@@ -70,7 +70,7 @@ The stream is positioned at the beginning of the file.
.El
.Pp
Any created files will have mode
-.Pf \\*q Dv S_IRUSR
+.Pf \*q Dv S_IRUSR
\&|
.Dv S_IWUSR
\&|
@@ -80,7 +80,7 @@ Any created files will have mode
\&|
.Dv S_IROTH
\&|
-.Dv S_IWOTH Ns \\*q
+.Dv S_IWOTH Ns \*q
.Pq Li 0666 ,
as modified by the process'
umask value (see