From cd15fd4ec72e333a1fdf684957fbda212b7d93ef Mon Sep 17 00:00:00 2001 From: Valentino Vaschetto Date: Sun, 2 Sep 2001 00:45:41 +0000 Subject: [PATCH] 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? --- share/man/man9/mutex.9 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/share/man/man9/mutex.9 b/share/man/man9/mutex.9 index 114b9b6df95..c7668b7177d 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