diff options
Diffstat (limited to 'lib/libc/locale')
-rw-r--r-- | lib/libc/locale/mbrune.3 | 2 | ||||
-rw-r--r-- | lib/libc/locale/multibyte.3 | 2 | ||||
-rw-r--r-- | lib/libc/locale/rune.3 | 4 | ||||
-rw-r--r-- | lib/libc/locale/utf2.4 | 2 | ||||
-rw-r--r-- | lib/libc/locale/utf2.5 | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/locale/mbrune.3 b/lib/libc/locale/mbrune.3 index 1e68ae59eb6d..680b01ecaa4b 100644 --- a/lib/libc/locale/mbrune.3 +++ b/lib/libc/locale/mbrune.3 @@ -98,7 +98,7 @@ The function locates the first occurrence of the null-terminated string .Fa pattern in the null-terminated string -.Fa string. +.Fa string . If .Fa pattern is the empty string, diff --git a/lib/libc/locale/multibyte.3 b/lib/libc/locale/multibyte.3 index cf4093c5ba12..dff599d1e069 100644 --- a/lib/libc/locale/multibyte.3 +++ b/lib/libc/locale/multibyte.3 @@ -150,7 +150,7 @@ function converts a multibyte character .Fa mbchar into a wide character and stores the result in the object pointed to by -.Fa wcharp. +.Fa wcharp . Up to .Fa nbytes bytes are examined. diff --git a/lib/libc/locale/rune.3 b/lib/libc/locale/rune.3 index 087ef4ca896e..a9452747dfcb 100644 --- a/lib/libc/locale/rune.3 +++ b/lib/libc/locale/rune.3 @@ -159,7 +159,7 @@ is not .Dv NULL , .Fa *result will be set to -.Dv NULL. +.Dv NULL . In all cases, .Fn sputrune will return the number of bytes which would be needed to store @@ -266,7 +266,7 @@ These functions first appeared in The .Fn setrunelocale function and the other non-ANSI rune functions were inspired by -.Nm Plan 9 from Bell Labs +.Sy "Plan 9 from Bell Labs" as a much more sane alternative to the ANSI multibyte and wide character support. .\"They were conceived at the San Diego 1993 Summer USENIX conference by diff --git a/lib/libc/locale/utf2.4 b/lib/libc/locale/utf2.4 index 3734dbab1669..35eb3ad64e1d 100644 --- a/lib/libc/locale/utf2.4 +++ b/lib/libc/locale/utf2.4 @@ -49,7 +49,7 @@ The .Nm UTF2 encoding is based on a proposed X-Open multibyte \s-1FSS-UCS-TF\s+1 (File System Safe Universal Character Set Transformation Format) encoding as used in -.Nm Plan 9 from Bell Labs. +.Sy "Plan 9 from Bell Labs" . Although it is capable of representing more than 16 bits, the current implementation is limited to 16 bits as defined by the Unicode Standard. diff --git a/lib/libc/locale/utf2.5 b/lib/libc/locale/utf2.5 index 3734dbab1669..35eb3ad64e1d 100644 --- a/lib/libc/locale/utf2.5 +++ b/lib/libc/locale/utf2.5 @@ -49,7 +49,7 @@ The .Nm UTF2 encoding is based on a proposed X-Open multibyte \s-1FSS-UCS-TF\s+1 (File System Safe Universal Character Set Transformation Format) encoding as used in -.Nm Plan 9 from Bell Labs. +.Sy "Plan 9 from Bell Labs" . Although it is capable of representing more than 16 bits, the current implementation is limited to 16 bits as defined by the Unicode Standard. |