インデントスタイルを訂正しました

id:TransFreeBSD:20050305:p1 の修正

# Hard limit for data segment size (default currently 512 MB).
  • options MAXDSIZ=(1024UL*1024*1024)
# Hard limit for stack size (default currently 64 MB)
  • options MAXSSIZ=(128UL*1024*1024)
# Soft limit for data segment size (default currently 128 MB)
  • options DFLDSIZ=(1024UL*1024*1024)

commit log

Correct indentation style:
インデントスタイルを訂正しました:

  • "options" is followed by the characters \040\011, not \011\011. Correct both my own sins and those of others.
  • 「オプション」には文字\011\011ではなく\040\011が続きます。自分自身および他人のあやまちの両方を修正しました。
  • Comment blocks start and end with an empty line ^#$.
  • コメントブロックは空の行^#$で始まり終了しました。
  • Remove non-standard comments added in my last commit.
  • 私の最後のコミットで加えられた非標準のコメントを削除しました。
Requested by
njl
Correctness confirmed by
bde

$FreeBSD: src/sys/conf/NOTES,v 1.1303 2005/03/07 02:20:14 grog Exp $