summaryrefslogtreecommitdiffstats
path: root/share/doc/psd/20.ipctut/dgramsend.c
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-30 06:58:14 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-30 06:58:14 +0000
commit423ba8f9bc23d93bfc244aca9b12563b1c9de90d (patch)
treec35d15efbecd3a9eb67a613df648a6bb614dca4b /share/doc/psd/20.ipctut/dgramsend.c
parenta14d555c873398b14776ca4f2c33f9c69617afb9 (diff)
downloadFreeBSD-src-423ba8f9bc23d93bfc244aca9b12563b1c9de90d.zip
FreeBSD-src-423ba8f9bc23d93bfc244aca9b12563b1c9de90d.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'share/doc/psd/20.ipctut/dgramsend.c')
-rw-r--r--share/doc/psd/20.ipctut/dgramsend.c4
1 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 831fbf1..909f71d 100644
--- a/share/doc/psd/20.ipctut/dgramsend.c
+++ b/share/doc/psd/20.ipctut/dgramsend.c
@@ -42,7 +42,7 @@
/*
* Here I send a datagram to a receiver whose name I get from the command
* line arguments. The form of the command line is dgramsend hostname
- * portnumber
+ * portnumber
*/
main(argc, argv)
@@ -63,7 +63,7 @@ main(argc, argv)
* Construct name, with no wildcards, of the socket to send to.
* Getnostbyname() returns a structure including the network address
* of the specified host. The port number is taken from the command
- * line.
+ * line.
*/
hp = gethostbyname(argv[1]);
if (hp == 0) {
OpenPOWER on IntegriCloud