Hi, macro fixes, mostly.
Index: assert.3 =================================================================== RCS file: /cvs/src/share/man/man3/assert.3,v retrieving revision 1.8 diff -u -p -r1.8 assert.3 --- assert.3 5 Jun 2013 03:42:03 -0000 1.8 +++ assert.3 6 Dec 2014 19:23:45 -0000 @@ -43,16 +43,16 @@ The .Fn assert macro tests the given -.Ar expression +.Fa expression and if it is false, the calling process is terminated. A diagnostic message is written to -.Em stderr +.Dv stderr and the .Xr abort 3 function is called, effectively terminating the program. .Pp If -.Ar expression +.Fa expression is true, the .Fn assert macro does nothing. @@ -65,9 +65,9 @@ option .Fl DNDEBUG . .Sh DIAGNOSTICS The following diagnostic message is written to -.Em stderr +.Dv stderr if -.Ar expression +.Fa expression is false: .Bd -literal -offset indent "assertion \e"%s\e" failed: file \e"%s\e", line %d\en", \e @@ -82,7 +82,7 @@ The macro conforms to .St -ansiC . .Sh HISTORY -An +The .Fn assert macro appeared in .At v6 .
