From b01f4610328730a2d3d86f481be2d5e9f27946ed Mon Sep 17 00:00:00 2001 From: jtc Date: Mon, 3 Jul 1995 22:49:10 +0000 Subject: [PATCH] Remove trailing comma from cross reference list. --- lib/libc/stdio/perror.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/stdio/perror.3 b/lib/libc/stdio/perror.3 index 16bca240c4c4..8b1d61d39b71 100644 --- a/lib/libc/stdio/perror.3 +++ b/lib/libc/stdio/perror.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: perror.3,v 1.3 1995/02/02 01:15:47 jtc Exp $ +.\" $NetBSD: perror.3,v 1.4 1995/07/03 22:49:10 jtc Exp $ .\" .\" Copyright (c) 1980, 1991 Regents of the University of California. .\" All rights reserved. @@ -75,7 +75,7 @@ with argument .Xr intro 2 , .Xr psignal 3 , .Xr setlocale 3 , -.Xr strerror 3 , +.Xr strerror 3 .Sh STANDARDS The .Fn perror