diff options
author | jkh <jkh@FreeBSD.org> | 2000-02-18 03:02:32 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 2000-02-18 03:02:32 +0000 |
commit | c7531fe35c741479493a19138f321bd2e5c50f65 (patch) | |
tree | 5d6ccbffcb4ed99838b70d9731d175ad1b73fe81 /release | |
parent | c6aff4b87afd56621d45da84be11e60f390f4710 (diff) | |
download | FreeBSD-src-c7531fe35c741479493a19138f321bd2e5c50f65.zip FreeBSD-src-c7531fe35c741479493a19138f321bd2e5c50f65.tar.gz |
add missing newline to previous cosmetic fixes.
Diffstat (limited to 'release')
-rw-r--r-- | release/sysinstall/dist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c index 85b64ac..ce3f229 100644 --- a/release/sysinstall/dist.c +++ b/release/sysinstall/dist.c @@ -419,7 +419,7 @@ distMaybeSetPorts(dialogMenuItem *self) "much more than that when a lot of the distribution tarballs are loaded\n" "(unless you have the extra CDs available from a FreeBSD CDROM distribution\n" "and can mount them on /cdrom, in which case this is far less of a problem).\n\n" - "The ports collection is a very valuable resource and well worth having" + "The ports collection is a very valuable resource and well worth having\n" "on your /usr partition, so it is advisable to say Yes to this option.\n\n" "For more information on the ports collection & the latest ports, visit:\n" " http://www.freebsd.org/ports\n")) |