diff options
author | 2011-01-20 13:58:16 +0000 | |
---|---|---|
committer | 2011-01-20 13:58:16 +0000 | |
commit | a30aef174a04ac58d32372213262344375e5a6ab (patch) | |
tree | 2a9eadf145fa24c73754df93e676b6879b06a917 | |
parent | a a -> a (diff) | |
download | wireguard-openbsd-a30aef174a04ac58d32372213262344375e5a6ab.tar.xz wireguard-openbsd-a30aef174a04ac58d32372213262344375e5a6ab.zip |
more double word removal;
-rw-r--r-- | usr.bin/quota/quota.1 | 6 | ||||
-rw-r--r-- | usr.sbin/ikectl/ikectl.8 | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/quota/quota.1 b/usr.bin/quota/quota.1 index c21bc6bb1f2..49aa3ea0b11 100644 --- a/usr.bin/quota/quota.1 +++ b/usr.bin/quota/quota.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: quota.1,v 1.15 2010/09/29 07:44:56 jmc Exp $ +.\" $OpenBSD: quota.1,v 1.16 2011/01/20 13:58:16 jmc Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -32,7 +32,7 @@ .\" .\" from: @(#)quota.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: September 29 2010 $ +.Dd $Mdocdate: January 20 2011 $ .Dt QUOTA 1 .Os .Sh NAME @@ -120,7 +120,7 @@ to find filesystem names and locations The .Nm quota utility exits 0 on success, -and with a non-zero value if one or or more +and with a non-zero value if one or more filesystems are over quota. .Sh SEE ALSO .Xr quotactl 2 , diff --git a/usr.sbin/ikectl/ikectl.8 b/usr.sbin/ikectl/ikectl.8 index eb7d909b48b..1f82c10ea3a 100644 --- a/usr.sbin/ikectl/ikectl.8 +++ b/usr.sbin/ikectl/ikectl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ikectl.8,v 1.17 2010/10/11 14:25:05 sthen Exp $ +.\" $OpenBSD: ikectl.8,v 1.18 2011/01/20 13:58:16 jmc Exp $ .\" $vantronix: ikectl.8,v 1.11 2010/06/03 15:55:51 reyk Exp $ .\" .\" Copyright (c) 2007, 2008, 2009, 2010 Reyk Floeter <reyk@vantronix.net> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 11 2010 $ +.Dd $Mdocdate: January 20 2011 $ .Dt IKECTL 8 .Os .Sh NAME @@ -80,7 +80,7 @@ subsystems. .It Cm reload Reload the configuration from the default configuration file. .It Cm reset all -Reset the the running state. +Reset the running state. .It Cm reset ca Reset the X.509 CA and certificate state. .It Cm reset policy @@ -168,7 +168,7 @@ argument. .Cm ca Ar name Cm certificate Ar host .Cm delete .Xc -Deletes the private key and and certificates associated with +Deletes the private key and certificates associated with .Ar host . .It Xo .Cm ca Ar name Cm certificate Ar host |