diff options
author | charnier <charnier@FreeBSD.org> | 2003-02-05 13:50:41 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2003-02-05 13:50:41 +0000 |
commit | 7018edab0b1662ae72c1289f2f59441b33c6fcce (patch) | |
tree | 670831f7328c9c94bb54bb260629017995db11a2 /sbin/mount_nullfs | |
parent | 6e45bdfe12274a90fa234e2d865ba184c7a4b27d (diff) | |
download | FreeBSD-src-7018edab0b1662ae72c1289f2f59441b33c6fcce.zip FreeBSD-src-7018edab0b1662ae72c1289f2f59441b33c6fcce.tar.gz |
The .Xr utility
Diffstat (limited to 'sbin/mount_nullfs')
-rw-r--r-- | sbin/mount_nullfs/mount_nullfs.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/mount_nullfs/mount_nullfs.8 b/sbin/mount_nullfs/mount_nullfs.8 index a3b197c..f582a40 100644 --- a/sbin/mount_nullfs/mount_nullfs.8 +++ b/sbin/mount_nullfs/mount_nullfs.8 @@ -190,8 +190,9 @@ process when constructing other vnode stacks. One of the easiest ways to construct new file system layers is to make a copy of the null layer, rename all files and variables, and then begin modifying the copy. -.Xr Sed 1 -can be used to easily rename +The +.Xr sed 1 +utility can be used to easily rename all variables. .Pp The umap layer is an example of a layer descended from the |