summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-04-18 15:54:10 +0000
committerru <ru@FreeBSD.org>2001-04-18 15:54:10 +0000
commit2d1b95a96fc9b0b31e2e82f3fa3dc952e107f533 (patch)
treeed6d70dff3181701a1d9087a8c13b7f9bb97e286 /lib
parent16a48734c9ac145fb6d6db8d2877081e97282d2c (diff)
downloadFreeBSD-src-2d1b95a96fc9b0b31e2e82f3fa3dc952e107f533.zip
FreeBSD-src-2d1b95a96fc9b0b31e2e82f3fa3dc952e107f533.tar.gz
mdoc(7) police: normalize .Nd.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/arc4random.32
-rw-r--r--lib/libc/posix1e/acl_to_text.32
-rw-r--r--lib/libc/posix1e/cap_clear.32
-rw-r--r--lib/libc/posix1e/cap_dup.32
-rw-r--r--lib/libc/posix1e/cap_free.32
-rw-r--r--lib/libc/posix1e/cap_from_text.32
-rw-r--r--lib/libc/posix1e/cap_get_flag.32
-rw-r--r--lib/libc/posix1e/cap_get_proc.32
-rw-r--r--lib/libc/posix1e/cap_init.32
-rw-r--r--lib/libc/posix1e/cap_set_flag.32
-rw-r--r--lib/libc/posix1e/cap_set_proc.32
-rw-r--r--lib/libc/posix1e/cap_to_text.32
-rw-r--r--lib/libc/sys/bind.22
-rw-r--r--lib/libc/sys/jail.22
-rw-r--r--lib/libc/sys/sched_get_priority_max.22
-rw-r--r--lib/libcalendar/calendar.32
-rw-r--r--lib/libftpio/ftpio.32
-rw-r--r--lib/libskey/skey.12
-rw-r--r--lib/libutil/login_auth.32
-rw-r--r--lib/libutil/login_cap.32
-rw-r--r--lib/libutil/login_class.32
-rw-r--r--lib/msun/man/ieee.32
22 files changed, 22 insertions, 22 deletions
diff --git a/lib/libc/gen/arc4random.3 b/lib/libc/gen/arc4random.3
index 5d3afdb..7e97d09 100644
--- a/lib/libc/gen/arc4random.3
+++ b/lib/libc/gen/arc4random.3
@@ -37,7 +37,7 @@
.Nm arc4random ,
.Nm arc4random_stir ,
.Nm arc4random_addrandom
-.Nd arc4 random number generator.
+.Nd arc4 random number generator
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
diff --git a/lib/libc/posix1e/acl_to_text.3 b/lib/libc/posix1e/acl_to_text.3
index 85459df..e11c45c 100644
--- a/lib/libc/posix1e/acl_to_text.3
+++ b/lib/libc/posix1e/acl_to_text.3
@@ -30,7 +30,7 @@
.Os FreeBSD
.Sh NAME
.Nm acl_to_text
-.Nd convert an ACL to Text
+.Nd convert an ACL to text
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
diff --git a/lib/libc/posix1e/cap_clear.3 b/lib/libc/posix1e/cap_clear.3
index a02deab..aafd1bd 100644
--- a/lib/libc/posix1e/cap_clear.3
+++ b/lib/libc/posix1e/cap_clear.3
@@ -32,7 +32,7 @@
.Os FreeBSD
.Sh NAME
.Nm cap_clear
-.Nd Initialize a Capability State in Working Store
+.Nd initialize a capability state in working store
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
diff --git a/lib/libc/posix1e/cap_dup.3 b/lib/libc/posix1e/cap_dup.3
index d0d09c4..816ca0a 100644
--- a/lib/libc/posix1e/cap_dup.3
+++ b/lib/libc/posix1e/cap_dup.3
@@ -32,7 +32,7 @@
.Os FreeBSD
.Sh NAME
.Nm cap_dup
-.Nd Duplicate a Capability State in Working Storage
+.Nd duplicate a capability state in working storage
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
diff --git a/lib/libc/posix1e/cap_free.3 b/lib/libc/posix1e/cap_free.3
index 0284372..115c57c 100644
--- a/lib/libc/posix1e/cap_free.3
+++ b/lib/libc/posix1e/cap_free.3
@@ -32,7 +32,7 @@
.Os FreeBSD
.Sh NAME
.Nm cap_free
-.Nd "Release Memory Allocated to a Capability State in Working Storage"
+.Nd "release memory allocated to a capability state in working storage"
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
diff --git a/lib/libc/posix1e/cap_from_text.3 b/lib/libc/posix1e/cap_from_text.3
index 699c101..14faa8d 100644
--- a/lib/libc/posix1e/cap_from_text.3
+++ b/lib/libc/posix1e/cap_from_text.3
@@ -30,7 +30,7 @@
.Os FreeBSD
.Sh NAME
.Nm cap_from_text
-.Nd Convert Text to a Capability State in Working Store
+.Nd convert text to a capability state in working store
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
diff --git a/lib/libc/posix1e/cap_get_flag.3 b/lib/libc/posix1e/cap_get_flag.3
index 7a5233a..c164962 100644
--- a/lib/libc/posix1e/cap_get_flag.3
+++ b/lib/libc/posix1e/cap_get_flag.3
@@ -32,7 +32,7 @@
.Os FreeBSD
.Sh NAME
.Nm cap_get_flag
-.Nd Get the Value of a Capability Flag
+.Nd get the value of a capability flag
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
diff --git a/lib/libc/posix1e/cap_get_proc.3 b/lib/libc/posix1e/cap_get_proc.3
index eab632f..330d6a7 100644
--- a/lib/libc/posix1e/cap_get_proc.3
+++ b/lib/libc/posix1e/cap_get_proc.3
@@ -32,7 +32,7 @@
.Os FreeBSD
.Sh NAME
.Nm cap_get_proc
-.Nd Obtain the Current Process Capability State
+.Nd obtain the current process capability state
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
diff --git a/lib/libc/posix1e/cap_init.3 b/lib/libc/posix1e/cap_init.3
index ef73a3f..e9a8263 100644
--- a/lib/libc/posix1e/cap_init.3
+++ b/lib/libc/posix1e/cap_init.3
@@ -32,7 +32,7 @@
.Os FreeBSD
.Sh NAME
.Nm cap_init
-.Nd Allocate and Initialize a Capability State in Working Storage
+.Nd allocate and initialize a capability state in working storage
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
diff --git a/lib/libc/posix1e/cap_set_flag.3 b/lib/libc/posix1e/cap_set_flag.3
index 91ce0b0..a9450b2 100644
--- a/lib/libc/posix1e/cap_set_flag.3
+++ b/lib/libc/posix1e/cap_set_flag.3
@@ -32,7 +32,7 @@
.Os FreeBSD
.Sh NAME
.Nm cap_set_flag
-.Nd Set the Value of a Capability Flag
+.Nd set the value of a capability flag
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
diff --git a/lib/libc/posix1e/cap_set_proc.3 b/lib/libc/posix1e/cap_set_proc.3
index 3ee1ca5..9304b1c 100644
--- a/lib/libc/posix1e/cap_set_proc.3
+++ b/lib/libc/posix1e/cap_set_proc.3
@@ -32,7 +32,7 @@
.Os FreeBSD
.Sh NAME
.Nm cap_set_proc
-.Nd Set the Process Capability State
+.Nd set the process capability state
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
diff --git a/lib/libc/posix1e/cap_to_text.3 b/lib/libc/posix1e/cap_to_text.3
index 92d9b92..7dfa65b 100644
--- a/lib/libc/posix1e/cap_to_text.3
+++ b/lib/libc/posix1e/cap_to_text.3
@@ -30,7 +30,7 @@
.Os FreeBSD
.Sh NAME
.Nm cap_to_text
-.Nd Convert a Capability State in Working Storage to Text
+.Nd convert a capability state in working storage to text
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
diff --git a/lib/libc/sys/bind.2 b/lib/libc/sys/bind.2
index 06cfc50..3834512 100644
--- a/lib/libc/sys/bind.2
+++ b/lib/libc/sys/bind.2
@@ -37,7 +37,7 @@
.Os BSD 4.2
.Sh NAME
.Nm bind
-.Nd assign a local protocol address to a socket.
+.Nd assign a local protocol address to a socket
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
diff --git a/lib/libc/sys/jail.2 b/lib/libc/sys/jail.2
index 874a8a6..e65eae6 100644
--- a/lib/libc/sys/jail.2
+++ b/lib/libc/sys/jail.2
@@ -13,7 +13,7 @@
.Os FreeBSD
.Sh NAME
.Nm jail
-.Nd Imprison current process and future decendants.
+.Nd imprison current process and future decendants
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
diff --git a/lib/libc/sys/sched_get_priority_max.2 b/lib/libc/sys/sched_get_priority_max.2
index ac2e929..50097bd 100644
--- a/lib/libc/sys/sched_get_priority_max.2
+++ b/lib/libc/sys/sched_get_priority_max.2
@@ -30,7 +30,7 @@
.Nm sched_get_priority_max ,
.Nm sched_get_priority_min ,
.Nm sched_rr_get_interval
-.Nd Get scheduling parameter limits
+.Nd get scheduling parameter limits
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
diff --git a/lib/libcalendar/calendar.3 b/lib/libcalendar/calendar.3
index d07ff54..054b7e2 100644
--- a/lib/libcalendar/calendar.3
+++ b/lib/libcalendar/calendar.3
@@ -37,7 +37,7 @@
.Nm ndaysj ,
.Nm week ,
.Nm weekday
-.Nd Calendar arithmetic for the Christian era.
+.Nd Calendar arithmetic for the Christian era
.Sh LIBRARY
.Lb libcalendar
.Sh SYNOPSIS
diff --git a/lib/libftpio/ftpio.3 b/lib/libftpio/ftpio.3
index a1d0195..d702575 100644
--- a/lib/libftpio/ftpio.3
+++ b/lib/libftpio/ftpio.3
@@ -43,7 +43,7 @@
.Nm ftpLoginAf ,
.Nm ftpGetURLAf ,
.Nm ftpPutURLAf
-.Nd FTPIO User library
+.Nd FTPIO user library
.Sh SYNOPSIS
.Fd #include <ftpio.h>
.Ft FILE *
diff --git a/lib/libskey/skey.1 b/lib/libskey/skey.1
index 34cfb21..bc8bbd5 100644
--- a/lib/libskey/skey.1
+++ b/lib/libskey/skey.1
@@ -6,7 +6,7 @@
.Os
.Sh NAME
.Nm S/key
-.Nd "A procedure to use one time passwords for accessing computer systems"
+.Nd "a procedure to use one time passwords for accessing computer systems"
.Sh DESCRIPTION
.Nm
is a procedure for using one time password to authenticate access to
diff --git a/lib/libutil/login_auth.3 b/lib/libutil/login_auth.3
index ed57fec..fb7039d 100644
--- a/lib/libutil/login_auth.3
+++ b/lib/libutil/login_auth.3
@@ -33,7 +33,7 @@
.\" .Nm auth_ttyok
.\" .Nm auth_hostok
.\" .Nm auth_timesok
-.Nd authentication style support library for login class capabilities database.
+.Nd "authentication style support library for login class capabilities database"
.Sh LIBRARY
.Lb libutil
.Sh SYNOPSIS
diff --git a/lib/libutil/login_cap.3 b/lib/libutil/login_cap.3
index a7a796a..391d51f 100644
--- a/lib/libutil/login_cap.3
+++ b/lib/libutil/login_cap.3
@@ -36,7 +36,7 @@
.Nm login_getstyle ,
.Nm login_getuserclass ,
.Nm login_setcryptfmt
-.Nd functions for accessing the login class capabilities database.
+.Nd "functions for accessing the login class capabilities database"
.Sh LIBRARY
.Lb libutil
.Sh SYNOPSIS
diff --git a/lib/libutil/login_class.3 b/lib/libutil/login_class.3
index 7284883..f885835 100644
--- a/lib/libutil/login_class.3
+++ b/lib/libutil/login_class.3
@@ -27,7 +27,7 @@
.Nm setclassenvironment ,
.Nm setclassresources ,
.Nm setusercontext
-.Nd functions for using the login class capabilities database.
+.Nd "functions for using the login class capabilities database"
.Sh LIBRARY
.Lb libutil
.Sh SYNOPSIS
diff --git a/lib/msun/man/ieee.3 b/lib/msun/man/ieee.3
index 2aed69f..c989bda 100644
--- a/lib/msun/man/ieee.3
+++ b/lib/msun/man/ieee.3
@@ -48,7 +48,7 @@
.Nm remainderf ,
.Nm scalbn ,
.Nm scalbnf
-.Nd Functions for IEEE arithmetic
+.Nd functions for IEEE arithmetic
.Sh SYNOPSIS
.Fd #include <math.h>
.Ft double
OpenPOWER on IntegriCloud