diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-07-06 15:42:05 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-07-06 15:42:05 +0000 |
commit | aacfa61fe6f0ed89b75bb346647e86a73d0a36b7 (patch) | |
tree | bbe1718eddd84546f972d24fc34f2e792c6fa67b /lib/libc | |
parent | 085c537b8c56a0d310daa07305f95920237644b4 (diff) |
fix broken cross references; found with mandoc -Tlint
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/glob.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/glob.3 b/lib/libc/gen/glob.3 index 7778ff769e1..016324254b6 100644 --- a/lib/libc/gen/glob.3 +++ b/lib/libc/gen/glob.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: glob.3,v 1.34 2017/06/10 14:07:23 schwarze Exp $ +.\" $OpenBSD: glob.3,v 1.35 2017/07/06 15:42:04 schwarze Exp $ .\" .\" Copyright (c) 1989, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 10 2017 $ +.Dd $Mdocdate: July 6 2017 $ .Dt GLOB 3 .Os .Sh NAME @@ -214,7 +214,7 @@ strings like The pattern .Ql {} is left unexpanded for historical reasons. -.Xr (csh 1 +.Xr ( csh 1 does the same thing to ease typing of .Xr find 1 patterns.) |