diff options
author | 2015-02-15 22:26:45 +0000 | |
---|---|---|
committer | 2015-02-15 22:26:45 +0000 | |
commit | b3cfaac37c7aa09cbe0b7c27f4c3a481f76d94b9 (patch) | |
tree | cc1c5384fd0df8848f41ad203fafa928a2ed33f7 /share/man/man5 | |
parent | Fix two bugs. The first affected tar files with the same (diff) | |
download | wireguard-openbsd-b3cfaac37c7aa09cbe0b7c27f4c3a481f76d94b9.tar.xz wireguard-openbsd-b3cfaac37c7aa09cbe0b7c27f4c3a481f76d94b9.zip |
Use "In" to mark up include files, instead of wrongly wrapping with Aq.
Aq is not the same as <> in non-ASCII situations, so this caused
incorrect output in some places. And it provided no semantics besides.
ok schwarze@
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/fs.5 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man5/fs.5 b/share/man/man5/fs.5 index 4fadc7d8dec..b0a05bc4ddd 100644 --- a/share/man/man5/fs.5 +++ b/share/man/man5/fs.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fs.5,v 1.17 2014/05/29 12:02:50 krw Exp $ +.\" $OpenBSD: fs.5,v 1.18 2015/02/15 22:26:45 bentley Exp $ .\" $NetBSD: fs.5,v 1.3 1994/11/30 19:31:17 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)fs.5 8.2 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: May 29 2014 $ +.Dd $Mdocdate: February 15 2015 $ .Dt FS 5 .Os .Sh NAME @@ -43,9 +43,9 @@ .Fd #include <ufs/ufs/inode.h> .Sh DESCRIPTION The files -.Aq Pa ufs/ffs/fs.h +.In ufs/ffs/fs.h and -.Aq Pa ufs/ufs/inode.h +.In ufs/ufs/inode.h declare several structures and define variables and macros which are used to create and manage the underlying format of file system objects on random access devices (disks). @@ -68,7 +68,7 @@ that is of size .Dv SBSIZE . The following structure describes the super-block and is from the file -.Aq Pa ufs/ffs/fs.h : +.In ufs/ffs/fs.h : .Bd -literal #define FS_MAGIC 0x011954 struct fs { @@ -374,7 +374,7 @@ An inode is .Dq named by its device/i-number pair. For further information, see the include file -.Aq Pa ufs/ufs/inode.h . +.In ufs/ufs/inode.h . .Sh HISTORY A super-block structure named .Em filsys |