diff options
author | 2014-12-02 10:21:44 +0000 | |
---|---|---|
committer | 2014-12-02 10:21:44 +0000 | |
commit | 7c19d009faa4ca8c5615d0d06d31a56bcd93e41a (patch) | |
tree | cc6ebacb5ad5b39065439897fe9719ededd53284 | |
parent | Fix the implementation and documentation of \c (continue text input line). (diff) | |
download | wireguard-openbsd-7c19d009faa4ca8c5615d0d06d31a56bcd93e41a.tar.xz wireguard-openbsd-7c19d009faa4ca8c5615d0d06d31a56bcd93e41a.zip |
some minor fixes from martin natano;
-rw-r--r-- | libexec/tradcpp/tradcpp.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libexec/tradcpp/tradcpp.1 b/libexec/tradcpp/tradcpp.1 index f7012ee96be..a8fc1e2d3a9 100644 --- a/libexec/tradcpp/tradcpp.1 +++ b/libexec/tradcpp/tradcpp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tradcpp.1,v 1.2 2014/08/08 20:50:28 jmc Exp $ +.\" $OpenBSD: tradcpp.1,v 1.3 2014/12/02 10:21:44 jmc Exp $ .\" .\" Copyright (c) 2013 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: August 8 2014 $ +.Dd $Mdocdate: December 2 2014 $ .Dt TRADCPP 1 .Os .Sh NAME @@ -253,9 +253,9 @@ onto the prefix given with .Fl iprefix and add this directory as if it were specified with .Fl idirafter . -.It Fl iwithprefixbefore +.It Fl iwithprefixbefore Ar dir Like --Fl iwithprefix +.Fl iwithprefix but adds the result as if it were specified with .Fl I . .El |