diff options
author | 2005-02-10 04:24:15 +0000 | |
---|---|---|
committer | 2005-02-10 04:24:15 +0000 | |
commit | 613d707ccf3fe583bbeddea752c22f85f2d4916e (patch) | |
tree | 3add73cf2c1fadb79190a12f6a467962f85c85b1 | |
parent | Nasty, fix tedu's test case. This needs to be (diff) | |
download | wireguard-openbsd-613d707ccf3fe583bbeddea752c22f85f2d4916e.tar.xz wireguard-openbsd-613d707ccf3fe583bbeddea752c22f85f2d4916e.zip |
Minor punctuation nit.
ok henning@
-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); |