From 1f821a554d03ae4e0468b617e08d96b7e71712c9 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 6 Jun 2007 18:40:56 +0000 Subject: [PATCH] Added some comments to example program. --- man2/bind.2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/man2/bind.2 b/man2/bind.2 index 9fdb4c44f..eec5c4940 100644 --- a/man2/bind.2 +++ b/man2/bind.2 @@ -298,6 +298,11 @@ main(int argc, char *argv[]) &peer_addr_size) if (cfd == -1) die("accept"); + + /* Code to deal with incoming connection(s)... */ + + /* When no longer required, the socket pathname, MY_SOCK_PATH + should be deleted using unlink(2) or remove(3) */ } .fi .in -0.25in