diff options
author | 1999-09-23 04:11:58 +0000 | |
---|---|---|
committer | 1999-09-23 04:11:58 +0000 | |
commit | f7de5c7b0a5a0ddfb38383f95278cab176fdbf79 (patch) | |
tree | 847e4b4ad3959adc34f99826310713f8f99a8bec /lib/libutil | |
parent | Description of -R option should be first. (diff) | |
download | wireguard-openbsd-f7de5c7b0a5a0ddfb38383f95278cab176fdbf79.tar.xz wireguard-openbsd-f7de5c7b0a5a0ddfb38383f95278cab176fdbf79.zip |
Typo fixes.
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/pw_init.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/pw_init.3 b/lib/libutil/pw_init.3 index d5f05f7b437..672555cbc5b 100644 --- a/lib/libutil/pw_init.3 +++ b/lib/libutil/pw_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pw_init.3,v 1.3 1999/09/21 04:52:46 csapuntz Exp $ +.\" $OpenBSD: pw_init.3,v 1.4 1999/09/23 04:12:01 alex Exp $ .\" .\" Copyright (c) 1995 .\" The Regents of the University of California. All rights reserved. @@ -49,7 +49,7 @@ .Nm pw_error .Nd utility functions for interactive passwd file updates .Sh SYNOPSIS -.Fd #indlude <pwd.h> +.Fd #include <pwd.h> .Fd #include <util.h> .Ft void .Fn pw_init |