diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-06-03 15:44:18 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-06-03 15:44:18 +0000 |
commit | f51cd488a8b7b5064671ba7f80e380a8d080297d (patch) | |
tree | 765f1f7f9ca3e930df1318bdce1fd8a266f294dc /share/man | |
parent | d1498c0688ef2cdc5a3370d6f88fa122506bf04a (diff) |
fix:
o) don't use argument w/ .Nm;
o) don't use blank line after .Sh;
wcobb@ ok
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/systrace.4 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/share/man/man4/systrace.4 b/share/man/man4/systrace.4 index 57c60cf0c69..cfd9207288f 100644 --- a/share/man/man4/systrace.4 +++ b/share/man/man4/systrace.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: systrace.4,v 1.1 2002/06/01 08:01:59 wcobb Exp $ +.\" $OpenBSD: systrace.4,v 1.2 2002/06/03 15:44:17 mpech Exp $ .\" .\" Copyright (c) 2002 CubeSoft Communications, Inc. .\" All rights reserved. @@ -62,7 +62,7 @@ Immediately return an error code. A .Xr read 2 operation on the -.Nm systrace +.Nm pseudo-device will block if there are no pending messages, or return the following structure: .Bd -literal @@ -98,7 +98,6 @@ struct str_msg_child { }; .Ed .Sh IOCTL INTERFACE - .Bl -tag -width "xxxxxx" .It Dv SYSTR_CLONE Fa "int" Return a |