Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 May 2013 22:47:47 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r250161 - head/lib/libc/sys
Message-ID:  <201305012247.r41MllDH048999@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jilles
Date: Wed May  1 22:47:47 2013
New Revision: 250161
URL: http://svnweb.freebsd.org/changeset/base/250161

Log:
  accept(2), pipe(2): Fix .Dd.

Modified:
  head/lib/libc/sys/accept.2
  head/lib/libc/sys/pipe.2

Modified: head/lib/libc/sys/accept.2
==============================================================================
--- head/lib/libc/sys/accept.2	Wed May  1 22:45:04 2013	(r250160)
+++ head/lib/libc/sys/accept.2	Wed May  1 22:47:47 2013	(r250161)
@@ -28,7 +28,7 @@
 .\"     @(#)accept.2	8.2 (Berkeley) 12/11/93
 .\" $FreeBSD$
 .\"
-.Dd April 22, 2013
+.Dd May 1, 2013
 .Dt ACCEPT 2
 .Os
 .Sh NAME

Modified: head/lib/libc/sys/pipe.2
==============================================================================
--- head/lib/libc/sys/pipe.2	Wed May  1 22:45:04 2013	(r250160)
+++ head/lib/libc/sys/pipe.2	Wed May  1 22:47:47 2013	(r250161)
@@ -28,7 +28,7 @@
 .\"     @(#)pipe.2	8.1 (Berkeley) 6/4/93
 .\" $FreeBSD$
 .\"
-.Dd March 31, 2013
+.Dd May 1, 2013
 .Dt PIPE 2
 .Os
 .Sh NAME



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305012247.r41MllDH048999>