diff options
author | uqs <uqs@FreeBSD.org> | 2011-12-30 00:59:08 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2011-12-30 00:59:08 +0000 |
commit | 14cd39e1d0a10a854bd5f8156837214e7034cc2e (patch) | |
tree | 868675c7c6163a8b106074c85df7669e339e5bfc /usr.sbin/pkg_install | |
parent | 8f1a296b8bac3ab3d5e3cbdb533553d8b75ac45a (diff) | |
download | FreeBSD-src-14cd39e1d0a10a854bd5f8156837214e7034cc2e.zip FreeBSD-src-14cd39e1d0a10a854bd5f8156837214e7034cc2e.tar.gz |
Reencode files to UTF-8. Drop CP1252 em-dash.
Diffstat (limited to 'usr.sbin/pkg_install')
-rw-r--r-- | usr.sbin/pkg_install/updating/main.c | 2 | ||||
-rw-r--r-- | usr.sbin/pkg_install/updating/pathnames.h | 2 | ||||
-rw-r--r-- | usr.sbin/pkg_install/updating/pkg_updating.1 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pkg_install/updating/main.c b/usr.sbin/pkg_install/updating/main.c index 138922b..e7a840f 100644 --- a/usr.sbin/pkg_install/updating/main.c +++ b/usr.sbin/pkg_install/updating/main.c @@ -3,7 +3,7 @@ * "THE BEER-WARE LICENSE" (Revision 42): * <beat@chruetertee.ch> wrote this file. As long as you retain this notice you * can do whatever you want with this stuff. If we meet some day, and you think - * this stuff is worth it, you can buy me a beer in return. Beat Gätzi + * this stuff is worth it, you can buy me a beer in return. Beat Gätzi * ---------------------------------------------------------------------------- */ diff --git a/usr.sbin/pkg_install/updating/pathnames.h b/usr.sbin/pkg_install/updating/pathnames.h index 7eed1b4..b9a94ed 100644 --- a/usr.sbin/pkg_install/updating/pathnames.h +++ b/usr.sbin/pkg_install/updating/pathnames.h @@ -3,7 +3,7 @@ * "THE BEER-WARE LICENSE" (Revision 42): * <beat@chruetertee.ch> wrote this file. As long as you retain this notice you * can do whatever you want with this stuff. If we meet some day, and you think - * this stuff is worth it, you can buy me a beer in return. Beat Gätzi + * this stuff is worth it, you can buy me a beer in return. Beat Gätzi * ---------------------------------------------------------------------------- * * $FreeBSD$ diff --git a/usr.sbin/pkg_install/updating/pkg_updating.1 b/usr.sbin/pkg_install/updating/pkg_updating.1 index d7ac123..9ab6dc8 100644 --- a/usr.sbin/pkg_install/updating/pkg_updating.1 +++ b/usr.sbin/pkg_install/updating/pkg_updating.1 @@ -6,7 +6,7 @@ .\" "THE BEER-WARE LICENSE" (Revision 42): .\" <beat@chruetertee.ch> wrote this file. As long as you retain this notice you .\" can do whatever you want with this stuff. If we meet some day, and you think -.\" this stuff is worth it, you can buy me a beer in return. Beat Gätzi +.\" this stuff is worth it, you can buy me a beer in return. Beat Gätzi .\" .\" $FreeBSD$ .\" |