diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-12-06 19:12:38 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-12-06 19:12:38 +0000 |
commit | f0dc95aaebdb0d86046783d7e55f5fab23cd17ad (patch) | |
tree | 5fd10c1a1a7cb91e14e5ddae756aa1f38c4104d4 | |
parent | 1289bd2606ca1fd23002373f0709076fabfa54e9 (diff) |
uvm_vslock and uvm_vsunlock are both in the same page,
so don;t list them both in SEE ALSO;
-rw-r--r-- | share/man/man9/physio.9 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/share/man/man9/physio.9 b/share/man/man9/physio.9 index ce60bcb2ef6..528581eedaa 100644 --- a/share/man/man9/physio.9 +++ b/share/man/man9/physio.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: physio.9,v 1.10 2019/12/06 11:09:47 mpi Exp $ +.\" $OpenBSD: physio.9,v 1.11 2019/12/06 19:12:37 jmc Exp $ .\" $NetBSD: physio.9,v 1.5 1999/03/16 00:40:47 garbled Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -127,5 +127,4 @@ condition. .Sh SEE ALSO .Xr read 2 , .Xr write 2 , -.Xr uvm_vslock 9 , -.Xr uvm_vsunlock 9 +.Xr uvm_vslock 9 |