diff options
| -rw-r--r-- | man5/locale.5 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man5/locale.5 b/man5/locale.5 index 2bde7c8b28..e6c1f075ae 100644 --- a/man5/locale.5 +++ b/man5/locale.5 @@ -1098,17 +1098,17 @@ followed by a list of month names. .I d_t_fmt followed by the appropriate date and time format (for syntax, see -.BR strftime ()). +.BR strftime (3)). .TP .I d_fmt followed by the appropriate date format (for syntax, see -.BR strftime ()). +.BR strftime (3)). .TP .I t_fmt followed by the appropriate time format (for syntax, see -.BR strftime ()). +.BR strftime (3)). .TP .I am_pm followed by the appropriate representation of the @@ -1121,7 +1121,7 @@ This should be left empty for locales not using AM/PM convention. .I t_fmt_ampm followed by the appropriate time format (for syntax, see -.BR strftime ()) +.BR strftime (3)) when using 12h clock format. This should be left empty for locales not using AM/PM convention. .TP @@ -1181,7 +1181,7 @@ Right-left from top. followed by the appropriate date representation for .BR date (1) (for syntax, see -.BR strftime ()). +.BR strftime (3)). .PP The .B LC_TIME |
