diff options
author | ru <ru@FreeBSD.org> | 2001-05-23 14:58:19 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-05-23 14:58:19 +0000 |
commit | d6e286694d01e4503e4daeed19e3292fcaccd771 (patch) | |
tree | ab01e79c839ddfbf22ff2fcf59bb7af9d63e3c95 /lib/libc/sys/chflags.2 | |
parent | 196fd7759f1cf679623146c047cdcd0e200c93df (diff) | |
download | FreeBSD-src-d6e286694d01e4503e4daeed19e3292fcaccd771.zip FreeBSD-src-d6e286694d01e4503e4daeed19e3292fcaccd771.tar.gz |
Rename (after a repo-copy) some mount(8) programs:
mount_fdesc -> mount_fdescfs
mount_null -> mount_nullfs
mount_portal -> mount_portalfs
mount_umap -> mount_umapfs
mount_union -> mount_unionfs
Diffstat (limited to 'lib/libc/sys/chflags.2')
-rw-r--r-- | lib/libc/sys/chflags.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/chflags.2 b/lib/libc/sys/chflags.2 index 74c2c01..632e359 100644 --- a/lib/libc/sys/chflags.2 +++ b/lib/libc/sys/chflags.2 @@ -166,7 +166,7 @@ The underlying file system does not support file flags. .Xr fflagstostr 3 , .Xr strtofflags 3 , .Xr init 8 , -.Xr mount_union 8 +.Xr mount_unionfs 8 .Sh HISTORY The .Nm chflags |