svn commit: r327660 - stable/11/usr.bin/man

Eitan Adler eadler at FreeBSD.org
Sun Jan 7 00:35:54 UTC 2018


Author: eadler
Date: Sun Jan  7 00:35:52 2018
New Revision: 327660
URL: https://svnweb.freebsd.org/changeset/base/327660

Log:
  MFC r327396:
  
  man(1): document exit code
  
  man(1) uses standard exit codes, document that.
  
  PR:		223517
  Reported by:	wosch

Modified:
  stable/11/usr.bin/man/man.1
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/usr.bin/man/man.1
==============================================================================
--- stable/11/usr.bin/man/man.1	Sun Jan  7 00:31:45 2018	(r327659)
+++ stable/11/usr.bin/man/man.1	Sun Jan  7 00:35:52 2018	(r327660)
@@ -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 ,


More information about the svn-src-stable-11 mailing list