diff options
author | logo <logo@FreeBSD.org> | 2001-09-02 00:45:41 +0000 |
---|---|---|
committer | logo <logo@FreeBSD.org> | 2001-09-02 00:45:41 +0000 |
commit | 775a952f41e1f24ade6f79bfe8b2a7286d84e1c5 (patch) | |
tree | d69b920e4fc0f155e906b032f23b1483c85400ea /share | |
parent | 5d356fcfe8cf6a44ca012358b40ed48c447215a3 (diff) | |
download | FreeBSD-src-775a952f41e1f24ade6f79bfe8b2a7286d84e1c5.zip FreeBSD-src-775a952f41e1f24ade6f79bfe8b2a7286d84e1c5.tar.gz |
From Mike Silbersack's message on cvs-commits:
> > Doh! There is a sx man page, the mutex man page just doesn't have a SEE
> > ALSO pointing to sx(9). Could some mdoc madman go add one?
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/mutex.9 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/share/man/man9/mutex.9 b/share/man/man9/mutex.9 index 114b9b6..c7668b7 100644 --- a/share/man/man9/mutex.9 +++ b/share/man/man9/mutex.9 @@ -462,6 +462,10 @@ This option is used to quiet logging messages during individual mutex operations. This can be used to trim superfluous logging messages for debugging purposes. .El +.Sh SEE ALSO +.Xr sx 9 +.EL +.Ppo .Sh HISTORY These functions appeared in |