From f11e5e44f79f048c359d6570fd50e02e0d436257 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 28 May 2007 10:40:39 +0000 Subject: [PATCH] Add new EXAMPLE section with pointer to example in bind.2. --- man2/accept.2 | 3 +++ man2/listen.2 | 3 +++ 2 files changed, 6 insertions(+) diff --git a/man2/accept.2 b/man2/accept.2 index fe3abd9a4..43098d0c1 100644 --- a/man2/accept.2 +++ b/man2/accept.2 @@ -302,6 +302,9 @@ They shouldn't have touched it in the first place, but once they did they felt it had to have a named type for some unfathomable reason (probably somebody didn't like losing face over having done the original stupid thing, so they silently just renamed their blunder)." +.SH EXAMPLE +See +.BR bind (2). .SH "SEE ALSO" .BR bind (2), .BR connect (2), diff --git a/man2/listen.2 b/man2/listen.2 index 14d559795..66bce2fa9 100644 --- a/man2/listen.2 +++ b/man2/listen.2 @@ -130,6 +130,9 @@ to .\" The following is now rather historic information (MTK, Jun 05) .\" Don't rely on this value in portable applications since BSD .\" (and some BSD-derived systems) limit the backlog to 5. +.SH EXAMPLE +See +.BR bind (2). .SH "SEE ALSO" .BR accept (2), .BR bind (2),