From 3a005aada8ac0e291c13cbc488ba9ae1473f0a96 Mon Sep 17 00:00:00 2001 From: Yuri Pankov Date: Fri, 23 Oct 2015 03:35:20 +0300 Subject: 6377 Fix man page issues found by mandoc 1.13.3 Reviewed by: Garrett D'Amore Reviewed by: Igor Kozhukhov Reviewed by: Robert Mustacchi Approved by: Gordon Ross --- usr/src/man/man1m/ipadm.1m | 2 +- usr/src/man/man1m/mailwrapper.1m | 4 ++-- usr/src/man/man1m/share_nfs.1m | 2 +- usr/src/man/man2/vfork.2 | 2 +- usr/src/man/man3avl/avl_add.3avl | 4 ++-- usr/src/man/man3avl/avl_destroy.3avl | 4 ++-- usr/src/man/man3avl/avl_destroy_nodes.3avl | 4 ++-- usr/src/man/man3avl/avl_find.3avl | 4 ++-- usr/src/man/man3avl/avl_first.3avl | 4 ++-- usr/src/man/man3avl/avl_insert.3avl | 6 +++--- usr/src/man/man3c/clearenv.3c | 2 +- usr/src/man/man3c/eventfd.3c | 2 +- usr/src/man/man3c/getentropy.3c | 2 +- usr/src/man/man3c/pthread_mutex_consistent.3c | 4 ++-- usr/src/man/man3c/timerfd_create.3c | 4 ++-- usr/src/man/man3socket/sockaddr.3socket | 2 +- usr/src/man/man4/ctf.4 | 2 +- usr/src/man/man4/mailer.conf.4 | 2 +- usr/src/man/man5/ieee802.3.5 | 2 +- usr/src/man/man5/man.5 | 2 +- usr/src/man/man5/pam_timestamp.5 | 4 ++-- usr/src/man/man7p/ndp.7p | 2 +- usr/src/man/man9f/avl.9f | 6 +++--- 23 files changed, 36 insertions(+), 36 deletions(-) diff --git a/usr/src/man/man1m/ipadm.1m b/usr/src/man/man1m/ipadm.1m index 1c5e8ad498..1ef5f44174 100644 --- a/usr/src/man/man1m/ipadm.1m +++ b/usr/src/man/man1m/ipadm.1m @@ -831,4 +831,4 @@ subcommand for the list of property names. .Xr ndd 1M , .Xr zonecfg 1M , .Xr nsswitch.conf 4 , -.Xr dhcp 5 . +.Xr dhcp 5 diff --git a/usr/src/man/man1m/mailwrapper.1m b/usr/src/man/man1m/mailwrapper.1m index 90cc4ea26a..e1b176f5d6 100644 --- a/usr/src/man/man1m/mailwrapper.1m +++ b/usr/src/man/man1m/mailwrapper.1m @@ -126,5 +126,5 @@ or does not contain a mapping for the name under which it was invoked. .Xr mail 1 , .Xr mailq 1 , .Xr newaliases 1M , -.Xr mailer.conf 4 , -.Xr sendmail 1M +.Xr sendmail 1M , +.Xr mailer.conf 4 diff --git a/usr/src/man/man1m/share_nfs.1m b/usr/src/man/man1m/share_nfs.1m index f95320cc7b..f19aec79b6 100644 --- a/usr/src/man/man1m/share_nfs.1m +++ b/usr/src/man/man1m/share_nfs.1m @@ -517,8 +517,8 @@ share -o uidmap=100:joe:@10.0.0.1 /export .Xr share 1M , .Xr unshare 1M , .Xr getnetbyname 3SOCKET , -.Xr nfslog.conf 4 , .Xr netgroup 4 , +.Xr nfslog.conf 4 , .Xr attributes 5 , .Xr nfssec 5 .Sh NOTES diff --git a/usr/src/man/man2/vfork.2 b/usr/src/man/man2/vfork.2 index 6285d7b22d..e6b39b04c0 100644 --- a/usr/src/man/man2/vfork.2 +++ b/usr/src/man/man2/vfork.2 @@ -204,8 +204,8 @@ function is .Xr exit 3C , .Xr posix_spawn 3C , .Xr posix_spawnp 3C , -.Xr signal.h 3HEAD , .Xr wait 3C , +.Xr signal.h 3HEAD , .Xr standards 5 .Sh NOTES To avoid a possible deadlock situation, processes that are children in the diff --git a/usr/src/man/man3avl/avl_add.3avl b/usr/src/man/man3avl/avl_add.3avl index 0ac7912264..3d1629408b 100644 --- a/usr/src/man/man3avl/avl_add.3avl +++ b/usr/src/man/man3avl/avl_add.3avl @@ -88,8 +88,8 @@ See in .Xr libavl 3LIB . .Sh SEE ALSO -.Xr libavl 3LIB , .Xr avl_create 3AVL , +.Xr avl_destroy 3AVL , .Xr avl_insert 3AVL , .Xr avl_insert_here 3AVL , -.Xr avl_destroy 3AVL +.Xr libavl 3LIB diff --git a/usr/src/man/man3avl/avl_destroy.3avl b/usr/src/man/man3avl/avl_destroy.3avl index 6ae78c9c60..b892fbb7f5 100644 --- a/usr/src/man/man3avl/avl_destroy.3avl +++ b/usr/src/man/man3avl/avl_destroy.3avl @@ -57,6 +57,6 @@ See in .Xr libavl 3LIB . .Sh SEE ALSO -.Xr libavl 3LIB , .Xr avl_create 3AVL , -.Xr avl_destroy_nodes 3AVL +.Xr avl_destroy_nodes 3AVL , +.Xr libavl 3LIB diff --git a/usr/src/man/man3avl/avl_destroy_nodes.3avl b/usr/src/man/man3avl/avl_destroy_nodes.3avl index c5488f43fb..94b433f466 100644 --- a/usr/src/man/man3avl/avl_destroy_nodes.3avl +++ b/usr/src/man/man3avl/avl_destroy_nodes.3avl @@ -92,5 +92,5 @@ See in .Xr libavl 3LIB . .Sh SEE ALSO -.Xr libavl 3LIB , -.Xr avl_destroy 3AVL +.Xr avl_destroy 3AVL , +.Xr libavl 3LIB diff --git a/usr/src/man/man3avl/avl_find.3avl b/usr/src/man/man3avl/avl_find.3avl index a98778598f..a43ceac4be 100644 --- a/usr/src/man/man3avl/avl_find.3avl +++ b/usr/src/man/man3avl/avl_find.3avl @@ -97,7 +97,7 @@ See in .Xr libavl 3LIB . .Sh SEE ALSO -.Xr libavl 3LIB , .Xr avl_create 3AVL , .Xr avl_insert 3AVL , -.Xr avl_nearest 3AVL +.Xr avl_nearest 3AVL , +.Xr libavl 3LIB diff --git a/usr/src/man/man3avl/avl_first.3avl b/usr/src/man/man3avl/avl_first.3avl index a886308472..a4417c60cf 100644 --- a/usr/src/man/man3avl/avl_first.3avl +++ b/usr/src/man/man3avl/avl_first.3avl @@ -128,5 +128,5 @@ See in .Xr libavl 3LIB . .Sh SEE ALSO -.Xr libavl 3LIB , -.Xr avl_create 3AVL +.Xr avl_create 3AVL , +.Xr libavl 3LIB diff --git a/usr/src/man/man3avl/avl_insert.3avl b/usr/src/man/man3avl/avl_insert.3avl index 89d6c8a7af..f00cf533ad 100644 --- a/usr/src/man/man3avl/avl_insert.3avl +++ b/usr/src/man/man3avl/avl_insert.3avl @@ -80,7 +80,7 @@ then the argument should have the value .Dv AVL_BEFORE . Otherwise, to indicate that the new entry should be inserted after -.Fa here, +.Fa here , then .Fa direction should be set to @@ -105,6 +105,6 @@ See in .Xr libavl 3LIB . .Sh SEE ALSO -.Xr libavl 3LIB , .Xr avl_add 3AVL , -.Xr avl_find 3AVL +.Xr avl_find 3AVL , +.Xr libavl 3LIB diff --git a/usr/src/man/man3c/clearenv.3c b/usr/src/man/man3c/clearenv.3c index 1bf5cbde17..aa32c3f7a9 100644 --- a/usr/src/man/man3c/clearenv.3c +++ b/usr/src/man/man3c/clearenv.3c @@ -57,8 +57,8 @@ No errors are defined. .Sy Mt-Safe . .Sh SEE ALSO .Xr getenv 3C , -.Xr unsetenv 3C , .Xr setenv 3C , +.Xr unsetenv 3C , .Xr attributes 5 , .Xr environ 5 , .Xr standards 5 diff --git a/usr/src/man/man3c/eventfd.3c b/usr/src/man/man3c/eventfd.3c index 3a9f8be284..74e164404e 100644 --- a/usr/src/man/man3c/eventfd.3c +++ b/usr/src/man/man3c/eventfd.3c @@ -179,6 +179,6 @@ file descriptors open in the calling process. .El .Sh SEE ALSO .Xr poll 2 , -.Xr port_get 3C , .Xr epoll_wait 3C , +.Xr port_get 3C , .Xr eventfd 5 diff --git a/usr/src/man/man3c/getentropy.3c b/usr/src/man/man3c/getentropy.3c index c149521c73..c15f6b5fff 100644 --- a/usr/src/man/man3c/getentropy.3c +++ b/usr/src/man/man3c/getentropy.3c @@ -61,5 +61,5 @@ Too many bytes requested, or some other fatal error occurred. .Sh MT-LEVEL .Sy Async-Signal-Safe .Sh SEE ALSO -.Xr arc4random 3C +.Xr arc4random 3C , .Xr attributes 5 diff --git a/usr/src/man/man3c/pthread_mutex_consistent.3c b/usr/src/man/man3c/pthread_mutex_consistent.3c index 2b6fd0206d..7adfec6527 100644 --- a/usr/src/man/man3c/pthread_mutex_consistent.3c +++ b/usr/src/man/man3c/pthread_mutex_consistent.3c @@ -77,10 +77,10 @@ state. .Sh MT-LEVEL .Sy MT-Safe .Sh SEE ALSO -.Xr pthread_mutexattr_getrobust 3C , .Xr pthread_mutex_destroy 3C , -.Xr pthread_mutex_lock 3C , .Xr pthread_mutex_init 3C , +.Xr pthread_mutex_lock 3C , +.Xr pthread_mutexattr_getrobust 3C , .Xr pthread 3HEAD , .Xr libpthread 3LIB , .Xr attributes 5 , diff --git a/usr/src/man/man3c/timerfd_create.3c b/usr/src/man/man3c/timerfd_create.3c index 84df47e245..f597bfbdc3 100644 --- a/usr/src/man/man3c/timerfd_create.3c +++ b/usr/src/man/man3c/timerfd_create.3c @@ -170,7 +170,7 @@ is returned. Otherwise, is returned and errno is set to indicate the error. .Sh ERRORS The -.Fn timerfd_create() +.Fn timerfd_create function will fail if: .Bl -tag -width Er .It Er EINAL @@ -192,8 +192,8 @@ is not asserted in the effective set of the calling process. .El .Sh SEE ALSO .Xr poll 2 , -.Xr port_get 3C , .Xr epoll_wait 3C , +.Xr port_get 3C , .Xr timer_create 3C , .Xr timer_gettime 3C , .Xr timer_settime 3C , diff --git a/usr/src/man/man3socket/sockaddr.3socket b/usr/src/man/man3socket/sockaddr.3socket index c5c796dcb0..5f9dcc7f67 100644 --- a/usr/src/man/man3socket/sockaddr.3socket +++ b/usr/src/man/man3socket/sockaddr.3socket @@ -559,4 +559,4 @@ main(void) .Xr inet 7P , .Xr inet6 7P , .Xr ip 7P , -.Xr ip6 7P , +.Xr ip6 7P diff --git a/usr/src/man/man4/ctf.4 b/usr/src/man/man4/ctf.4 index 9e807abc4c..6c057beb5f 100644 --- a/usr/src/man/man4/ctf.4 +++ b/usr/src/man/man4/ctf.4 @@ -1135,6 +1135,6 @@ alignment must be 4. .Sh SEE ALSO .Xr mdb 1 , .Xr dtrace 1M , -.Xr libelf 3LIB , .Xr gelf 3ELF , +.Xr libelf 3LIB , .Xr a.out 4 diff --git a/usr/src/man/man4/mailer.conf.4 b/usr/src/man/man4/mailer.conf.4 index dcf52807bf..b4d52c608f 100644 --- a/usr/src/man/man4/mailer.conf.4 +++ b/usr/src/man/man4/mailer.conf.4 @@ -100,8 +100,8 @@ newaliases /usr/lib/smtp/sendmail/sendmail .Sh SEE ALSO .Xr mail 1 , .Xr mailq 1 , -.Xr newaliases 1M , .Xr mailwrapper 1M , +.Xr newaliases 1M , .Xr sendmail 1M .Sh AUTHORS .An Perry E. Metzger Aq perry@piermont.com diff --git a/usr/src/man/man5/ieee802.3.5 b/usr/src/man/man5/ieee802.3.5 index 596f3590eb..79be2b2124 100644 --- a/usr/src/man/man5/ieee802.3.5 +++ b/usr/src/man/man5/ieee802.3.5 @@ -480,8 +480,8 @@ The DLPI and IEEE 802.3 itself are .Xr dladm 1M , .Xr ifconfig 1M , .Xr kstat 1M , -.Xr netstat 1M , .Xr ndd 1M , +.Xr netstat 1M , .Xr libdlpi 3LIB , .Xr driver.conf 4 , .Xr dlpi 7P diff --git a/usr/src/man/man5/man.5 b/usr/src/man/man5/man.5 index f44edba55f..0ed6910e33 100644 --- a/usr/src/man/man5/man.5 +++ b/usr/src/man/man5/man.5 @@ -245,8 +245,8 @@ package should be used instead. .Xr man 1 , .Xr mandoc 1 , .Xr nroff 1 , -.Xr troff 1 , .Xr tbl 1 , +.Xr troff 1 , .Xr whatis 1 , .Xr mdoc 5 .Rs diff --git a/usr/src/man/man5/pam_timestamp.5 b/usr/src/man/man5/pam_timestamp.5 index 8ed105f825..7e31657ab1 100644 --- a/usr/src/man/man5/pam_timestamp.5 +++ b/usr/src/man/man5/pam_timestamp.5 @@ -107,8 +107,8 @@ su auth required pam_unix_auth.so.1 .Sy MT-Safe . .Sh SEE ALSO .Xr su 1M , +.Xr syslog 3C , .Xr pam 3PAM , .Xr pam_sm_authenticate 3PAM , .Xr pam_sm_setcred 3PAM , -.Xr pam.conf 4 , -.Xr syslog 3C +.Xr pam.conf 4 diff --git a/usr/src/man/man7p/ndp.7p b/usr/src/man/man7p/ndp.7p index ef57b1b3d6..589a6dc5ad 100644 --- a/usr/src/man/man7p/ndp.7p +++ b/usr/src/man/man7p/ndp.7p @@ -329,9 +329,9 @@ int main(int argc, char *argv[]) { } .Ed .Sh SEE ALSO +.Xr ifconfig 1M , .Xr in.ndpd 1M , .Xr ndp 1M , -.Xr ifconfig 1M , .Xr sockaddr_in6 3SOCKET , .Xr privileges 5 .Rs diff --git a/usr/src/man/man9f/avl.9f b/usr/src/man/man9f/avl.9f index e494abad65..f1166ccdf4 100644 --- a/usr/src/man/man9f/avl.9f +++ b/usr/src/man/man9f/avl.9f @@ -67,7 +67,6 @@ and .Xr rwlock 9F for more information on synchronization primitives. .Sh SEE ALSO -.Xr libavl 3LIB , .Xr avl_add 3AVL , .Xr avl_create 3AVL , .Xr avl_destroy 3AVL , @@ -79,10 +78,11 @@ for more information on synchronization primitives. .Xr avl_is_empty 3AVL , .Xr avl_last 3AVL , .Xr avl_nearest 3AVL , -.Xr avl_numnodes 3AVL , -.Xr avl_swap 3AVL , .Xr AVL_NEXT 3AVL , +.Xr avl_numnodes 3AVL , .Xr AVL_PREV 3AVL , +.Xr avl_swap 3AVL , +.Xr libavl 3LIB .Rs .%T Writing Device Drivers .Re -- cgit v1.2.3