History log of /freebsd-14.2/lib/libc/stdlib/strfmon.3 (Results 1 – 18 of 18)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0
# 9f1c1cfe 01-Dec-2023 Jose Luis Duran <[email protected]>

strfmon.3: Cleanup example code

(cherry picked from commit 2a163c3649e59dd616e057994ec02092362f0ae7)


Revision tags: release/14.0.0
# fa9896e0 16-Aug-2023 Warner Losh <[email protected]>

Remove $FreeBSD$: two-line nroff pattern

Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/


Revision tags: release/13.2.0, release/12.4.0
# 59cc636d 08-Nov-2022 Jose Luis Duran <[email protected]>

strfmon(3): Wording improvements

Use the same terminology as the other `_l` xlocale(3) functions.

Reviewed by: kib
MFC after: 1 week


# cdd9d92d 08-Nov-2022 Jose Luis Duran <[email protected]>

strfmon(3): Add an EXAMPLES section

Reviewed by: kib
MFC after: 1 week


# d96088b3 28-Oct-2022 Jose Luis Duran <[email protected]>

strfmon_l(3): Add name to the man page

Reviewed by: kib
PR: 267410
Github PR: #620
MFC after: 1 week


# 7cfd67ce 13-Oct-2022 Jose Luis Duran <[email protected]>

strfmon(3): Fix # explanation

There's only one value that specifies the number of digits after the
decimal point (oh, sorry, the "radix character") the other specifies the
number before...

While he

strfmon(3): Fix # explanation

There's only one value that specifies the number of digits after the
decimal point (oh, sorry, the "radix character") the other specifies the
number before...

While here, add a little more info on the effects of using the #n value.

Obtained from: https://github.com/NetBSD/src/commit/d1dd1a086400ae719bde1f2c45938d9bc1d29e8b
Reviewed by: kib
PR: 267282
Github PR: #619
MFC after: 1 week

show more ...


# 0efec50e 13-Oct-2022 Jose Luis Duran <[email protected]>

strfmon(3): Remove repeated words

Reviewed by: kib
PR: 267282
Github PR: #619
MFC after: 1 week


Revision tags: release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0
# 8fbf3d50 23-Jun-2014 Baptiste Daroussin <[email protected]>

use .Mt to mark up email addresses consistently (part4)

PR: 191174
Submitted by: Franco Fichtner <franco at lastsummer.de>


Revision tags: release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0
# af5b2c78 26-Jun-2012 Joel Dahl <[email protected]>

Remove end of line whitespace.


# 3f19323a 25-Jun-2012 Isabell Long <[email protected]>

Add more locale-specific functions to the relevant man pages and
Makefiles:
- libc/stdtime/strftime.3
- libc/stdtime/strptime.3
- libc/stdlib/strfmon.3

Reviewed by: theraven
Approved by: gabor (ment

Add more locale-specific functions to the relevant man pages and
Makefiles:
- libc/stdtime/strftime.3
- libc/stdtime/strptime.3
- libc/stdlib/strfmon.3

Reviewed by: theraven
Approved by: gabor (mentor)

show more ...


# a3fb6da9 11-May-2012 Glen Barber <[email protected]>

General mdoc(7) and typo fixes.

PR: 167734
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after: 3 days


Revision tags: release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0
# b211af11 06-Jan-2003 Tim J. Robbins <[email protected]>

strfmon(3) does not correctly handle multibyte characters in the
format string.


# 1798791d 29-Nov-2002 Ruslan Ermilov <[email protected]>

mdoc(7) police: formatting nits.

Approved by: re


# d0d87283 11-Oct-2002 Tim J. Robbins <[email protected]>

Document the kind of format string strfmon() expects. Sync the Errors
section with reality.


Revision tags: release/4.7.0_cvs
# 883738f2 20-Sep-2002 Mike Barcroft <[email protected]>

Add restrict type-qualifier.


Revision tags: release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs, release/4.5.0_cvs, release/4.4.0_cvs
# 2677aa4b 01-Oct-2001 Ruslan Ermilov <[email protected]>

mdoc(7) police: don't split author names in the AUTHORS section.


# fbded498 07-Sep-2001 Jeroen Ruigrok van der Werven <[email protected]>

Fix some mdoc nits caused by my knowledge not being too up-to-date on
mdocNG.

Submitted by: dd


# 8c9893a3 07-Sep-2001 Jeroen Ruigrok van der Werven <[email protected]>

Add strfmon.3 to the fray.
This is a first cut, but enough to help people interested in using it
further than before.
More text coming to illustrate use and provide more details.

Based on standards'

Add strfmon.3 to the fray.
This is a first cut, but enough to help people interested in using it
further than before.
More text coming to illustrate use and provide more details.

Based on standards' text.

show more ...