summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strmode.3
diff options
context:
space:
mode:
authortedu <>2013-06-05 03:39:23 +0000
committertedu <>2013-06-05 03:39:23 +0000
commit2b7c3ac1a78656e1ad7e45f24ecbff6f63f289e4 (patch)
tree97667fe496ef1ff70a824f63a20a3b9e63a34bc8 /src/lib/libc/string/strmode.3
parent5cfc174d3b34f5dba4b190a4ca81bfe03551259f (diff)
downloadopenbsd-2b7c3ac1a78656e1ad7e45f24ecbff6f63f289e4.tar.gz
openbsd-2b7c3ac1a78656e1ad7e45f24ecbff6f63f289e4.tar.bz2
openbsd-2b7c3ac1a78656e1ad7e45f24ecbff6f63f289e4.zip
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
Diffstat (limited to '')
-rw-r--r--src/lib/libc/string/strmode.36
1 files changed, 3 insertions, 3 deletions
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 @@
1.\" $OpenBSD: strmode.3,v 1.15 2011/07/25 00:38:53 schwarze Exp $ 1.\" $OpenBSD: strmode.3,v 1.16 2013/06/05 03:39:23 tedu Exp $
2.\" 2.\"
3.\" Copyright (c) 1990, 1991, 1993 3.\" Copyright (c) 1990, 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
@@ -29,14 +29,14 @@
29.\" 29.\"
30.\" @(#)strmode.3 8.3 (Berkeley) 7/28/94 30.\" @(#)strmode.3 8.3 (Berkeley) 7/28/94
31.\" 31.\"
32.Dd $Mdocdate: July 25 2011 $ 32.Dd $Mdocdate: June 5 2013 $
33.Dt STRMODE 3 33.Dt STRMODE 3
34.Os 34.Os
35.Sh NAME 35.Sh NAME
36.Nm strmode 36.Nm strmode
37.Nd convert inode status information into a symbolic string 37.Nd convert inode status information into a symbolic string
38.Sh SYNOPSIS 38.Sh SYNOPSIS
39.Fd #include <string.h> 39.In string.h
40.Ft void 40.Ft void
41.Fn strmode "mode_t mode" "char *bp" 41.Fn strmode "mode_t mode" "char *bp"
42.Sh DESCRIPTION 42.Sh DESCRIPTION