diff options
author | ru <ru@FreeBSD.org> | 2001-02-26 09:15:17 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-02-26 09:15:17 +0000 |
commit | c3bad89bb4b2639d185d824903e1a9bb4a0b5c0a (patch) | |
tree | b79c15c6866246b84de7194e3377f27176e407f7 /lib/libc | |
parent | cbd8f8bfecf0dc71026609d79148a34a76cd8a9d (diff) | |
download | FreeBSD-src-c3bad89bb4b2639d185d824903e1a9bb4a0b5c0a.zip FreeBSD-src-c3bad89bb4b2639d185d824903e1a9bb4a0b5c0a.tar.gz |
mdoc(7) police: use .Vt macro.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/msgctl.3 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/libc/gen/msgctl.3 b/lib/libc/gen/msgctl.3 index cc6cfb1..56b4f86 100644 --- a/lib/libc/gen/msgctl.3 +++ b/lib/libc/gen/msgctl.3 @@ -81,13 +81,9 @@ struct msqid_ds { .Ed .Pp The -.Bf -literal -ipc_perm -.Ef +.Vt ipc_perm structure used inside the -.Bf -literal -shmid_ds -.Ef +.Vt shmid_ds structure is defined in .Aq Pa sys/ipc.h and looks like this: |