diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2011-08-18 12:04:15 -0500 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2011-08-18 12:04:15 -0500 |
commit | 62d34a466e6eb0a3e38ed4c6498ff9fdf541ea9e (patch) | |
tree | 4c5d45d8fa2a45a49eabd4ac8ccea6c541595bbd /sys/man | |
parent | 7dee296cc084756f355ea76bc4a7e9fc02c62f26 (diff) |
shr(3): minor corrections
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/3/shr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/man/3/shr b/sys/man/3/shr index ba26f8e26..c48f7f034 100644 --- a/sys/man/3/shr +++ b/sys/man/3/shr @@ -16,7 +16,7 @@ The device provides global mountpoints in the form of share directories where .IR 9P -services can be mounted on. +services can be mounted. Effectively, it is a global mountpoint registry that is separate from private namespaces. @@ -27,9 +27,9 @@ device exports a mount tree and a control tree. The directories in the mount tree .BI #σ -are the share mountpoints themselve and in the control tree +are the share mountpoints themselves, while the control tree .BI #σc -share directories list the service files of the share. +lists the service files of the share. .PP To create a new share, create the directory .B #σc/myshare |