diff options
author | 2013-02-03 16:04:24 +0000 | |
---|---|---|
committer | 2013-02-03 16:04:24 +0000 | |
commit | 23f1d3c0c7e9e636d832325cdc035b2ea33d2907 (patch) | |
tree | 1a2704eb505c1326d79a4c90e618e4b67331e4b7 | |
parent | Use RTM_GET rather than the sysctl/scan all routes dance to obtain (diff) | |
download | wireguard-openbsd-23f1d3c0c7e9e636d832325cdc035b2ea33d2907.tar.xz wireguard-openbsd-23f1d3c0c7e9e636d832325cdc035b2ea33d2907.zip |
*an* mfs;
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 9e392a87880..e3015f59ab8 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.362 2013/02/03 13:36:40 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.363 2013/02/03 16:04:24 jmc Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -2779,7 +2779,7 @@ scripts invocations. .It Ev USE_MFS Set to .Sq Yes -to build ports under a +to build ports under an .Xr mfs 8 filesystem. Mostly for use by @@ -2891,7 +2891,7 @@ If explicitly unset (WRKOBJDIR=), the working directory is created within the port directory. .It Ev WRKOBJDIR_MFS Alternate location for the port working directory. -The intent is to use a +The intent is to use an .Xr mfs 8 based filesystem for small ports with .Xr dpb 1 . |