Skip to content

Commit

Permalink
Fixed some minor conversion errors in the documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
lapkowski committed Jun 24, 2024
1 parent 61da4c8 commit 35c6d40
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
13 changes: 4 additions & 9 deletions docs/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
>
Expand Down Expand Up @@ -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
>
Expand Down Expand Up @@ -794,7 +793,7 @@ If **RESULT_DONT_DEFINE_SHORTCUTS** is not defined Result defines shortcuts for
>
> IPSecProcessingFailure
>
> : IPsec subsystem error.\"
> : IPsec subsystem error.
>
> NotPermittedInCapabilityMode
>
Expand Down Expand Up @@ -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
>
Expand Down
2 changes: 1 addition & 1 deletion man/result.3
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35c6d40

Please sign in to comment.