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/kldconfig | |
parent | 7d971bbf29d32d2a93e71f178b5e6aa0c544df1c (diff) |
s/filesystem/file system/g as discussed on -developers
Notes
Notes:
svn path=/head/; revision=102231
Diffstat (limited to 'sbin/kldconfig')
-rw-r--r-- | sbin/kldconfig/kldconfig.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/kldconfig/kldconfig.8 b/sbin/kldconfig/kldconfig.8 index f8b9f7969b0f..65766ec33ae2 100644 --- a/sbin/kldconfig/kldconfig.8 +++ b/sbin/kldconfig/kldconfig.8 @@ -58,7 +58,7 @@ Do not display a diagnostic message if a path specified for adding is already present in the search path, or if a path specified for removing is not present in the search path. This may be useful in startup/shutdown scripts for adding a path to -a filesystem which is still not mounted, or in shutdown scripts for +a file system which is still not mounted, or in shutdown scripts for unconditionally removing a path that may have been added during startup. .It Fl i Add the specified paths to the beginning of the search path, not to the end. |