Remove stray lines

I snagged the license boiler plate. Fix that. also, it's spelled .Va
not .Vn. Plus " quoting issues.

Noticed by: rgrimes, xtouqh at hotmail dot com
This commit is contained in:
Warner Losh 2020-09-23 22:49:27 +00:00
parent 93900fe76d
commit 4d1bad3c62
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=366096
3 changed files with 3 additions and 9 deletions

View File

@ -1,8 +1,6 @@
.\"
.\" Copyright (c) 2020 M Warner Losh
.\"
.\" This program is free software.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:

View File

@ -1,8 +1,6 @@
.\"
.\" Copyright (c) 2020 M Warner Losh
.\"
.\" This program is free software.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:

View File

@ -1,8 +1,6 @@
.\"
.\" Copyright (c) 2020 M Warner Losh
.\"
.\" This program is free software.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
@ -38,12 +36,12 @@
.Fn devctl_safe_quote_sb "struct sbuf *sb" "const char *src"
.Sh DESCRIPTION
Copy the string from
.Vn src
.Va src
into
.Vn sb .
.Va sb .
All backslash characters are doubled.
All double quote characters
.Sq "
.Sq \&"
are also preceded by a backslash.
All other characters are copied without modification.
The