diff options
author | 2020-10-01 22:47:26 +0000 | |
---|---|---|
committer | 2020-10-01 22:47:26 +0000 | |
commit | dcc50b4bae7e638ebb6b210730f097528401b603 (patch) | |
tree | edb75a76ee3bad595f3793ea099e9336c2066eae /usr.bin/mandoc | |
parent | add example to apropos.1 to list all manuals in a given section (diff) | |
download | wireguard-openbsd-dcc50b4bae7e638ebb6b210730f097528401b603.tar.xz wireguard-openbsd-dcc50b4bae7e638ebb6b210730f097528401b603.zip |
add a missing .Pp
Diffstat (limited to 'usr.bin/mandoc')
-rw-r--r-- | usr.bin/mandoc/apropos.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/mandoc/apropos.1 b/usr.bin/mandoc/apropos.1 index 4263f22ac03..5f1229f8913 100644 --- a/usr.bin/mandoc/apropos.1 +++ b/usr.bin/mandoc/apropos.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: apropos.1,v 1.44 2020/10/01 22:30:14 ians Exp $ +.\" $OpenBSD: apropos.1,v 1.45 2020/10/01 22:47:26 schwarze Exp $ .\" .\" Copyright (c) 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2011,2012,2014,2017,2018 Ingo Schwarze <schwarze@openbsd.org> @@ -405,7 +405,8 @@ Search in names and descriptions using a case-sensitive regular expression: .Pp Search for all manual pages in a given section: .Pp -.Dl $ apropos \-s 9 . +.Dl $ apropos \-s 9 \&. +.Pp Search for manuals in the library section mentioning both the .Qq optind and the |