From 78c511b02a32f91ac9f390257f71ab6f12149583 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 15 Nov 2008 19:17:55 +0000 Subject: losetup example git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1244 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/Documentation/NuttShell.html | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'nuttx/Documentation/NuttShell.html') diff --git a/nuttx/Documentation/NuttShell.html b/nuttx/Documentation/NuttShell.html index c873c79b9..3db617867 100644 --- a/nuttx/Documentation/NuttShell.html +++ b/nuttx/Documentation/NuttShell.html @@ -953,7 +953,24 @@ losetup [-o ] [-r] <dev-path> <file-path>

Synopsis. - Setup the loop device at <dev-path> to access the file at <file-path> as a block device: + Setup the loop device at <dev-path> to access the file at <file-path> as a block device. + Example: +

Command Syntax 2:

-- cgit v1.2.3