diff options
author | 2015-09-09 16:00:22 +0000 | |
---|---|---|
committer | 2015-09-09 16:00:22 +0000 | |
commit | ca76a4fd27cba66d1ed7e599ee8744bea34895e4 (patch) | |
tree | 6a3f3d3c75d78a6169ae7dcc6ac397b706785a86 | |
parent | Nuke some extraneous whitespace. (diff) | |
download | wireguard-openbsd-ca76a4fd27cba66d1ed7e599ee8744bea34895e4.tar.xz wireguard-openbsd-ca76a4fd27cba66d1ed7e599ee8744bea34895e4.zip |
fix a mistake in the predefined string passed to -width (it is
obvious "indent", not "ident", was intended); instead of this use
the macro Ds as the indent is an offset -- fixes indentation
of uuencode(1) and uudecode(1) options.
ok jmc@
-rw-r--r-- | usr.bin/uuencode/uuencode.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/uuencode/uuencode.1 b/usr.bin/uuencode/uuencode.1 index 26fce574874..d434875a2a1 100644 --- a/usr.bin/uuencode/uuencode.1 +++ b/usr.bin/uuencode/uuencode.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uuencode.1,v 1.24 2014/06/03 21:05:40 jmc Exp $ +.\" $OpenBSD: uuencode.1,v 1.25 2015/09/09 16:00:22 sobrado Exp $ .\" $FreeBSD: uuencode.1,v 1.26 2003/03/18 14:24:47 fanf Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -31,7 +31,7 @@ .\" @(#)uuencode.1 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd $Mdocdate: June 3 2014 $ +.Dd $Mdocdate: September 9 2015 $ .Dt UUENCODE 1 .Os .Sh NAME @@ -117,7 +117,7 @@ ignores any leading and trailing lines. The options for .Nm uuencode are as follows: -.Bl -tag -width ident +.Bl -tag -width Ds .It Fl m Use the Base64 method of encoding, rather than the traditional .Nm @@ -131,7 +131,7 @@ instead of standard output. The options for .Nm uudecode are as follows: -.Bl -tag -width ident +.Bl -tag -width Ds .It Fl c Decode more than one uuencoded file from .Ar file |