summaryrefslogtreecommitdiff
path: root/man/4
diff options
context:
space:
mode:
Diffstat (limited to 'man/4')
-rw-r--r--man/4/trfs22
1 files changed, 22 insertions, 0 deletions
diff --git a/man/4/trfs b/man/4/trfs
new file mode 100644
index 00000000..cc7ecdb5
--- /dev/null
+++ b/man/4/trfs
@@ -0,0 +1,22 @@
+.TH TRFS 4
+.SH NAME
+trfs \- translate spaces and other runes in names in a file system
+.SH SYNOPSIS
+.B trfs
+.I olddir
+.I mountdir
+.SH DESCRIPTION
+.I Trfs
+makes the contents of directory
+.I olddir
+appear on the directory
+.IR mountdir ,
+but every space character in file and directory names viewed through
+.I mountdir
+is made visible as a special `no-break space' character (U+00A0).
+Other Inferno applications will not mistake it for the end of a file name,
+and it has some visible representation in most fonts.
+.SH SOURCE
+.B /appl/cmd/trfs.b
+.SH BUGS
+There can be error or ambiguity if the existing tree also uses no-break space in its names.