diff options
author | Mike Pritchard <mpp@FreeBSD.org> | 2004-06-20 12:44:42 +0000 |
---|---|---|
committer | Mike Pritchard <mpp@FreeBSD.org> | 2004-06-20 12:44:42 +0000 |
commit | 8caf8b1799d8ea9c43040dabaf6fb7536ee193b8 (patch) | |
tree | 7a2c2b1b0f80d8671b94d89903ef1926c6120321 | |
parent | 8979ef39014e4563787f62f1dd41fbad73865da7 (diff) |
Notes
-rw-r--r-- | share/examples/mdoc/example.3 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/share/examples/mdoc/example.3 b/share/examples/mdoc/example.3 index 35e20b5993bf8..01e1ab8af2060 100644 --- a/share/examples/mdoc/example.3 +++ b/share/examples/mdoc/example.3 @@ -265,6 +265,20 @@ Inappropriate file type or format. Authentication error. .It Bq Er ENEEDAUTH Need authenticator. +.It Bq Er EIDRM +Identifier removed +.It Bq ENOMSG +No message of desired type +.It Bq EOVERFLOW +Value too large to be stored in data type +.It Bq ECANCELED +Operation canceled +.It Bq EILSEQ +Illegal byte sequence +.It Bq ENOATTR +Attribute not found +.It Bq EDOOFUS +Programming error .El .Sh SEE ALSO .Xr example 1 , |