diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-01-08 16:15:46 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-01-08 16:15:46 +0000 |
commit | 79c1c42471c75151d7983cf51647ccead6d65507 (patch) | |
tree | 33729ec038857cfe8894b08cd375fa54e51e2927 /usr.sbin | |
parent | aab89d87692c1bdc7132f97f90f5c69f93ade8de (diff) |
zap trailing whitespace;
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pkg_add/pkg_create.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pkg_add/pkg_create.1 b/usr.sbin/pkg_add/pkg_create.1 index 47860334264..869eb49c8e1 100644 --- a/usr.sbin/pkg_add/pkg_create.1 +++ b/usr.sbin/pkg_add/pkg_create.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_create.1,v 1.90 2014/01/07 10:44:07 espie Exp $ +.\" $OpenBSD: pkg_create.1,v 1.91 2014/01/08 16:15:45 jmc Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -21,7 +21,7 @@ .\" [jkh] Took John's changes back and made some additional extensions for .\" better integration with FreeBSD's new ports collection. .\" -.Dd $Mdocdate: January 7 2014 $ +.Dd $Mdocdate: January 8 2014 $ .Dt PKG_CREATE 1 .Os .Sh NAME @@ -145,7 +145,7 @@ Set package .Dq one line description (mandatory). .It Ar HISTORY_DIR -Record checksums of files in permanent location +Record checksums of files in permanent location .Pa ${HISTORY_DIR}/${FULLPKGPATH:S,/,./g} . .It Ar FTP Set to the port's Makefile |