diff options
author | Joel Knight <joel@cvs.openbsd.org> | 2005-02-10 04:24:16 +0000 |
---|---|---|
committer | Joel Knight <joel@cvs.openbsd.org> | 2005-02-10 04:24:16 +0000 |
commit | 5008dd869d650a57bc9d314e307c34901c78cae0 (patch) | |
tree | 08533084e30e18a9ef7490a6ffbe458c434302e1 /usr.sbin/authpf | |
parent | d6c509f31db427204de0ecaf09c39b97c1dbb83f (diff) |
Minor punctuation nit.
ok henning@
Diffstat (limited to 'usr.sbin/authpf')
-rw-r--r-- | usr.sbin/authpf/authpf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/authpf/authpf.c b/usr.sbin/authpf/authpf.c index 48f6f9b1732..1ae6aa452d5 100644 --- a/usr.sbin/authpf/authpf.c +++ b/usr.sbin/authpf/authpf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: authpf.c,v 1.88 2005/01/31 15:08:50 henning Exp $ */ +/* $OpenBSD: authpf.c,v 1.89 2005/02/10 04:24:15 joel Exp $ */ /* * Copyright (C) 1998 - 2002 Bob Beck (beck@openbsd.org). @@ -302,7 +302,7 @@ main(int argc, char *argv[]) signal(SIGSTOP, need_death); signal(SIGTSTP, need_death); while (1) { - printf("\r\nHello %s, ", luser); + printf("\r\nHello %s. ", luser); printf("You are authenticated from host \"%s\"\r\n", ipsrc); setproctitle("%s@%s", luser, ipsrc); print_message(PATH_MESSAGE); |