diff options
author | joel <joel@FreeBSD.org> | 2012-03-25 16:00:56 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2012-03-25 16:00:56 +0000 |
commit | db7581ccf5eaa9a69c6969b93bdac3408d1f1d0c (patch) | |
tree | dbe9b4470af7195ad940bc288cb0ea4b23dc7c8c /share | |
parent | fd2370c0573dde79a290d6194b6b88aa8b6b2cb1 (diff) | |
download | FreeBSD-src-db7581ccf5eaa9a69c6969b93bdac3408d1f1d0c.zip FreeBSD-src-db7581ccf5eaa9a69c6969b93bdac3408d1f1d0c.tar.gz |
Make sure sections are sorted into conventional order.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man3/pthread_cond_destroy.3 | 6 | ||||
-rw-r--r-- | share/man/man4/umcs.4 | 6 | ||||
-rw-r--r-- | share/man/man4/xnb.4 | 40 |
3 files changed, 26 insertions, 26 deletions
diff --git a/share/man/man3/pthread_cond_destroy.3 b/share/man/man3/pthread_cond_destroy.3 index 39eff9d..4ea7a87 100644 --- a/share/man/man3/pthread_cond_destroy.3 +++ b/share/man/man3/pthread_cond_destroy.3 @@ -44,6 +44,9 @@ The .Fn pthread_cond_destroy function frees the resources allocated by the condition variable .Fa cond . +.Sh IMPLEMENTATION NOTES +A condition variable can be destroyed immediately after all the threads that +are blocked on it are awakened. .Sh RETURN VALUES If successful, the .Fn pthread_cond_destroy @@ -63,9 +66,6 @@ The variable .Fa cond is locked by another thread. .El -.Sh IMPLEMENTATION NOTES -A condition variable can be destroyed immediately after all the threads that -are blocked on it are awakened. .Sh SEE ALSO .Xr pthread_cond_broadcast 3 , .Xr pthread_cond_init 3 , diff --git a/share/man/man4/umcs.4 b/share/man/man4/umcs.4 index d9213bd..8ccd2ca 100644 --- a/share/man/man4/umcs.4 +++ b/share/man/man4/umcs.4 @@ -84,9 +84,6 @@ ST Lab U-400 four-port serial USB adapter .Xr tty 4 , .Xr ucom 4 , .Xr usb 4 -.Sh BUGS -This driver doesn't support access to any fine tunes of -chip, like RS522/RS485 mode, non-standard baudrates, etc. .Sh HISTORY The .Nm @@ -99,3 +96,6 @@ The driver was written by .An Lev Serebryakov .Aq lev@FreeBSD.org . +.Sh BUGS +This driver doesn't support access to any fine tunes of +chip, like RS522/RS485 mode, non-standard baudrates, etc. diff --git a/share/man/man4/xnb.4 b/share/man/man4/xnb.4 index 77f7f75..06faafb 100644 --- a/share/man/man4/xnb.4 +++ b/share/man/man4/xnb.4 @@ -84,6 +84,26 @@ Runs a builtin suite of unit tests and displays the results. Does not affect the operation of the driver in any way. Note that the test suite simulates error conditions; this will result in error messages being printed to the system system log. +.Sh SEE ALSO +.Xr arp 4 , +.Xr netintro 4 , +.Xr ng_ether 4 , +.Xr xen 4 , +.Xr ifconfig 8 +.Sh HISTORY +The +.Nm +device driver first appeared in +.Fx 10.0 . +.Sh AUTHORS +The +.Nm +driver was written by +.An Alan Somers +.Aq alans@spectralogic.com +and +.An John Suykerbuyk +.Aq johns@spectralogic.com .Sh CAVEATS Packets sent through Xennet pass over shared memory, so the protocol includes no form of link-layer checksum or CRC. @@ -110,26 +130,6 @@ is bridged to a physcal interface, then transmit checksum offloading should be disabled on the netfront. The Xennet protocol does not have any mechanism for the netback to request the netfront to do this; the operator must do it manually. -.Sh SEE ALSO -.Xr arp 4 , -.Xr netintro 4 , -.Xr ng_ether 4 , -.Xr xen 4 , -.Xr ifconfig 8 -.Sh HISTORY -The -.Nm -device driver first appeared in -.Fx 10.0 . -.Sh AUTHORS -The -.Nm -driver was written by -.An Alan Somers -.Aq alans@spectralogic.com -and -.An John Suykerbuyk -.Aq johns@spectralogic.com .Sh BUGS The .Nm |