Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/time Remove useless macro.



details:   https://anonhg.NetBSD.org/src/rev/8f0f9a7724c5
branches:  trunk
changeset: 829761:8f0f9a7724c5
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Feb 11 13:28:49 2018 +0000

description:
Remove useless macro.

diffstat:

 lib/libc/time/getdate.3 |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r ace27c71a73c -r 8f0f9a7724c5 lib/libc/time/getdate.3
--- a/lib/libc/time/getdate.3   Sun Feb 11 13:28:26 2018 +0000
+++ b/lib/libc/time/getdate.3   Sun Feb 11 13:28:49 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: getdate.3,v 1.9 2018/02/07 11:16:05 pgoyette Exp $
+.\"    $NetBSD: getdate.3,v 1.10 2018/02/11 13:28:49 wiz Exp $
 .\"
 .\" Copyright (c) 2009, 2011, 2012, The NetBSD Foundation.
 .\" All Rights Reserved.
@@ -176,7 +176,6 @@
 .Pp
 The following examples show how local data and time specification can be
 defined in the template.
-.Pp
 .Bl -column -offset indent ".Li Friday 12:00:00" ".Sy Line in Template"
 .It Sy "Input String" Ta Sy "Line in Template"
 .It Li 11/27/86 Ta Li \&%m/\&%d/\&%y
@@ -191,7 +190,6 @@
 and the
 .Ev LC_TIME
 environment variable is set to the default C locale.
-.Pp
 .Bl -column -offset indent ".Li Jan Wed 1989" ".Sy Line in Template" ".Sy Date"
 .It Sy Input String Ta Sy Line in Template Ta Sy Date
 .It Li Mon Ta Li \&%a Ta Li "Mon Sep 22 12:19:47 EDT 1986"



Home | Main Index | Thread Index | Old Index