diff options
author | pluknet <pluknet@FreeBSD.org> | 2013-05-03 12:45:45 +0000 |
---|---|---|
committer | pluknet <pluknet@FreeBSD.org> | 2013-05-03 12:45:45 +0000 |
commit | c9503ea86ddd3aa182d3045ccbf0956024453142 (patch) | |
tree | d4dcb1f46bd7f79d78039fa49fc9ac2f72f5682a /lib/libc | |
parent | fb11a4979288d97251f30a658cf37105d5332306 (diff) | |
download | FreeBSD-src-c9503ea86ddd3aa182d3045ccbf0956024453142.zip FreeBSD-src-c9503ea86ddd3aa182d3045ccbf0956024453142.tar.gz |
Remove an extra comma.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/locale/duplocale.3 | 2 | ||||
-rw-r--r-- | lib/libc/locale/freelocale.3 | 2 | ||||
-rw-r--r-- | lib/libc/locale/newlocale.3 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/locale/duplocale.3 b/lib/libc/locale/duplocale.3 index 1e149c0..ae80f30 100644 --- a/lib/libc/locale/duplocale.3 +++ b/lib/libc/locale/duplocale.3 @@ -66,7 +66,7 @@ The locale returned by this call must be freed with .Xr uselocale 3 , .Xr xlocale 3 .Sh STANDARDS -This function, conforms to +This function conforms to .St -p1003.1-2008 .Sh BUGS Ideally, diff --git a/lib/libc/locale/freelocale.3 b/lib/libc/locale/freelocale.3 index 26060e8..b86195f 100644 --- a/lib/libc/locale/freelocale.3 +++ b/lib/libc/locale/freelocale.3 @@ -57,5 +57,5 @@ Returns 0 on success or -1 on error. .Xr uselocale 3 , .Xr xlocale 3 .Sh STANDARDS -This function, conforms to +This function conforms to .St -p1003.1-2008 . diff --git a/lib/libc/locale/newlocale.3 b/lib/libc/locale/newlocale.3 index e2d7ebb..12495c0 100644 --- a/lib/libc/locale/newlocale.3 +++ b/lib/libc/locale/newlocale.3 @@ -108,5 +108,5 @@ You must free the returned locale with .Xr uselocale 3 , .Xr xlocale 3 .Sh STANDARDS -This function, conforms to +This function conforms to .St -p1003.1-2008 |