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:
parent
93900fe76d
commit
4d1bad3c62
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user