diff options
author | 2016-02-25 07:09:22 +0000 | |
---|---|---|
committer | 2016-02-25 07:09:22 +0000 | |
commit | 245ecb517a4b27e3479658293c1ebbaba9aa9843 (patch) | |
tree | 277fad12b81f2a97caf7ec5f6d20642111ac04fd | |
parent | refactor option letter parsing into a subfunction, to increase clarity (diff) | |
download | wireguard-openbsd-245ecb517a4b27e3479658293c1ebbaba9aa9843.tar.xz wireguard-openbsd-245ecb517a4b27e3479658293c1ebbaba9aa9843.zip |
remove extra word; from edgar pettijohn
-rw-r--r-- | usr.bin/rdist/rdist.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rdist/rdist.1 b/usr.bin/rdist/rdist.1 index ebe1385c203..f65cf07d571 100644 --- a/usr.bin/rdist/rdist.1 +++ b/usr.bin/rdist/rdist.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rdist.1,v 1.47 2015/11/30 17:03:05 jmc Exp $ +.\" $OpenBSD: rdist.1,v 1.48 2016/02/25 07:09:22 jmc Exp $ .\" .\" Copyright (c) 1983 Regents of the University of California. .\" All rights reserved. @@ -30,7 +30,7 @@ .\" $From: rdist.man,v 6.34 1996/01/29 22:37:19 mcooper Exp $ .\" @(#)rdist.1 6.6 (Berkeley) 5/13/86 .\" -.Dd $Mdocdate: November 30 2015 $ +.Dd $Mdocdate: February 25 2016 $ .Dt RDIST 1 .Os .Sh NAME @@ -117,7 +117,7 @@ will run the command: .Pp Otherwise, .Nm -run will run the command: +will run the command: .Bd -literal -offset indent ssh \*(Lthost\*(Gt -l \*(Ltlogin_name\*(Gt rdistd -S .Ed |