diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
| commit | 97d5c458cfa039d857301e1ca7d5af3beb37131d (patch) | |
| tree | b460cd850d0537eb71806ba30358840377b27688 /static/inferno/man1/nsbuild.1 | |
| parent | b89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff) | |
build: Better Build System
Diffstat (limited to 'static/inferno/man1/nsbuild.1')
| -rw-r--r-- | static/inferno/man1/nsbuild.1 | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/static/inferno/man1/nsbuild.1 b/static/inferno/man1/nsbuild.1 new file mode 100644 index 00000000..f2acf7d2 --- /dev/null +++ b/static/inferno/man1/nsbuild.1 @@ -0,0 +1,49 @@ +.TH NSBUILD 1 +.SH NAME +nsbuild \- build Inferno namespace +.SH SYNOPSIS +.B nsbuild +[ +.B file +] +.SH DESCRIPTION +.B Nsbuild +builds a file name space for Inferno. +It reads a +.I file +(by default, a file called +.B namespace +in the current directory) +and interprets the +name space commands found in that file. +.PP +The commands executed by +.B nsbuild +include +.B bind +and +.BR mount . +See +.IR namespace (6) +for details on the format of the file. +.SH FILES +.TP 1.5i +.B namespace +The default namespace file. +.SH SOURCE +.B /appl/cmd/nsbuild.b +.SH "SEE ALSO" +.IR bind (1), +.IR cd (1), +.IR newns (2), +.IR namespace (6) +.SH BUGS +The +.BR new +and +.BR fork +operations of +.IR namespace (6) +are ineffective because +.I nsbuild +runs as a separate process. |
