summaryrefslogtreecommitdiffstats
path: root/share/doc
diff options
context:
space:
mode:
authorjraynard <jraynard@FreeBSD.org>1998-03-07 22:34:23 +0000
committerjraynard <jraynard@FreeBSD.org>1998-03-07 22:34:23 +0000
commit9af8f68c3da9209788b5ced306196bc6cc067050 (patch)
treee53c633c22e4251d41f0a91b9968d5ff68003ae0 /share/doc
parent03dc84e1ed652e1586852534b333f23e092fb39c (diff)
downloadFreeBSD-src-9af8f68c3da9209788b5ced306196bc6cc067050.zip
FreeBSD-src-9af8f68c3da9209788b5ced306196bc6cc067050.tar.gz
Revert previous commit. Despite the names, these files contain
troff input, not C source.
Diffstat (limited to 'share/doc')
-rw-r--r--share/doc/psd/20.ipctut/dgramsend.c2
-rw-r--r--share/doc/psd/20.ipctut/streamwrite.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/share/doc/psd/20.ipctut/dgramsend.c b/share/doc/psd/20.ipctut/dgramsend.c
index 4c4d6c5..4bd1e5a 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\en", argv[1]);
exit(2);
}
bcopy(hp->h_addr, &name.sin_addr, hp->h_length);
diff --git a/share/doc/psd/20.ipctut/streamwrite.c b/share/doc/psd/20.ipctut/streamwrite.c
index 07a3528..6205f13 100644
--- a/share/doc/psd/20.ipctut/streamwrite.c
+++ b/share/doc/psd/20.ipctut/streamwrite.c
@@ -65,7 +65,7 @@ main(argc, argv)
server.sin_family = AF_INET;
hp = gethostbyname(argv[1]);
if (hp == 0) {
- fprintf(stderr, "%s: unknown host\n", argv[1]);
+ fprintf(stderr, "%s: unknown host\en", argv[1]);
exit(2);
}
bcopy(hp->h_addr, &server.sin_addr, hp->h_length);
OpenPOWER on IntegriCloud