We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8804f7 commit b2a46f6Copy full SHA for b2a46f6
lib/std/posix.zig
@@ -799,8 +799,8 @@ pub const ReadError = error{
799
/// not hold the required rights to read from it.
800
AccessDenied,
801
802
- // This error occurs in Linux if the process to be read from
803
- // no longer exists.
+ /// This error occurs in Linux if the process to be read from
+ /// no longer exists.
804
ProcessNotFound,
805
} || UnexpectedError;
806
@@ -1185,8 +1185,8 @@ pub const WriteError = error{
1185
/// Connection reset by peer.
1186
ConnectionResetByPeer,
1187
1188
- // This error occurs in Linux if the process being written to
1189
+ /// This error occurs in Linux if the process being written to
1190
1191
1192
0 commit comments