diff options
Diffstat (limited to 'usr.bin/mandoc/man.1')
-rw-r--r-- | usr.bin/mandoc/man.1 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.bin/mandoc/man.1 b/usr.bin/mandoc/man.1 index 72416c5fb02..2d4d33af24b 100644 --- a/usr.bin/mandoc/man.1 +++ b/usr.bin/mandoc/man.1 @@ -1,9 +1,9 @@ -.\" $OpenBSD: man.1,v 1.35 2020/02/08 01:09:58 jsg Exp $ +.\" $OpenBSD: man.1,v 1.36 2020/02/10 13:49:04 schwarze Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" Copyright (c) 2003, 2007, 2008, 2014 Jason McIntyre <jmc@openbsd.org> -.\" Copyright (c) 2010, 2011, 2014-2018 Ingo Schwarze <schwarze@openbsd.org> +.\" Copyright (c) 2010, 2011, 2014-2020 Ingo Schwarze <schwarze@openbsd.org> .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions @@ -31,7 +31,7 @@ .\" .\" @(#)man.1 8.2 (Berkeley) 1/2/94 .\" -.Dd $Mdocdate: February 8 2020 $ +.Dd $Mdocdate: February 10 2020 $ .Dt MAN 1 .Os .Sh NAME @@ -199,6 +199,9 @@ Kernel internals. .It Fl w List the pathnames of all matching manual pages instead of displaying any of them. +If no +.Ar name +is given, list the directories that would be searched. .El .Pp The options |