From f0c7b477dceb60737f3d8c80b35330589df2869f Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 14 May 2010 03:04:32 +0000 Subject: [PATCH] Fix markup --- lib/libc/stdio/scanf.3 | 6 +++--- lib/libc/stdio/wscanf.3 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/libc/stdio/scanf.3 b/lib/libc/stdio/scanf.3 index 1497f255383a..2da89991efe4 100644 --- a/lib/libc/stdio/scanf.3 +++ b/lib/libc/stdio/scanf.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: scanf.3,v 1.26 2010/03/22 13:15:54 jruoho Exp $ +.\" $NetBSD: scanf.3,v 1.27 2010/05/14 03:04:32 joerg Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -340,10 +340,10 @@ The string is to be made up of characters in (or not in) a particular set; the set is defined by the characters between the open bracket -.Cm [ +.Cm \&[ character and a close bracket -.Cm ] +.Cm \&] character. The set .Em excludes diff --git a/lib/libc/stdio/wscanf.3 b/lib/libc/stdio/wscanf.3 index 158adf9b5538..808065aadecc 100644 --- a/lib/libc/stdio/wscanf.3 +++ b/lib/libc/stdio/wscanf.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: wscanf.3,v 1.1 2005/05/14 23:51:02 christos Exp $ +.\" $NetBSD: wscanf.3,v 1.2 2010/05/14 03:05:28 joerg Exp $ .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -370,10 +370,10 @@ The string is to be made up of characters in (or not in) a particular set; the set is defined by the characters between the open bracket -.Cm [ +.Cm \&[ character and a close bracket -.Cm ] +.Cm \&] character. The set .Em excludes