diff options
author | 2003-05-03 18:57:40 +0000 | |
---|---|---|
committer | 2003-05-03 18:57:40 +0000 | |
commit | cc7f9627c9d86bea4a819b06731a240e1846f506 (patch) | |
tree | 789d22cb7cacffa48e7d5a0b1901b0c31ec20c3e /lib/libc | |
parent | The 'memleft' calcuations assume that the data address starts at (diff) | |
download | wireguard-openbsd-cc7f9627c9d86bea4a819b06731a240e1846f506.tar.xz wireguard-openbsd-cc7f9627c9d86bea4a819b06731a240e1846f506.zip |
these files all had >9 arguments to .Nd, causing the name description to be
truncated. i wrapped them in double quotes to preserve the line.
grep inspired by an -mdoc lesson from millert@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/posix1e/extattr.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/posix1e/extattr.3 b/lib/libc/posix1e/extattr.3 index ca2599d963f..ca8e062ffe7 100644 --- a/lib/libc/posix1e/extattr.3 +++ b/lib/libc/posix1e/extattr.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: extattr.3,v 1.4 2002/02/24 04:23:15 fgsch Exp $ +.\" $OpenBSD: extattr.3,v 1.5 2003/05/03 18:57:40 jmc Exp $ .\" .\" Copyright (c) 2001 Dima Dorfman <dd@FreeBSD.org> .\" All rights reserved. @@ -32,8 +32,7 @@ .Sh NAME .Nm extattr_namespace_to_string , .Nm extattr_string_to_namespace -.Nd convert an extended attribute namespace identifier to a string and -vice versa +.Nd "convert an extended attribute namespace identifier to a string and vice versa" .Sh SYNOPSIS .Fd #include <sys/types.h> .Fd #include <sys/extattr.h> |