Module Name:    src
Committed By:   skrll
Date:           Thu Nov 25 08:18:34 UTC 2010

Modified Files:
        src/distrib/sets/lists/man: mi
        src/share/man/man8/man8.acorn32: Makefile
Added Files:
        src/share/man/man8/man8.acorn32: nbfs.8

Log Message:
Add nbfs(8) man page from Ben Harris.


To generate a diff of this commit:
cvs rdiff -u -r1.1253 -r1.1254 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.3 -r1.4 src/share/man/man8/man8.acorn32/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man8/man8.acorn32/nbfs.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/lists/man/mi
diff -u src/distrib/sets/lists/man/mi:1.1253 src/distrib/sets/lists/man/mi:1.1254
--- src/distrib/sets/lists/man/mi:1.1253	Sun Nov 21 19:58:04 2010
+++ src/distrib/sets/lists/man/mi	Thu Nov 25 08:18:33 2010
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1253 2010/11/21 19:58:04 adam Exp $
+# $NetBSD: mi,v 1.1254 2010/11/25 08:18:33 skrll Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -1989,6 +1989,7 @@
 ./usr/share/man/cat8/acorn32/MAKEDEV.0		man-obsolete		obsolete
 ./usr/share/man/cat8/acorn32/boot.0		man-sys-catman		.cat
 ./usr/share/man/cat8/acorn32/boot32.0		man-sys-catman		.cat
+./usr/share/man/cat8/acorn32/nbfs.0		man-sys-catman		.cat
 ./usr/share/man/cat8/acorn32/makedev.0		man-obsolete		obsolete
 ./usr/share/man/cat8/acpidump.0			man-sysutil-catman	.cat
 ./usr/share/man/cat8/adduser.0			man-sysutil-catman	.cat
@@ -4585,6 +4586,7 @@
 ./usr/share/man/html8/acorn26/boot26.html	man-sys-htmlman		html
 ./usr/share/man/html8/acorn32/boot.html		man-sys-htmlman		html
 ./usr/share/man/html8/acorn32/boot32.html	man-sys-htmlman		html
+./usr/share/man/html8/acorn32/nbfs.html		man-sys-htmlman		html
 ./usr/share/man/html8/acpidump.html		man-sysutil-htmlman	html
 ./usr/share/man/html8/adduser.html		man-sysutil-htmlman	html
 ./usr/share/man/html8/afterboot.html		man-sysutil-htmlman	html
@@ -7170,6 +7172,7 @@
 ./usr/share/man/man8/acorn32/MAKEDEV.8		man-obsolete		obsolete
 ./usr/share/man/man8/acorn32/boot.8		man-sys-man		.man
 ./usr/share/man/man8/acorn32/boot32.8		man-sys-man		.man
+./usr/share/man/man8/acorn32/nbfs.8		man-sys-man		.man
 ./usr/share/man/man8/acorn32/makedev.8		man-obsolete		obsolete
 ./usr/share/man/man8/acpidump.8			man-sysutil-man		.man
 ./usr/share/man/man8/adduser.8			man-sysutil-man		.man

Index: src/share/man/man8/man8.acorn32/Makefile
diff -u src/share/man/man8/man8.acorn32/Makefile:1.3 src/share/man/man8/man8.acorn32/Makefile:1.4
--- src/share/man/man8/man8.acorn32/Makefile:1.3	Mon Feb 23 17:03:28 2004
+++ src/share/man/man8/man8.acorn32/Makefile	Thu Nov 25 08:18:33 2010
@@ -1,6 +1,6 @@
-#	$NetBSD: Makefile,v 1.3 2004/02/23 17:03:28 reinoud Exp $
+#	$NetBSD: Makefile,v 1.4 2010/11/25 08:18:33 skrll Exp $
 
-MAN=	boot32.8
+MAN=	boot32.8 nbfs.8
 MLINKS=	boot32.8 boot.8
 MANSUBDIR=/acorn32
 

Added files:

Index: src/share/man/man8/man8.acorn32/nbfs.8
diff -u /dev/null src/share/man/man8/man8.acorn32/nbfs.8:1.1
--- /dev/null	Thu Nov 25 08:18:34 2010
+++ src/share/man/man8/man8.acorn32/nbfs.8	Thu Nov 25 08:18:33 2010
@@ -0,0 +1,81 @@
+.\" $NetBSD: nbfs.8,v 1.1 2010/11/25 08:18:33 skrll Exp $
+.\"
+.\" Copyright (c) 2006 Ben Harris
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\" 3. The name of the author may not be used to endorse or promote products
+.\"    derived from this software without specific prior written permission.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+.\"
+.Dd July 3, 2006
+.Dt NBFS 8 acorn32
+.Os
+.Sh NAME
+.Nm nbfs
+.Nd NetBSD boot filing system for RISC OS
+.Sh SYNOPSIS
+.Nm *NBFS
+.Sh DESCRIPTION
+.Nm
+is a filing system, implemented as a RISC OS relocatable module, to allow
+read-only access to
+.Nx
+file systems from RISC OS.
+It supports reading FFSv1, FFSv2, LFSv1, and LVSv2 partitions from disks
+supported by FileCore-based filing systems such as ADFS.
+.Pp
+Pathnames on
+.Nm
+follow RISC OS conventions, as described in the various RISC OS
+.%T User Guides .
+The underlying FileCore instance used by
+.Nm
+is selected by the filing system's special field, while the disk and
+NetBSD partition are selected by the disk name.  Thus, to refer
+to the first
+.Nx
+partition of the first ADFS hard disk, one
+would use
+.Pa NBFS#ADFS::4a .
+RISC OS file names are generated from
+.Nx
+file names by replacing
+.Ql .
+with
+.Ql / .
+Files whose names contain characters not allowed in RISC OS file names
+are not accessible through
+.Nm .
+Thus, as a full example, the file
+.Pa /etc/resolv.conf
+on the partition mentioned above would be referred to as
+.Pa NBFS#ADFS::4a.$.etc.resolv/conf .
+.Sh LIMITATIONS
+.Nm
+is very limited.
+.Sh SEE ALSO
+.Xr boot32 8
+.Rs
+.%Q Acorn Computers Ltd
+.%T RISC OS 3.7 User Guide
+.%C Cambridge
+.%D January 1997
+.Re

Reply via email to