diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-07-04 23:38:50 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-07-04 23:38:50 +0000 |
commit | 37caa41215e17fe7f7f955154641408926ae58b9 (patch) | |
tree | 93326b77f375d014ea96dd367f60ee94592f1778 | |
parent | e4ba1fcc6e45eaefb6f8f64ffb6a3c7950918143 (diff) |
cross reference to self; found with mandoc(1)
-rw-r--r-- | usr.bin/mandoc/apropos.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/mandoc/apropos.1 b/usr.bin/mandoc/apropos.1 index 1cc01fb8402..6867ea418de 100644 --- a/usr.bin/mandoc/apropos.1 +++ b/usr.bin/mandoc/apropos.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: apropos.1,v 1.37 2017/03/27 18:51:20 schwarze Exp $ +.\" $OpenBSD: apropos.1,v 1.38 2017/07/04 23:38:49 schwarze Exp $ .\" .\" Copyright (c) 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2011, 2012, 2014, 2017 Ingo Schwarze <schwarze@openbsd.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 27 2017 $ +.Dd $Mdocdate: July 4 2017 $ .Dt APROPOS 1 .Os .Sh NAME @@ -407,7 +407,7 @@ variables: .Dl $ apropos \-s 3 Va=optind \-a Va=optarg .Pp Do exactly the same as calling -.Xr whatis 1 +.Nm whatis with the argument .Qq ssh : .Pp |