From 03cd714fc58e5471ad334f04dd34ae2a3326ffc2 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sun, 31 Dec 2017 00:35:11 +0000 Subject: [PATCH] man(1): document exit code man(1) uses standard exit codes, document that. PR: 223517 Reported by: wosch MFC after: 1 week --- usr.bin/man/man.1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr.bin/man/man.1 b/usr.bin/man/man.1 index 93cbc723cfd..44f613d67d2 100644 --- a/usr.bin/man/man.1 +++ b/usr.bin/man/man.1 @@ -355,6 +355,8 @@ System configuration file. .It Pa /usr/local/etc/man.d/*.conf Local configuration files. .El +.Sh EXIT STATUS +.Ex -std .Sh SEE ALSO .Xr apropos 1 , .Xr intro 1 ,