Displaying 1 result from an estimated 1 matches for "f8768bc8b".
2017 Apr 04
1
[PATCH] Use Unicode single quotes ‘’ in place of short single quoted strings throughout.
...uot;\
-This returns the internal list of drives. 'debug' commands are
+This returns the internal list of drives. ‘debug’ commands are
not part of the formal API and can be removed or changed at any time." };
]
diff --git a/generator/actions_tsk.ml b/generator/actions_tsk.ml
index f8768bc8b..6e09b7d41 100644
--- a/generator/actions_tsk.ml
+++ b/generator/actions_tsk.ml
@@ -43,26 +43,26 @@ The C<tsk_dirent> structure contains the following fields.
=over 4
-=item 'tsk_inode'
+=item C<tsk_inode>
Filesystem reference number of the node. It migh be C<0>
i...