From 0d491ceee6fe9aa9b18106995e56df35c74b209e Mon Sep 17 00:00:00 2001 From: aaron <> Date: Fri, 2 Jul 1999 16:57:49 +0000 Subject: [PATCH] remove extra comma from .Dd arguments: "Month ##, ####" is the correct format, not "Month, ##, ####" --- src/lib/libc/stdlib/realpath.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/libc/stdlib/realpath.3 b/src/lib/libc/stdlib/realpath.3 index 814c36ec..95c57b2e 100644 --- a/src/lib/libc/stdlib/realpath.3 +++ b/src/lib/libc/stdlib/realpath.3 @@ -32,9 +32,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: realpath.3,v 1.5 1999/06/29 18:36:23 aaron Exp $ +.\" $OpenBSD: realpath.3,v 1.6 1999/07/02 16:57:49 aaron Exp $ .\" -.Dd February, 16, 1994 +.Dd February 16, 1994 .Dt REALPATH 3 .Os .Sh NAME