diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-11-27 22:02:56 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-11-27 22:02:56 +0000 |
commit | 3c92411b2cdca5e8dd42ddf116408b1d7aab6ce4 (patch) | |
tree | c869b8a4e482e9ed269ab693f46865de0023302a /lib/libc/sys | |
parent | b3efd039ce687e5590b2e8f80288ba4c1071b0ae (diff) |
wrap Nd in quotes, since it has >9 args;
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/getrdomain.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/getrdomain.2 b/lib/libc/sys/getrdomain.2 index cfea4fc7a99..d31ad749d77 100644 --- a/lib/libc/sys/getrdomain.2 +++ b/lib/libc/sys/getrdomain.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getrdomain.2,v 1.1 2009/11/27 20:05:50 guenther Exp $ +.\" $OpenBSD: getrdomain.2,v 1.2 2009/11/27 22:02:55 jmc Exp $ .\" .\" Copyright (c) 2009 Reyk Floeter <reyk@openbsd.org> .\" @@ -20,7 +20,7 @@ .Sh NAME .Nm getrdomain , .Nm setrdomain -.Nd get and set the default routing domain of the current process +.Nd "get and set the default routing domain of the current process" .Sh SYNOPSIS .Fd #include <sys/types.h> .Fd #include <sys/socket.h> |