diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 06:58:14 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 06:58:14 +0000 |
commit | 423ba8f9bc23d93bfc244aca9b12563b1c9de90d (patch) | |
tree | c35d15efbecd3a9eb67a613df648a6bb614dca4b /share/doc/psd/20.ipctut/streamwrite.c | |
parent | a14d555c873398b14776ca4f2c33f9c69617afb9 (diff) | |
download | FreeBSD-src-423ba8f9bc23d93bfc244aca9b12563b1c9de90d.zip FreeBSD-src-423ba8f9bc23d93bfc244aca9b12563b1c9de90d.tar.gz |
Remove trailing whitespace.
Diffstat (limited to 'share/doc/psd/20.ipctut/streamwrite.c')
-rw-r--r-- | share/doc/psd/20.ipctut/streamwrite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/psd/20.ipctut/streamwrite.c b/share/doc/psd/20.ipctut/streamwrite.c index db4daaf..07a3528 100644 --- a/share/doc/psd/20.ipctut/streamwrite.c +++ b/share/doc/psd/20.ipctut/streamwrite.c @@ -43,7 +43,7 @@ * This program creates a socket and initiates a connection with the socket * given in the command line. One message is sent over the connection and * then the socket is closed, ending the connection. The form of the command - * line is streamwrite hostname portnumber + * line is streamwrite hostname portnumber */ main(argc, argv) |