From b75b0b106494d51d5b84545d3de161afe78234f1 Mon Sep 17 00:00:00 2001 From: jraynard Date: Sat, 8 Nov 1997 20:29:33 +0000 Subject: Back-out previous change. A better fix is to follow. Requested-by: bde --- share/doc/psd/20.ipctut/dgramsend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/doc') diff --git a/share/doc/psd/20.ipctut/dgramsend.c b/share/doc/psd/20.ipctut/dgramsend.c index 3b8c750..4c4d6c5 100644 --- a/share/doc/psd/20.ipctut/dgramsend.c +++ b/share/doc/psd/20.ipctut/dgramsend.c @@ -67,7 +67,7 @@ main(argc, argv) */ hp = gethostbyname(argv[1]); if (hp == 0) { - fprintf(stderr, "%s: unknown host\\n", argv[1]); + fprintf(stderr, "%s: unknown host\n", argv[1]); exit(2); } bcopy(hp->h_addr, &name.sin_addr, hp->h_length); -- cgit v1.1