diff options
author | Tom Rhodes <trhodes@FreeBSD.org> | 2002-08-21 18:11:48 +0000 |
---|---|---|
committer | Tom Rhodes <trhodes@FreeBSD.org> | 2002-08-21 18:11:48 +0000 |
commit | ce66ddb76352a2e5f34aacdbe7733d92e60aff17 (patch) | |
tree | b5ee0aba66633a4e0e47097e4f383c253a87887a /sbin/mdconfig/mdconfig.8 | |
parent | 7d971bbf29d32d2a93e71f178b5e6aa0c544df1c (diff) | |
download | src-ce66ddb76352a2e5f34aacdbe7733d92e60aff17.tar.gz src-ce66ddb76352a2e5f34aacdbe7733d92e60aff17.zip |
s/filesystem/file system/g as discussed on -developers
Notes
Notes:
svn path=/head/; revision=102231
Diffstat (limited to 'sbin/mdconfig/mdconfig.8')
-rw-r--r-- | sbin/mdconfig/mdconfig.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mdconfig/mdconfig.8 b/sbin/mdconfig/mdconfig.8 index 2d02547f5632..30ec7cab4e64 100644 --- a/sbin/mdconfig/mdconfig.8 +++ b/sbin/mdconfig/mdconfig.8 @@ -153,7 +153,7 @@ To detach and free all resources used by .Pp .Dl mdconfig -d -u 4 .Pp -To create and mount a 128MByte swap backed filesystem on +To create and mount a 128MByte swap backed file system on .Pa /tmp : .Bd -literal -offset indent mdconfig -a -t swap -s 128M -u 10 |