|
Lines 29-35
Link Here
|
| 29 |
.\" |
29 |
.\" |
| 30 |
.\" $FreeBSD$ |
30 |
.\" $FreeBSD$ |
| 31 |
.\" |
31 |
.\" |
| 32 |
.Dd February 28, 2012 |
32 |
.Dd September 10, 2016 |
| 33 |
.Dt NANDFS 8 |
33 |
.Dt NANDFS 8 |
| 34 |
.Os |
34 |
.Os |
| 35 |
.Sh NAME |
35 |
.Sh NAME |
|
Lines 48-54
Link Here
|
| 48 |
.Sh DESCRIPTION |
48 |
.Sh DESCRIPTION |
| 49 |
The |
49 |
The |
| 50 |
.Nm |
50 |
.Nm |
| 51 |
utility allows to manage snapshots of a mounted NAND FS. |
51 |
utility allows the management of snapshots on a mounted NAND FS. |
| 52 |
.Sh EXAMPLES |
52 |
.Sh EXAMPLES |
| 53 |
Create a snapshot of filesystem mounted on |
53 |
Create a snapshot of filesystem mounted on |
| 54 |
.Em /nand . |
54 |
.Em /nand . |
|
Lines 69-74
Link Here
|
| 69 |
.Bd -literal -offset 2n |
69 |
.Bd -literal -offset 2n |
| 70 |
.Li # Ic nandfs rmsnap 1 /nand |
70 |
.Li # Ic nandfs rmsnap 1 /nand |
| 71 |
.Ed |
71 |
.Ed |
|
|
72 |
.Sh HISTORY |
| 73 |
The |
| 74 |
.Nm |
| 75 |
utility first appeared in |
| 76 |
.Fx 10.0 . |
| 72 |
.Sh AUTHORS |
77 |
.Sh AUTHORS |
| 73 |
This utility and manual page were written by |
78 |
This utility and manual page were written by |
| 74 |
.An Mateusz Guzik . |
79 |
.An Mateusz Guzik . |