diff options
author | 1999-07-09 13:35:13 +0000 | |
---|---|---|
committer | 1999-07-09 13:35:13 +0000 | |
commit | 5c3dced36cf8ba5814dbe5ef397db72526a1fd4f (patch) | |
tree | 90483e7f9368ad7c7ba836616ba17091ef92c1e4 /lib/libpthread/man/pthread_rwlock_destroy.3 | |
parent | stop Makefile from trying to build now-defunct rmuser.8; form@vell.nsc.ru (diff) | |
download | wireguard-openbsd-5c3dced36cf8ba5814dbe5ef397db72526a1fd4f.tar.xz wireguard-openbsd-5c3dced36cf8ba5814dbe5ef397db72526a1fd4f.zip |
- remove all trailing whitespace
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
working on some scripts for fixing formatting errors in mdoc'd man pages
Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...
Diffstat (limited to 'lib/libpthread/man/pthread_rwlock_destroy.3')
-rw-r--r-- | lib/libpthread/man/pthread_rwlock_destroy.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthread_rwlock_destroy.3 b/lib/libpthread/man/pthread_rwlock_destroy.3 index 8a3fa008de0..3ad133ff3aa 100644 --- a/lib/libpthread/man/pthread_rwlock_destroy.3 +++ b/lib/libpthread/man/pthread_rwlock_destroy.3 @@ -22,8 +22,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: pthread_rwlock_destroy.3,v 1.3 1999/05/14 21:03:31 alex Exp $ -.\" $OpenBSD: pthread_rwlock_destroy.3,v 1.3 1999/05/14 21:03:31 alex Exp $ +.\" $Id: pthread_rwlock_destroy.3,v 1.4 1999/07/09 13:35:25 aaron Exp $ +.\" $OpenBSD: pthread_rwlock_destroy.3,v 1.4 1999/07/09 13:35:25 aaron Exp $ .\" .Dd August 4, 1998 .Dt PTHREAD_RWLOCK_DESTROY 3 @@ -38,7 +38,7 @@ .Sh DESCRIPTION The .Fn pthread_rwlock_destroy -function is used to destroy a read/write lock previously created with +function is used to destroy a read/write lock previously created with .Fn pthread_rwlock_init . .Sh RETURN VALUES If successful, the |