Add missing trailing */
Submitted by:mistral@imasy.or.jp (Yoshihiko SARUMARU)
This commit is contained in:
parent
fd8053156e
commit
d4c41444bf
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11244
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
|||
.\" @(#)fs.5 8.2 (Berkeley) 4/19/94
|
||||
.\" %FreeBSD: src/share/man/man5/fs.5,v 1.10.2.3 2001/08/17 13:08:47 ru Exp %
|
||||
.\"
|
||||
.\" $FreeBSD: doc/ja_JP.eucJP/man/man5/fs.5,v 1.10 2001/07/23 02:26:59 horikawa Exp $
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd April 19, 1994
|
||||
.Dt FS 5
|
||||
|
@ -84,7 +84,7 @@
|
|||
* FFS ファイルシステムのスーパブロック
|
||||
*/
|
||||
struct fs {
|
||||
int32_t fs_firstfield; /* 内部スーパブロック用に使われる、歴史的な
|
||||
int32_t fs_firstfield; /* 内部スーパブロック用に使われる、歴史的な */
|
||||
int32_t fs_unused_1; /* ファイルシステムのリンク済みリスト */
|
||||
ufs_daddr_t fs_sblkno; /* ファイルシステム内のスーパブロックのアドレス */
|
||||
ufs_daddr_t fs_cblkno; /* ファイルシステム内のシリンダブロックのオフセット */
|
||||
|
|
Loading…
Reference in a new issue