From 375e7b165fa18d6b0d89f8a4fc8a57b49e2c59db Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 15 Nov 2008 19:17:55 +0000 Subject: [PATCH] losetup example git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1244 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttShell.html | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index c873c79b95f..3db61786747 100644 --- a/Documentation/NuttShell.html +++ b/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: