From 8c0b90dc2b5cc5d50d426806eda7d2c3acfc4886 Mon Sep 17 00:00:00 2001 From: Antonio Huete Jimenez Date: Thu, 19 Feb 2015 16:55:09 +0100 Subject: [PATCH] libhammer - Fix typos in man pages --- lib/libhammer/libhammer.3 | 18 +++++++++--------- lib/libhammer/libhammer_fsinfo.3 | 6 +++--- lib/libhammer/libhammer_snapshot.3 | 2 +- lib/libhammer/libhammer_stats.3 | 4 ++-- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/lib/libhammer/libhammer.3 b/lib/libhammer/libhammer.3 index 01ac987ad4..b22c80610a 100644 --- a/lib/libhammer/libhammer.3 +++ b/lib/libhammer/libhammer.3 @@ -36,7 +36,7 @@ .Os .Sh NAME .Nm hammer -.Nd HAMMER filesystem interface +.Nd HAMMER file system interface .Sh LIBRARY .Lb libhammer .Sh SYNOPSIS @@ -63,15 +63,15 @@ file system for which this library provides an API: The following information is gathered and exposed by this library: .Bl -dash -offset indent .It -File system specific information such as size, bigblock details, version, +File system specific information such as size, big block details, version, PFSes, snapshots, mount points. .It Statistical data like number of B-Tree operations, number of device operations, number of undo operations. .El .It -.Em Pseudo-filesystems: -These are independent sub file systems within a HAMMER filesystem. +.Em Pseudo-file systems: +These are independent sub file systems within a HAMMER file system. After .Nm library initialisation the list of pseudo-file systems will be available in the @@ -79,12 +79,12 @@ library initialisation the list of pseudo-file systems will be available in the structure within a .Dv TAILQ . .Pp -Creating and deleting pseudo-filesystems is not yet supported by this library. +Creating and deleting pseudo-file systems is not yet supported by this library. .It .Em Snapshots: -Per PFS point in time snapshots are kept in the filesystem metadata since +Per PFS point in time snapshots are kept in the file system meta-data since HAMMER version 3. -A list of snaptshots is collected and placed within a +A list of snapshots is collected and placed within a .Dv TAILQ for each PFS. .Pp @@ -94,7 +94,7 @@ Creating and deleting snapshots is not yet supported by this library. Before any API call the library must be initalised with the .Fn libhammer_get_fsinfo function. -This will perform all the operations needed to initialise the data strutures in +This will perform all the operations needed to initialise the data structures in which the API function rely for the specified HAMMER file system. .Pp Once you are done, the special function @@ -108,7 +108,7 @@ usage. .Xr libhammer_snapshot 3 , .Xr libhammer_stats 3 .Sh AUTHORS -This manpage was written by +This man page was written by .An Antonio Huete Jimenez Aq Mt tuxillo@quantumachine.net . .Sh BUGS Please note that, at the moment of writing this man page, the diff --git a/lib/libhammer/libhammer_fsinfo.3 b/lib/libhammer/libhammer_fsinfo.3 index 785c16d1f8..6e4834a454 100644 --- a/lib/libhammer/libhammer_fsinfo.3 +++ b/lib/libhammer/libhammer_fsinfo.3 @@ -63,7 +63,7 @@ The .Fn libhammer_get_fsinfo iterates all the PFSs from a given path belonging to a .Nm HAMMER -filesystem and returns +file system and returns .Vt libhammer_fsinfo_t .Fa fsinfo which holds a @@ -93,7 +93,7 @@ returns a .Vt libhammer_fsinfo_t in any case where path is in a .Nm HAMMER -filesystem or +file system or .Dv NULL if there was any other problem. You can check @@ -123,5 +123,5 @@ in case there are no more elements. .Xr libhammer_snapshot 3 , .Xr libhammer_stats 3 .Sh AUTHORS -This manpage was written by +This man page was written by .An Antonio Huete Jimenez Aq Mt tuxillo@quantumachine.net . diff --git a/lib/libhammer/libhammer_snapshot.3 b/lib/libhammer/libhammer_snapshot.3 index 4060eb9dc9..d86045fe05 100644 --- a/lib/libhammer/libhammer_snapshot.3 +++ b/lib/libhammer/libhammer_snapshot.3 @@ -114,5 +114,5 @@ in case there are no more elements. .Xr libhammer_fsinfo 3 , .Xr libhammer_stats 3 .Sh AUTHORS -This manpage was written by +This man page was written by .An Antonio Huete Jimenez Aq Mt tuxillo@quantumachine.net . diff --git a/lib/libhammer/libhammer_stats.3 b/lib/libhammer/libhammer_stats.3 index 2857593798..a436b8efea 100644 --- a/lib/libhammer/libhammer_stats.3 +++ b/lib/libhammer/libhammer_stats.3 @@ -107,7 +107,7 @@ The set of functions described above will help to gather statistics of the mounted .Nm HAMMER -filesystems in the system. +file systems in the system. .Pp All the functions will take argument .Ar value @@ -125,5 +125,5 @@ which will take structures to store groups of values. .Xr libhammer_fsinfo 3 , .Xr libhammer_snapshot 3 .Sh AUTHORS -This manpage was written by +This man page was written by .An Antonio Huete Jimenez Aq Mt tuxillo@quantumachine.net . -- 2.41.0