From 9144d249f7d631607805dfaa764531b75021a078 Mon Sep 17 00:00:00 2001 From: tedu <> Date: Wed, 5 Jun 2013 03:39:23 +0000 Subject: Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze --- src/lib/libc/string/strmode.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/libc/string/strmode.3') diff --git a/src/lib/libc/string/strmode.3 b/src/lib/libc/string/strmode.3 index 5d371b38c8..bebda2ca1c 100644 --- a/src/lib/libc/string/strmode.3 +++ b/src/lib/libc/string/strmode.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strmode.3,v 1.15 2011/07/25 00:38:53 schwarze Exp $ +.\" $OpenBSD: strmode.3,v 1.16 2013/06/05 03:39:23 tedu Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,14 +29,14 @@ .\" .\" @(#)strmode.3 8.3 (Berkeley) 7/28/94 .\" -.Dd $Mdocdate: July 25 2011 $ +.Dd $Mdocdate: June 5 2013 $ .Dt STRMODE 3 .Os .Sh NAME .Nm strmode .Nd convert inode status information into a symbolic string .Sh SYNOPSIS -.Fd #include +.In string.h .Ft void .Fn strmode "mode_t mode" "char *bp" .Sh DESCRIPTION -- cgit v1.2.3-55-g6feb