summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-07-02 19:07:33 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-07-02 19:07:33 +0000
commitd37ea99837e6ad50837fd9fe1771ddf1c3ba6002 (patch)
tree29f2974dc01c5902c6ed3744380acf6a3ec30c66 /lib/libc
parent8c21c193056ac0ffd1364e6c6c4bce6c629864b4 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/time.32
-rw-r--r--lib/libc/i386/sys/i386_get_ldt.220
-rw-r--r--lib/libc/locale/gb2312.52
-rw-r--r--lib/libc/locale/mblen.32
-rw-r--r--lib/libc/sys/connect.22
-rw-r--r--lib/libc/sys/ntp_gettime.22
6 files changed, 15 insertions, 15 deletions
diff --git a/lib/libc/gen/time.3 b/lib/libc/gen/time.3
index 22ef9b48f386..9494ec7c350d 100644
--- a/lib/libc/gen/time.3
+++ b/lib/libc/gen/time.3
@@ -59,7 +59,7 @@ If an error occurs,
returns the value
.Po Vt time_t Pc Ns \-1 .
.Pp
-The return value is also stored in
+The return value is also stored in
.No \&* Ns Va tloc ,
provided that
.Va tloc
diff --git a/lib/libc/i386/sys/i386_get_ldt.2 b/lib/libc/i386/sys/i386_get_ldt.2
index 67ae712e21c6..135d8b8d4c53 100644
--- a/lib/libc/i386/sys/i386_get_ldt.2
+++ b/lib/libc/i386/sys/i386_get_ldt.2
@@ -74,32 +74,32 @@ can be either segment_descriptor or gate_descriptor and are defined in
These structures are defined by the architecture
as disjoint bit-fields, so care must be taken in constructing them.
.Pp
-If
+If
.Fa start_sel
-is
+is
.Em LDT_AUTO_ALLOC ,
.Fa num_sels
-is 1 and the descriptor pointed to by
+is 1 and the descriptor pointed to by
.Fa descs
is legal, then
.Fn i386_set_ldt
-will allocate a descriptor and return its
+will allocate a descriptor and return its
selector number.
.Pp
-If
+If
.Fa num_descs
is 1,
.Fa start_sels
-is valid, and
+is valid, and
.Fa descs
-is NULL, then
+is NULL, then
.Fn i386_set_ldt
will free that descriptor
(making it available to be reallocated again later).
.Pp
-If
-.Fa num_descs
-is 0,
+If
+.Fa num_descs
+is 0,
.Fa start_sels
is 0 and
.Fa descs
diff --git a/lib/libc/locale/gb2312.5 b/lib/libc/locale/gb2312.5
index a113a3b916ec..754fcb4ead1e 100644
--- a/lib/libc/locale/gb2312.5
+++ b/lib/libc/locale/gb2312.5
@@ -36,7 +36,7 @@
The
.Nm GB2312
encoding implements GB\ 2312-1980, a PRC national standard
-for the encoding of simplified Chinese characters.
+for the encoding of simplified Chinese characters.
.Pp
Multibyte characters in the GB2312
encoding can be one byte or two bytes long.
diff --git a/lib/libc/locale/mblen.3 b/lib/libc/locale/mblen.3
index 6e3a2f274531..514a4857708b 100644
--- a/lib/libc/locale/mblen.3
+++ b/lib/libc/locale/mblen.3
@@ -90,7 +90,7 @@ In this case,
.Fn mblen Ns No 's
internal conversion state is undefined.
.Sh ERRORS
-The
+The
.Fn mblen
function will fail if:
.Bl -tag -width Er
diff --git a/lib/libc/sys/connect.2 b/lib/libc/sys/connect.2
index 7b135ea8d20b..5b74fbef80a0 100644
--- a/lib/libc/sys/connect.2
+++ b/lib/libc/sys/connect.2
@@ -126,7 +126,7 @@ as in the case of
A previous connection attempt has not yet been completed.
.It Bq Er EACCES
An attempt is made to connect to a broadcast address (obtained through the
-.Dv INADDR_BROADCAST
+.Dv INADDR_BROADCAST
constant or the
.Dv INADDR_NONE
return value) through a socket that does not provide broadcast functionality.
diff --git a/lib/libc/sys/ntp_gettime.2 b/lib/libc/sys/ntp_gettime.2
index b74c3d9ba9e7..f556d74f2795 100644
--- a/lib/libc/sys/ntp_gettime.2
+++ b/lib/libc/sys/ntp_gettime.2
@@ -75,7 +75,7 @@ Offset in seconds between the TAI and UTC time scales.
This offset is published twice a year and is an integral number of
seconds between TAI (which does not have leap seconds) and UTC (which
does).
-.Xr ntpd 8
+.Xr ntpd 8
or some other agent maintains this value.
A value of 0 means unknown.
As of the date of the manual page, the offset is 32 seconds.