diff --git a/CHANGELOG.md b/CHANGELOG.md index 15063e3..c310751 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Unreleased (XX.XX.XXXX) - Changed the documentation installation directory to /usr/share/doc/result + - Fixed some minor conversion errors in the documentation # 0.1.2 (24.06.2024) - RESULT_VERSION is now defined by the result header file. diff --git a/docs/docs.md b/docs/docs.md index 34fdc69..b9c0e6b 100644 --- a/docs/docs.md +++ b/docs/docs.md @@ -603,7 +603,7 @@ If **RESULT_DONT_DEFINE_SHORTCUTS** is not defined Result defines shortcuts for > > DiskQuotaExceeded > -> : The user\'s quota of disk blocks was exhaused. +> : The user's quota of disk blocks was exhaused. > > StaleNFSFileHandle > @@ -640,8 +640,7 @@ If **RESULT_DONT_DEFINE_SHORTCUTS** is not defined Result defines shortcuts for > > NoLocksAvailable > -> : Attempted a system call that is not available on this system.\") -> /\* Whoa +> : Attempted a system call that is not available on this system. > > InappropriateFileTypeOrFormat > @@ -794,7 +793,7 @@ If **RESULT_DONT_DEFINE_SHORTCUTS** is not defined Result defines shortcuts for > > IPSecProcessingFailure > -> : IPsec subsystem error.\" +> : IPsec subsystem error. > > NotPermittedInCapabilityMode > @@ -925,11 +924,7 @@ If **RESULT_DONT_DEFINE_SHORTCUTS** is not defined Result defines shortcuts for > > DotLibSectionCorrupted > -> : -> -> ```{=html} -> -> ``` +> : .lib section corrupted in a.out. > > TooManySharedLibraries > diff --git a/man/result.3 b/man/result.3 index 78eaf72..d6bc41f 100644 --- a/man/result.3 +++ b/man/result.3 @@ -389,7 +389,7 @@ The requested version of the program is not available on the remote host (RPC). .IP BadRPCProcedureForProgram An RPC call was attempted for a procedure which doesn't exist in the remote program. .IP NoLocksAvailable -Attempted a system call that is not available on this system.") /* Whoa +Attempted a system call that is not available on this system. .IP InappropriateFileTypeOrFormat The file was the wrong type for the operation, or a data file had the wrong format. .IP AuthenticationError