diff options
author | 1999-09-26 00:04:07 +0000 | |
---|---|---|
committer | 1999-09-26 00:04:07 +0000 | |
commit | 7ee5ce3912b564f1bb28c435612ceec37b36c943 (patch) | |
tree | 466f8401c458f3af503fce9a276179591c5b28c3 /lib/libc | |
parent | sync (diff) | |
download | wireguard-openbsd-7ee5ce3912b564f1bb28c435612ceec37b36c943.tar.xz wireguard-openbsd-7ee5ce3912b564f1bb28c435612ceec37b36c943.zip |
`nl' means something special to mdoc, so it must be escaped it meant literally.
Diffstat (limited to 'lib/libc')
-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 |