diff options
author | 2009-11-27 22:02:55 +0000 | |
---|---|---|
committer | 2009-11-27 22:02:55 +0000 | |
commit | 22e10ce09fd0ca4ea235ab59cc0ff1b30a1cfdb5 (patch) | |
tree | 23f430d5528def8696820326dbaac512faad5e27 /lib/libc | |
parent | Correct description of physically vs logically; spotted by Nick (diff) | |
download | wireguard-openbsd-22e10ce09fd0ca4ea235ab59cc0ff1b30a1cfdb5.tar.xz wireguard-openbsd-22e10ce09fd0ca4ea235ab59cc0ff1b30a1cfdb5.zip |
wrap Nd in quotes, since it has >9 args;
Diffstat (limited to 'lib/libc')
-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> |