Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/ftp add trailing . to message
details: https://anonhg.NetBSD.org/src/rev/aa1e70a1d266
branches: trunk
changeset: 476601:aa1e70a1d266
user: lukem <lukem%NetBSD.org@localhost>
date: Tue Sep 21 12:57:51 1999 +0000
description:
add trailing . to message
diffstat:
usr.bin/ftp/fetch.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r dd3260dc0850 -r aa1e70a1d266 usr.bin/ftp/fetch.c
--- a/usr.bin/ftp/fetch.c Tue Sep 21 12:36:32 1999 +0000
+++ b/usr.bin/ftp/fetch.c Tue Sep 21 12:57:51 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fetch.c,v 1.69 1999/09/14 22:49:14 mycroft Exp $ */
+/* $NetBSD: fetch.c,v 1.70 1999/09/21 12:57:51 lukem Exp $ */
/*-
* Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: fetch.c,v 1.69 1999/09/14 22:49:14 mycroft Exp $");
+__RCSID("$NetBSD: fetch.c,v 1.70 1999/09/21 12:57:51 lukem Exp $");
#endif /* not lint */
/*
@@ -1554,7 +1554,7 @@
if (strcasecmp(url, "ftp") == 0) {
fprintf(ttyout, "%s\n%s\n",
"This version of ftp has been enhanced by Luke Mewburn <lukem%netbsd.org@localhost>.",
-"Execute `man ftp' for more details");
+"Execute `man ftp' for more details.");
} else if (strcasecmp(url, "netbsd") == 0) {
fprintf(ttyout, "%s\n%s\n",
"NetBSD is a freely available and redistributable UNIX-like operating system.",
Home |
Main Index |
Thread Index |
Old Index