diff options
author | Philippe Charnier <charnier@FreeBSD.org> | 2003-02-05 13:50:41 +0000 |
---|---|---|
committer | Philippe Charnier <charnier@FreeBSD.org> | 2003-02-05 13:50:41 +0000 |
commit | c74076852fea2053ebf6e2f8dfe5338e2807b4cf (patch) | |
tree | 670831f7328c9c94bb54bb260629017995db11a2 /sbin | |
parent | 538015aa3b16b2819401ed2b6cebdd459affc7d4 (diff) | |
download | src-test2-c74076852fea2053ebf6e2f8dfe5338e2807b4cf.tar.gz src-test2-c74076852fea2053ebf6e2f8dfe5338e2807b4cf.zip |
Notes
Diffstat (limited to 'sbin')
-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 a3b197c56b66..f582a402674e 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 |