summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-08-10 13:45:36 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-08-10 13:45:36 +0000
commit57e4378bf656a59240eb6ce73cf8bc67edcc92c8 (patch)
treec6202f8a0c6d93c9cf46f3fc9c8596cee2d5dbd0 /lib/libc
parent4446bcb7578679d557fdd7fed79095254f3a16d8 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/getdiskbyname.32
-rw-r--r--lib/libc/gen/getpwent.32
-rw-r--r--lib/libc/regex/regex.32
-rw-r--r--lib/libc/sys/clock_gettime.22
-rw-r--r--lib/libc/sys/mlock.22
-rw-r--r--lib/libc/sys/send.22
6 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/gen/getdiskbyname.3 b/lib/libc/gen/getdiskbyname.3
index a77f77d7decc..9acceaf95ee2 100644
--- a/lib/libc/gen/getdiskbyname.3
+++ b/lib/libc/gen/getdiskbyname.3
@@ -48,7 +48,7 @@
The
.Fn getdiskbyname
function
-takes a disk name (e.g.
+takes a disk name (e.g.\&
.Ql rm03 )
and returns a prototype disk label
describing its geometry information and the standard
diff --git a/lib/libc/gen/getpwent.3 b/lib/libc/gen/getpwent.3
index e41054c67780..1ad7a153db8c 100644
--- a/lib/libc/gen/getpwent.3
+++ b/lib/libc/gen/getpwent.3
@@ -131,7 +131,7 @@ The
function
closes any open files.
.Pp
-These routines have been written to ``shadow'' the password file, e.g.
+These routines have been written to ``shadow'' the password file, e.g.\&
allow only certain programs to have access to the encrypted password.
If the process which calls them has an effective uid of 0, the encrypted
password will be returned, otherwise, the password field of the returned
diff --git a/lib/libc/regex/regex.3 b/lib/libc/regex/regex.3
index fc9b1b3fb9c3..c7681c759248 100644
--- a/lib/libc/regex/regex.3
+++ b/lib/libc/regex/regex.3
@@ -442,7 +442,7 @@ is first ORed with
the
.Dq message
that results is the printable name of the error code,
-e.g.
+e.g.\&
.Dq Dv REG_NOMATCH ,
rather than an explanation thereof.
If
diff --git a/lib/libc/sys/clock_gettime.2 b/lib/libc/sys/clock_gettime.2
index e392954e56b8..57375608e2f1 100644
--- a/lib/libc/sys/clock_gettime.2
+++ b/lib/libc/sys/clock_gettime.2
@@ -121,6 +121,6 @@ A user other than the super-user attempted to set the time.
.Sh STANDARDS
The
.Fn clock_gettime ,
-etc.
+etc.\&
functions conform to
.St -p1003.1b-93 .
diff --git a/lib/libc/sys/mlock.2 b/lib/libc/sys/mlock.2
index 4f141e3b3c90..ba2bbb1976d5 100644
--- a/lib/libc/sys/mlock.2
+++ b/lib/libc/sys/mlock.2
@@ -152,7 +152,7 @@ Unlike The Sun implementation, multiple
.Fn mlock
calls on the same address range require the corresponding number of
.Fn munlock
-calls to actually unlock the pages, i.e.
+calls to actually unlock the pages, i.e.\&
.Fn mlock
nests.
This should be considered a consequence of the implementation
diff --git a/lib/libc/sys/send.2 b/lib/libc/sys/send.2
index 9044679f345f..8ec9476ee32d 100644
--- a/lib/libc/sys/send.2
+++ b/lib/libc/sys/send.2
@@ -108,7 +108,7 @@ The flag
.Dv MSG_OOB
is used to send
.Dq out-of-band
-data on sockets that support this notion (e.g.
+data on sockets that support this notion (e.g.\&
.Dv SOCK_STREAM ) ;
the underlying protocol must also support
.Dq out-of-band