aboutsummaryrefslogtreecommitdiff
path: root/share/man/man5/fs.5
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-09-08 19:57:22 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-09-08 19:57:22 +0000
commitfe08efe680f6705e0c60beabe3e39629c655e743 (patch)
treef208c0020248a2800766b91d7bf24e0234629b8b /share/man/man5/fs.5
parent6ce729e14d938bbc580c6eec5c6defc287ffd298 (diff)
downloadsrc-fe08efe680f6705e0c60beabe3e39629c655e743.tar.gz
src-fe08efe680f6705e0c60beabe3e39629c655e743.zip
mdoc(7): Use the new feature of the .In macro.
Notes
Notes: svn path=/head/; revision=119893
Diffstat (limited to 'share/man/man5/fs.5')
-rw-r--r--share/man/man5/fs.58
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/fs.5 b/share/man/man5/fs.5
index fac8515f87c0..48b4c1b56e73 100644
--- a/share/man/man5/fs.5
+++ b/share/man/man5/fs.5
@@ -49,9 +49,9 @@
.In ufs/ufs/inode.h
.Sh DESCRIPTION
The files
-.Aq Pa fs.h
+.In fs.h
and
-.Aq Pa inode.h
+.In inode.h
declare several structures, defined variables and macros
which are used to create and manage the underlying format of
file system objects on random access devices (disks).
@@ -74,7 +74,7 @@ that is of size
.Dv SBLOCKSIZE .
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
/*
* Super block for an FFS filesystem.
@@ -377,7 +377,7 @@ each current directory, each mounted-on file,
text file, and the root.
An inode is `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 filsys appeared in
.At v6 .