Fix markup.
This commit is contained in:
parent
3d2415a28f
commit
71c479831e
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: tsearch.3,v 1.9 2007/12/07 07:33:13 simonb Exp $
|
.\" $NetBSD: tsearch.3,v 1.10 2009/04/11 16:17:26 joerg Exp $
|
||||||
.\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com>
|
.\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com>
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
@ -86,7 +86,7 @@ will be adjusted.
|
|||||||
.Pp
|
.Pp
|
||||||
.Fn twalk
|
.Fn twalk
|
||||||
walks the binary search tree rooted in
|
walks the binary search tree rooted in
|
||||||
.fa root
|
.Va root
|
||||||
and calls the function
|
and calls the function
|
||||||
.Fa action
|
.Fa action
|
||||||
on each node.
|
on each node.
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" from: @(#)strftime.3 5.12 (Berkeley) 6/29/91
|
.\" from: @(#)strftime.3 5.12 (Berkeley) 6/29/91
|
||||||
.\" $NetBSD: strftime.3,v 1.23 2006/06/17 04:58:14 reed Exp $
|
.\" $NetBSD: strftime.3,v 1.24 2009/04/11 16:15:27 joerg Exp $
|
||||||
.\"
|
.\"
|
||||||
.Dd April 14, 2004
|
.Dd April 14, 2004
|
||||||
.Dt STRFTIME 3
|
.Dt STRFTIME 3
|
||||||
@ -104,7 +104,6 @@ is replaced by the date in the format
|
|||||||
(the ISO 8601 date format).
|
(the ISO 8601 date format).
|
||||||
.It Cm \&%G
|
.It Cm \&%G
|
||||||
is replaced by the ISO 8601 year with century as a decimal number.
|
is replaced by the ISO 8601 year with century as a decimal number.
|
||||||
.TP
|
|
||||||
.It Cm \&%g
|
.It Cm \&%g
|
||||||
is replaced by the ISO 8601 year without century as a decimal number (00-99).
|
is replaced by the ISO 8601 year without century as a decimal number (00-99).
|
||||||
This is the year that includes the greater part of the week.
|
This is the year that includes the greater part of the week.
|
||||||
@ -112,7 +111,6 @@ This is the year that includes the greater part of the week.
|
|||||||
See also the
|
See also the
|
||||||
.Ql \&%V
|
.Ql \&%V
|
||||||
conversion specification.
|
conversion specification.
|
||||||
.TP
|
|
||||||
.It Cm \&%H
|
.It Cm \&%H
|
||||||
is replaced by the hour (24-hour clock) as a decimal number [00,23].
|
is replaced by the hour (24-hour clock) as a decimal number [00,23].
|
||||||
.It Cm \&%I
|
.It Cm \&%I
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: sockaddr_snprintf.3,v 1.6 2008/04/30 13:10:52 martin Exp $
|
.\" $NetBSD: sockaddr_snprintf.3,v 1.7 2009/04/11 16:13:49 joerg Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2004 The NetBSD Foundation, Inc.
|
.\" Copyright (c) 2004 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
@ -104,7 +104,7 @@ The symbolic name of the address is printed.
|
|||||||
For
|
For
|
||||||
.Dv AF_INET
|
.Dv AF_INET
|
||||||
and
|
and
|
||||||
.AF_INET6
|
.Dv AF_INET6
|
||||||
this is the hostname associated with the address.
|
this is the hostname associated with the address.
|
||||||
For all other address families, it is the same as the
|
For all other address families, it is the same as the
|
||||||
.Dq a
|
.Dq a
|
||||||
@ -176,7 +176,7 @@ to
|
|||||||
For
|
For
|
||||||
.Dv AF_INET
|
.Dv AF_INET
|
||||||
and
|
and
|
||||||
.DV AF_INET6
|
.Dv AF_INET6
|
||||||
addresses
|
addresses
|
||||||
.Fn sockaddr_snprintf
|
.Fn sockaddr_snprintf
|
||||||
returns \-1 if the
|
returns \-1 if the
|
||||||
|
Loading…
Reference in New Issue
Block a user