aboutsummaryrefslogtreecommitdiff
path: root/share/doc/psd
diff options
context:
space:
mode:
authorJames Raynard <jraynard@FreeBSD.org>1997-11-08 20:29:33 +0000
committerJames Raynard <jraynard@FreeBSD.org>1997-11-08 20:29:33 +0000
commitf48f32cb59dbc562864fcd856ef9279b7d38a2d7 (patch)
treee544af3ab57bb25dc0d73f2c3d0ef4741ef2ff8d /share/doc/psd
parent171d1bf26dfbc6ec809ab7465c5f4d37d3f828df (diff)
downloadsrc-f48f32cb59dbc562864fcd856ef9279b7d38a2d7.tar.gz
src-f48f32cb59dbc562864fcd856ef9279b7d38a2d7.zip
Back-out previous change. A better fix is to follow.
Requested-by: bde
Notes
Notes: svn path=/head/; revision=31043
Diffstat (limited to 'share/doc/psd')
-rw-r--r--share/doc/psd/20.ipctut/dgramsend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/psd/20.ipctut/dgramsend.c b/share/doc/psd/20.ipctut/dgramsend.c
index 3b8c750e7d27..4c4d6c508ffc 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);