diff options
author | 2003-04-01 18:07:28 +0000 | |
---|---|---|
committer | 2003-04-01 18:07:28 +0000 | |
commit | 866d7b0bda301c3ffa11582b06ec543b29104991 (patch) | |
tree | 65c9de8acaf8be6352525fc7d5337528c73ffe89 | |
parent | Throw an error if the username field is empty; noticed by mpech@ (diff) | |
download | wireguard-openbsd-866d7b0bda301c3ffa11582b06ec543b29104991.tar.xz wireguard-openbsd-866d7b0bda301c3ffa11582b06ec543b29104991.zip |
there could be only one
-rw-r--r-- | share/man/man4/pfsync.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/pfsync.4 b/share/man/man4/pfsync.4 index 846f6b2a02f..7e717f718c3 100644 --- a/share/man/man4/pfsync.4 +++ b/share/man/man4/pfsync.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pfsync.4,v 1.4 2003/03/31 15:11:17 mpech Exp $ +.\" $OpenBSD: pfsync.4,v 1.5 2003/04/01 18:07:28 mickey Exp $ .\" .\" Copyright (c) 2002 Michael Shalayeff .\" All rights reserved. @@ -30,7 +30,7 @@ .Nm pfsync .Nd packet filter states table logging interface .Sh SYNOPSIS -.Sy pseudo-device Nm pfsync Em <number> +.Sy pseudo-device Nm pfsync .Sh DESCRIPTION The .Nm pfsync |