diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-09-26 00:04:08 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-09-26 00:04:08 +0000 |
commit | 1c45ac31e68966995675241d0892884302941888 (patch) | |
tree | 6d2bbf0e17f629ee050524668e21de1a943d0596 | |
parent | 3c623e99d09c770ab9324063839c83b763ec2d96 (diff) |
`nl' means something special to mdoc, so it must be escaped it meant literally.
-rw-r--r-- | lib/libc/gen/nlist.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/nlist.3 b/lib/libc/gen/nlist.3 index 4393de20d61..dc0d7567fd5 100644 --- a/lib/libc/gen/nlist.3 +++ b/lib/libc/gen/nlist.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nlist.3,v 1.6 1999/05/29 20:07:13 aaron Exp $ +.\" $OpenBSD: nlist.3,v 1.7 1999/09/26 00:04:07 aaron Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -60,7 +60,7 @@ and .Fa n_value for the entry are copied into the list referenced by -.Fa nl . +.Fa \&nl . No other data is copied. The last entry in the list always has its .Fa n_name |